Add spigot-1.20.4 initial support
This commit is contained in:
parent
06fbcb8d3d
commit
85885ced0e
13 changed files with 887 additions and 24 deletions
|
|
@ -856,7 +856,13 @@ modellist:id=%iron_bars,state=west:false/east:false/south:false/north:false,box=
|
|||
# Fern
|
||||
# Dead shrub
|
||||
# Tall grass
|
||||
patchblock:id=fern,id=grass,id=cobweb,id=tall_grass,id=dead_bush,id=sugar_cane,patch0=VertX1Z0ToX0Z1,patch1=VertX1Z0ToX0Z1@90
|
||||
patchblock:id=fern,patch0=VertX1Z0ToX0Z1,patch1=VertX1Z0ToX0Z1@90
|
||||
[-1.20.2]patchblock:id=grass,patch0=VertX1Z0ToX0Z1,patch1=VertX1Z0ToX0Z1@90
|
||||
[1.20.3-]patchblock:id=short_grass,patch0=VertX1Z0ToX0Z1,patch1=VertX1Z0ToX0Z1@90
|
||||
patchblock:id=cobweb,patch0=VertX1Z0ToX0Z1,patch1=VertX1Z0ToX0Z1@90
|
||||
patchblock:id=tall_grass,patch0=VertX1Z0ToX0Z1,patch1=VertX1Z0ToX0Z1@90
|
||||
patchblock:id=dead_bush,patch0=VertX1Z0ToX0Z1,patch1=VertX1Z0ToX0Z1@90
|
||||
patchblock:id=sugar_cane,patch0=VertX1Z0ToX0Z1,patch1=VertX1Z0ToX0Z1@90
|
||||
|
||||
# Seagrass
|
||||
# Tall seagrass
|
||||
|
|
|
|||
|
|
@ -814,7 +814,8 @@ block:id=detector_rail,state=powered:false,patch0=0:detector_rail,transparency=T
|
|||
# Web
|
||||
block:id=cobweb,patch0-1=0:cobweb,transparency=TRANSPARENT
|
||||
# Grass
|
||||
block:id=grass,patch0-1=1000:grass,transparency=TRANSPARENT
|
||||
[-1.20.2]block:id=grass,patch0-1=1000:grass,transparency=TRANSPARENT
|
||||
[1.20.3-]block:id=short_grass,patch0-1=1000:grass,transparency=TRANSPARENT
|
||||
# Fern
|
||||
block:id=fern,patch0-1=1000:fern,transparency=TRANSPARENT
|
||||
# Dead shrub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue