Block models
This commit is contained in:
parent
044d3c2062
commit
e2a38b519b
68 changed files with 624 additions and 0 deletions
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"parent": "block/block",
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 1, 0, 1 ],
|
||||
"to": [ 15, 10, 15 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 3.5, 4.75, 7, 8.25 ], "texture": "#texture", "rotation": 180 },
|
||||
"north": { "uv": [ 10.5, 10.75, 14, 8.25 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 0, 10.75, 3.5, 8.25 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 7, 10.75, 10.5, 8.25 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3.5, 10.75, 7, 8.25 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 1, 10, 1 ],
|
||||
"to": [ 15, 14, 15 ],
|
||||
"faces": {
|
||||
"up": { "uv": [ 7, 0, 10.5, 3.5 ], "texture": "#texture", "rotation": 180 },
|
||||
"north": { "uv": [ 10.5, 4.75, 14, 3.75 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 0, 4.75, 3.5, 3.75 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 7, 4.75, 10.5, 3.75 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3.5, 4.75, 7, 3.75 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 7, 7, 0 ],
|
||||
"to": [ 9, 11, 1 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0.25, 0, 0.75, 0.25 ], "texture": "#texture", "rotation": 180 },
|
||||
"up": { "uv": [ 0.75, 0, 1.25, 0.25 ], "texture": "#texture", "rotation": 180 },
|
||||
"north": { "uv": [ 0.5, 1.25, 1, 0.25 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 0, 1.25, 0.25, 0.25 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 1.25, 0.25, 0.25 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betterend:block/mossy_glowshroom_log_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"top": "betterend:block/mossy_glowshroom_barrel_top",
|
||||
"bottom": "betterend:block/mossy_glowshroom_barrel_bottom",
|
||||
"side": "betterend:block/mossy_glowshroom_barrel_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"top": "betterend:block/mossy_glowshroom_barrel_top_open",
|
||||
"bottom": "betterend:block/mossy_glowshroom_barrel_bottom",
|
||||
"side": "betterend:block/mossy_glowshroom_barrel_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/button",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/button_inventory",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/button_pressed",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"particle": "betterend:block/mossy_glowshroom_crafting_table_front",
|
||||
"north": "betterend:block/mossy_glowshroom_crafting_table_front",
|
||||
"south": "betterend:block/mossy_glowshroom_crafting_table_side",
|
||||
"east": "betterend:block/mossy_glowshroom_crafting_table_side",
|
||||
"west": "betterend:block/mossy_glowshroom_crafting_table_front",
|
||||
"up": "betterend:block/mossy_glowshroom_crafting_table_top",
|
||||
"down": "betterend:block/mossy_glowshroom_crafting_table_bottom"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_bottom",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/mossy_glowshroom_door_bottom",
|
||||
"top": "betterend:block/mossy_glowshroom_door_bottom"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_bottom_rh",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/mossy_glowshroom_door_bottom",
|
||||
"top": "betterend:block/mossy_glowshroom_door_bottom"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_top",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/mossy_glowshroom_door_top",
|
||||
"top": "betterend:block/mossy_glowshroom_door_top"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_top_rh",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/mossy_glowshroom_door_top",
|
||||
"top": "betterend:block/mossy_glowshroom_door_top"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/fence_inventory",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/fence_post",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/fence_side",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/mossy_glowshroom_planks",
|
||||
"top": "betterend:block/mossy_glowshroom_planks",
|
||||
"side": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/mossy_glowshroom_planks",
|
||||
"top": "betterend:block/mossy_glowshroom_planks",
|
||||
"side": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "betterend:block/reeds_ladder",
|
||||
"textures": {
|
||||
"particle": "betterend:block/mossy_glowshroom_ladder",
|
||||
"texture": "betterend:block/mossy_glowshroom_ladder"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "betterend:block/mossy_glowshroom_log_side",
|
||||
"down": "betterend:block/mossy_glowshroom_log_top",
|
||||
"up": "betterend:block/mossy_glowshroom_log_top",
|
||||
"north": "betterend:block/mossy_glowshroom_log_side",
|
||||
"east": "betterend:block/mossy_glowshroom_log_side",
|
||||
"south": "betterend:block/mossy_glowshroom_log_side",
|
||||
"west": "betterend:block/mossy_glowshroom_log_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/mossy_glowshroom_planks",
|
||||
"top": "betterend:block/mossy_glowshroom_planks",
|
||||
"side": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/pressure_plate_down",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/pressure_plate_up",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/mossy_glowshroom_planks",
|
||||
"top": "betterend:block/mossy_glowshroom_planks",
|
||||
"side": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betterend:block/mossy_glowshroom_striped_log_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "betterend:block/mossy_glowshroom_striped_log_side",
|
||||
"down": "betterend:block/mossy_glowshroom_striped_log_top",
|
||||
"up": "betterend:block/mossy_glowshroom_striped_log_top",
|
||||
"north": "betterend:block/mossy_glowshroom_striped_log_side",
|
||||
"east": "betterend:block/mossy_glowshroom_striped_log_side",
|
||||
"south": "betterend:block/mossy_glowshroom_striped_log_side",
|
||||
"west": "betterend:block/mossy_glowshroom_striped_log_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_orientable_trapdoor_bottom",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_trapdoor"
|
||||
},
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_wall",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_wall_open",
|
||||
"textures": {
|
||||
"texture": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_bark"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_barrel"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_button_inventory"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/chest_item",
|
||||
"textures": {
|
||||
"texture": "betterend:entity/chest/mossy_glowshroom_chest"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_crafting_table"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:item/mossy_glowshroom_door"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_fence_inventory"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_fence_gate_closed"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:block/mossy_glowshroom_ladder"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_log"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_planks"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_pressure_plate_up"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:item/mossy_glowshroom_sign"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_half_slab"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_stairs"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_striped_bark"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_striped_log"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/mossy_glowshroom_trapdoor"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue