Merge pull request #34 from TBMCPlugins/Gryph667-CityGate
Adding new Craft, Citygate, forked and enhanced
This commit is contained in:
commit
54ef079c0e
1 changed files with 25 additions and 0 deletions
25
Movecraft/types/Citygate.craft
Normal file
25
Movecraft/types/Citygate.craft
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
name: CityGate
|
||||||
|
maxSize: 1000
|
||||||
|
minSize: 3
|
||||||
|
allowedBlocks:
|
||||||
|
- "5:3" #Jungle Wood Planks
|
||||||
|
- "5:5" #Dark Oak Planks
|
||||||
|
- 162 #Dark Oak Logs
|
||||||
|
- 191 #Dark Oak Fence
|
||||||
|
- 190 #Jungle Fence
|
||||||
|
- 69 #Lever
|
||||||
|
- 33 #Piston
|
||||||
|
|
||||||
|
forbiddenBlocks:
|
||||||
|
- 7 #Bedrock
|
||||||
|
- 34 #Piston Head
|
||||||
|
|
||||||
|
blockedByWater: true
|
||||||
|
allowHorizontalMovement: false
|
||||||
|
allowVerticalMovement: false
|
||||||
|
speed: 1.0
|
||||||
|
tryNudge: false
|
||||||
|
flyblocks:
|
||||||
|
85:
|
||||||
|
- 0.0
|
||||||
|
- 100.0
|
Loading…
Reference in a new issue