Pedestal column state, fabric dependency update

This commit is contained in:
Aleksey 2020-10-29 10:54:18 +03:00
parent 4ddeb92680
commit 105e22dda3
11 changed files with 241 additions and 81 deletions

View file

@ -46,7 +46,7 @@
"model": "betterend:block/eternal_pedestal_default_active_7"
}
],
"state=top,active=false": [
"state=pedestal_top,active=false": [
{
"model": "betterend:block/eternal_pedestal_top_1"
},
@ -69,7 +69,7 @@
"model": "betterend:block/eternal_pedestal_top_7"
}
],
"state=top,active=true": [
"state=pedestal_top,active=true": [
{
"model": "betterend:block/eternal_pedestal_top_active_1"
},
@ -92,15 +92,17 @@
"model": "betterend:block/eternal_pedestal_top_active_7"
}
],
"state=bottom": [
{
"model": "betterend:block/eternal_pedestal_bottom"
}
],
"state=pillar": [
{
"model": "betterend:block/eternal_pedestal_pillar"
}
]
"state=column": {
"model": "betterend:block/eternal_pedestal_column"
},
"state=column_top": {
"model": "betterend:block/eternal_pedestal_column_top"
},
"state=bottom": {
"model": "betterend:block/eternal_pedestal_bottom"
},
"state=pillar": {
"model": "betterend:block/eternal_pedestal_pillar"
}
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "betterend:block/pedestal_column",
"textures": {
"base": "betterend:block/flavolite_polished",
"pillar": "betterend:block/flavolite_pillar_side",
"bottom": "betterend:block/flavolite_polished"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "betterend:block/pedestal_column_top",
"textures": {
"base": "betterend:block/flavolite_polished",
"pillar": "betterend:block/flavolite_pillar_side"
}
}

View file

