Chain Fence - northwesttrees-gaming/CCTVCraft-Forge GitHub Wiki
[!NOTE] This page is currently updated to CCTVCraft 4.8.0 and above.
GUI Texture
![]() |
---|
Obtaining
You can obtain this block by crafting them using Aluminum Wire.
General
Chain Fences provide some interesting mechanics for a new fence type.
Climbing
Chain Fences can be climbed over like ladders both by players and other entities that try to pathfind over them.
Barbed Wire
You can add Barbed Wire on top of chain fences to prevent players from jumping off the fence.
Barbed wire also deals a bit of damage to the player which can help when needing combat.
Farming
Spiders naturally want to climb chain fences so you can create farming mechanics mixed with barbed wire to farm string and spider eyes.
Defence
Barbed wire can be placed on top of the fence to deal damage to entities that try climbing over the fence.
Pathfinding
This block is seen by entities as a "Fence" and they will generally not try to pathfind over the block.
Recipes
Crafting Recipe
Crafting Table | Column 1 | Column 2 | Column 3 |
---|---|---|---|
Row 1 | A | A | |
Row 2 | A | ||
Row 3 | A | A |
ID | Name | Tag |
---|---|---|
A | Aluminum Wire | forge:wires/aluminum |
Recipe Group
- Namespace: cctvcraft
- Recipe Group: chain_fence
- Recipe Category: MISC
Minecraft Tags
cctvcraft:chain_fence
- Tag Type: Item & Block
- Uses: Used in recipes mainly.
Related Pages
Changes
- 4.8.0
- The crafting recipe now uses Aluminum Wire.
- Updated the crafting recipe tags.
- 4.6.0
- Updated the item and block textures.
- 4.3.0
- Before 4.3.0 Metal Wire was Iron Ingots.