mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-27 20:58:40 +01:00
Add new 1.13.1 blocks (dead corals)
This commit is contained in:
parent
92d323aa85
commit
3328a206e2
@ -1366,9 +1366,19 @@ customblock:id=sea_pickle,data=6,data=7,class=org.dynmap.hdmap.renderer.CuboidRe
|
||||
# Horn coral
|
||||
patchblock:id=tube_coral,id=brain_coral,id=bubble_coral,id=fire_coral,id=horn_coral,patch0=VertX1Z0ToX0Z1,patch1=VertX1Z0ToX0Z1@90
|
||||
|
||||
|
||||
# Conduit
|
||||
boxblock:id=conduit,xmin=0.3125,xmax=0.6875,ymin=0.3125,ymax=0.6875,zmin=0.3125,zmax=0.6875
|
||||
|
||||
# Red huge mushroom
|
||||
# Brown huge mushroom
|
||||
customblock:id=red_mushroom_block,id=brown_mushroom_block,class=org.dynmap.hdmap.renderer.MushroomStateRenderer
|
||||
|
||||
# 1.13.1 blocks
|
||||
|
||||
# Dead tube coral
|
||||
# Dead brain coral
|
||||
# Dead bubble coral
|
||||
# Dead fire coral
|
||||
# Dead horn coral
|
||||
[1.13.1-]patchblock:id=dead_tube_coral,id=dead_brain_coral,id=dead_bubble_coral,id=dead_fire_coral,id=dead_horn_coral,patch0=VertX1Z0ToX0Z1,patch1=VertX1Z0ToX0Z1@90
|
||||
|
@ -1978,6 +1978,11 @@ texture:id=brain_coral
|
||||
texture:id=bubble_coral
|
||||
texture:id=fire_coral
|
||||
texture:id=horn_coral
|
||||
texture:id=dead_tube_coral
|
||||
texture:id=dead_brain_coral
|
||||
texture:id=dead_bubble_coral
|
||||
texture:id=dead_fire_coral
|
||||
texture:id=dead_horn_coral
|
||||
texture:id=dead_tube_coral_fan
|
||||
texture:id=dead_brain_coral_fan
|
||||
texture:id=dead_bubble_coral_fan
|
||||
@ -2136,3 +2141,18 @@ block:id=fire_coral,patch0-1=0:fire_coral,transparency=TRANSPARENT
|
||||
|
||||
# Horn coral
|
||||
block:id=horn_coral,patch0-1=0:horn_coral,transparency=TRANSPARENT
|
||||
|
||||
# Dead tube coral
|
||||
block:id=dead_tube_coral,patch0-1=0:dead_tube_coral,transparency=TRANSPARENT
|
||||
|
||||
# Dead brain coral
|
||||
block:id=dead_brain_coral,patch0-1=0:dead_brain_coral,transparency=TRANSPARENT
|
||||
|
||||
# Dead bubble coral
|
||||
block:id=dead_bubble_coral,patch0-1=0:dead_bubble_coral,transparency=TRANSPARENT
|
||||
|
||||
# Dead fire coral
|
||||
block:id=dead_fire_coral,patch0-1=0:dead_fire_coral,transparency=TRANSPARENT
|
||||
|
||||
# Dead horn coral
|
||||
block:id=dead_horn_coral,patch0-1=0:dead_horn_coral,transparency=TRANSPARENT
|
||||
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dead_brain_coral" }
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dead_bubble_coral" }
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dead_fire_coral" }
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dead_horn_coral" }
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dead_tube_coral" }
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "block/dead_brain_coral"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "block/dead_bubble_coral"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "block/dead_fire_coral"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "block/dead_horn_coral"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "block/dead_tube_coral"
|
||||
}
|
||||
}
|
@ -18,12 +18,12 @@
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 248 B |
Binary file not shown.
After Width: | Height: | Size: 219 B |
Binary file not shown.
After Width: | Height: | Size: 221 B |
Binary file not shown.
After Width: | Height: | Size: 209 B |
Binary file not shown.
After Width: | Height: | Size: 248 B |
Loading…
Reference in New Issue
Block a user