@ -11,10 +11,10 @@
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
"north": { "uv": [ 0, 0, 16, 3 ], "texture": "#base" },
"south": { "uv": [ 0, 0, 16, 3 ], "texture": "#base" },
"west": { "uv": [ 0, 0, 16, 3 ], "texture": "#base" },
"east": { "uv": [ 0, 0, 16, 3 ], "texture": "#base" }
"north": { "uv": [ 0, 0, 16, 3 ], "texture": "#bottom" },
"south": { "uv": [ 0, 0, 16, 3 ], "texture": "#bottom" },
"west": { "uv": [ 0, 0, 16, 3 ], "texture": "#bottom" },
"east": { "uv": [ 0, 0, 16, 3 ], "texture": "#bottom" }
}
},
{
@ -23,10 +23,10 @@
"to": [ 14, 4, 14 ],
"faces": {
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#bottom" },
"north": { "uv": [ 3, 3, 14, 4 ], "texture": "#base" },
"south": { "uv": [ 3, 3, 14, 4 ], "texture": "#base" },
"west": { "uv": [ 3, 3, 14, 4 ], "texture": "#base" },
"east": { "uv": [ 3, 3, 14, 4 ], "texture": "#base" }
"north": { "uv": [ 3, 3, 14, 4 ], "texture": "#bottom" },
"south": { "uv": [ 3, 3, 14, 4 ], "texture": "#bottom" },
"west": { "uv": [ 3, 3, 14, 4 ], "texture": "#bottom" },
"east": { "uv": [ 3, 3, 14, 4 ], "texture": "#bottom" }
}
},
{

View file

@ -0,0 +1,56 @@
{
"parent": "minecraft:block/block",
"textures": {
"particle": "#base"
},
"elements": [
{
"__comment": "basin_1",
"from": [ 0, 0, 0 ],
"to": [ 16, 3, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
"north": { "uv": [ 0, 0, 16, 3 ], "texture": "#bottom" },
"south": { "uv": [ 0, 0, 16, 3 ], "texture": "#bottom" },
"west": { "uv": [ 0, 0, 16, 3 ], "texture": "#bottom" },
"east": { "uv": [ 0, 0, 16, 3 ], "texture": "#bottom" }
}
},
{
"__comment": "basin_2",
"from": [ 2, 3, 2 ],
"to": [ 14, 4, 14 ],
"faces": {
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#bottom" },
"north": { "uv": [ 3, 3, 14, 4 ], "texture": "#bottom" },
"south": { "uv": [ 3, 3, 14, 4 ], "texture": "#bottom" },
"west": { "uv": [ 3, 3, 14, 4 ], "texture": "#bottom" },
"east": { "uv": [ 3, 3, 14, 4 ], "texture": "#bottom" }
}
},
{
"__comment": "pillar",
"from": [ 3, 4, 3 ],
"to": [ 13, 14, 13 ],
"faces": {
"north": { "uv": [ 3, 4, 13, 14 ], "texture": "#pillar" },
"south": { "uv": [ 3, 4, 13, 14 ], "texture": "#pillar" },
"west": { "uv": [ 3, 4, 13, 14 ], "texture": "#pillar" },
"east": { "uv": [ 3, 4, 13, 14 ], "texture": "#pillar" }
}
},
{
"__comment": "top",
"from": [ 1, 14, 1 ],
"to": [ 15, 16, 15 ],
"faces": {
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#base" },
"north": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" },
"south": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" },
"west": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" },
"east": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" }
}
}
]
}

View file

@ -0,0 +1,31 @@
{
"parent": "minecraft:block/block",
"textures": {
"particle": "#base"
},
"elements": [
{
"__comment": "pillar",
"from": [ 3, 0, 3 ],
"to": [ 13, 14, 13 ],
"faces": {
"north": { "uv": [ 3, 0, 13, 14 ], "texture": "#pillar" },
"south": { "uv": [ 3, 0, 13, 14 ], "texture": "#pillar" },
"west": { "uv": [ 3, 0, 13, 14 ], "texture": "#pillar" },
"east": { "uv": [ 3, 0, 13, 14 ], "texture": "#pillar" }
}
},
{
"__comment": "top",
"from": [ 1, 14, 1 ],
"to": [ 15, 16, 15 ],
"faces": {
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#base" },
"north": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" },
"south": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" },
"west": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" },
"east": { "uv": [ 1, 14, 15, 16 ], "texture": "#base" }
}
}
]
}

View file

@ -11,10 +11,10 @@
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
"north": { "uv": [ 0, 0, 16, 3 ], "texture": "#base" },
"south": { "uv": [ 0, 0, 16, 3 ], "texture": "#base" },
"west": { "uv": [ 0, 0, 16, 3 ], "texture": "#base" },
"east": { "uv": [ 0, 0, 16, 3 ], "texture": "#base" }
"north": { "uv": [ 0, 0, 16, 3 ], "texture": "#bottom" },
"south": { "uv": [ 0, 0, 16, 3 ], "texture": "#bottom" },
"west": { "uv": [ 0, 0, 16, 3 ], "texture": "#bottom" },
"east": { "uv": [ 0, 0, 16, 3 ], "texture": "#bottom" }
}
},
{
@ -23,10 +23,10 @@
"to": [ 14, 4, 14 ],
"faces": {
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#bottom" },
"north": { "uv": [ 3, 3, 14, 4 ], "texture": "#base" },
"south": { "uv": [ 3, 3, 14, 4 ], "texture": "#base" },
"west": { "uv": [ 3, 3, 14, 4 ], "texture": "#base" },
"east": { "uv": [ 3, 3, 14, 4 ], "texture": "#base" }
"north": { "uv": [ 3, 3, 14, 4 ], "texture": "#bottom" },
"south": { "uv": [ 3, 3, 14, 4 ], "texture": "#bottom" },
"west": { "uv": [ 3, 3, 14, 4 ], "texture": "#bottom" },
"east": { "uv": [ 3, 3, 14, 4 ], "texture": "#bottom" }
}
},
{
@ -45,7 +45,7 @@
"from": [ 1, 12, 1 ],
"to": [ 15, 14, 15 ],
"faces": {
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#bottom" },
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#base" },
"up": { "uv": [ 1, 1, 15, 15 ], "texture": "#top" },
"north": { "uv": [ 1, 12, 15, 14 ], "texture": "#base" },
"south": { "uv": [ 1, 12, 15, 14 ], "texture": "#base" },

View file

@ -4,7 +4,7 @@
"version": "${version}",
"name": "Better End",
"description": "More content for The End",
"description": "More content for The End.",
"authors": [
"paulevs",
"Bulldog83"
@ -38,8 +38,8 @@
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"fabricloader": ">=0.10.0",
"fabric": ">=0.24.3",
"minecraft": "1.16.x"
}
}