Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/resources/contentcreator/blockstates/end_stone_brick_slab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"forge_marker":1,
"defaults":{
"transform":"forge:default-block",
"model":"half_slab",
"textures":{
"top":"minecraft:blocks/end_bricks",
"bottom":"minecraft:blocks/end_bricks",
"side":"minecraft:blocks/end_bricks"
}
},
"variants":{
"half":{
"bottom":{},
"top":{"model":"upper_slab"}
},
"variant":{
"normal":{}
},
"inventory":[{}]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "cube_column",
"textures": {
"end": "minecraft:blocks/end_bricks",
"side": "minecraft:blocks/end_bricks"
}
},
"variants": {
"half": {
"bottom": {},
"top": {}
},
"variant": {
"normal": {}
},
"inventory": [
{}
]
}
}
184 changes: 184 additions & 0 deletions src/resources/contentcreator/blockstates/end_stone_brick_stairs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
{
"forge_marker": 1,
"ambient_occlusion": false,
"defaults": {
"textures": {
"bottom": "minecraft:blocks/end_bricks",
"top": "minecraft:blocks/end_bricks",
"side": "minecraft:blocks/end_bricks"
},
"uvlock": true
},
"variants": {
"facing=east,half=bottom,shape=straight": {
"model": "stairs"
},
"facing=west,half=bottom,shape=straight": {
"model": "stairs",
"y": 180
},
"facing=south,half=bottom,shape=straight": {
"model": "stairs",
"y": 90
},
"facing=north,half=bottom,shape=straight": {
"model": "stairs",
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "outer_stairs"
},
"facing=west,half=bottom,shape=outer_right": {
"model": "outer_stairs",
"y": 180
},
"facing=south,half=bottom,shape=outer_right": {
"model": "outer_stairs",
"y": 90
},
"facing=north,half=bottom,shape=outer_right": {
"model": "outer_stairs",
"y": 270
},
"facing=east,half=bottom,shape=outer_left": {
"model": "outer_stairs",
"y": 270
},
"facing=west,half=bottom,shape=outer_left": {
"model": "outer_stairs",
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "outer_stairs"
},
"facing=north,half=bottom,shape=outer_left": {
"model": "outer_stairs",
"y": 180
},
"facing=east,half=bottom,shape=inner_right": {
"model": "inner_stairs"
},
"facing=west,half=bottom,shape=inner_right": {
"model": "inner_stairs",
"y": 180
},
"facing=south,half=bottom,shape=inner_right": {
"model": "inner_stairs",
"y": 90
},
"facing=north,half=bottom,shape=inner_right": {
"model": "inner_stairs",
"y": 270
},
"facing=east,half=bottom,shape=inner_left": {
"model": "inner_stairs",
"y": 270
},
"facing=west,half=bottom,shape=inner_left": {
"model": "inner_stairs",
"y": 90
},
"facing=south,half=bottom,shape=inner_left": {
"model": "inner_stairs"
},
"facing=north,half=bottom,shape=inner_left": {
"model": "inner_stairs",
"y": 180
},
"facing=east,half=top,shape=straight": {
"model": "stairs",
"x": 180
},
"facing=west,half=top,shape=straight": {
"model": "stairs",
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "stairs",
"x": 180,
"y": 90
},
"facing=north,half=top,shape=straight": {
"model": "stairs",
"x": 180,
"y": 270
},
"facing=east,half=top,shape=outer_right": {
"model": "outer_stairs",
"x": 180,
"y": 90
},
"facing=west,half=top,shape=outer_right": {
"model": "outer_stairs",
"x": 180,
"y": 270
},
"facing=south,half=top,shape=outer_right": {
"model": "outer_stairs",
"x": 180,
"y": 180
},
"facing=north,half=top,shape=outer_right": {
"model": "outer_stairs",
"x": 180
},
"facing=east,half=top,shape=outer_left": {
"model": "outer_stairs",
"x": 180
},
"facing=west,half=top,shape=outer_left": {
"model": "outer_stairs",
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "outer_stairs",
"x": 180,
"y": 90
},
"facing=north,half=top,shape=outer_left": {
"model": "outer_stairs",
"x": 180,
"y": 270
},
"facing=east,half=top,shape=inner_right": {
"model": "inner_stairs",
"x": 180,
"y": 90
},
"facing=west,half=top,shape=inner_right": {
"model": "inner_stairs",
"x": 180,
"y": 270
},
"facing=south,half=top,shape=inner_right": {
"model": "inner_stairs",
"x": 180,
"y": 180
},
"facing=north,half=top,shape=inner_right": {
"model": "inner_stairs",
"x": 180
},
"facing=east,half=top,shape=inner_left": {
"model": "inner_stairs",
"x": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "inner_stairs",
"x": 180,
"y": 180
},
"facing=south,half=top,shape=inner_left": {
"model": "inner_stairs",
"x": 180,
"y": 90
},
"facing=north,half=top,shape=inner_left": {
"model": "inner_stairs",
"x": 180,
"y": 270
}
}
}
44 changes: 44 additions & 0 deletions src/resources/contentcreator/blockstates/menril_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"forge_marker": 1,
"defaults": {
"transform":"forge:default-block",
"model":"fence_post",
"textures": {
"texture": "integrateddynamics:blocks/menril_planks"
}
},
"variants": {
"north": {
"true": {
"submodel": {
"side_north": {"model": "fence_side", "uvlock": true}
}
},
"false": {}
},
"east": {
"true": {
"submodel": {
"side_east": {"model": "fence_side", "y": 90, "uvlock": true}
}
},
"false": {}
},
"south": {
"true": {
"submodel": {
"side_south": {"model": "fence_side", "y": 180, "uvlock": true}
}
},
"false": {}
},
"west": {
"true": {
"submodel": {
"side_west": {"model": "fence_side", "y": 270, "uvlock": true}
}
},
"false": {}
}
}
}
36 changes: 36 additions & 0 deletions src/resources/contentcreator/blockstates/menril_fence_gate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"variants": {
"facing=south,in_wall=false,open=false,powered=false": { "model": "contentcreator:menril_fence_gate_closed", "uvlock": true },
"facing=south,in_wall=false,open=false,powered=true": { "model": "contentcreator:menril_fence_gate_closed", "uvlock": true },
"facing=west,in_wall=false,open=false,powered=false": { "model": "contentcreator:menril_fence_gate_closed", "uvlock": true, "y": 90 },
"facing=west,in_wall=false,open=false,powered=true": { "model": "contentcreator:menril_fence_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=false,powered=false": { "model": "contentcreator:menril_fence_gate_closed", "uvlock": true, "y": 180 },
"facing=north,in_wall=false,open=false,powered=true": { "model": "contentcreator:menril_fence_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=false,powered=false": { "model": "contentcreator:menril_fence_gate_closed", "uvlock": true, "y": 270 },
"facing=east,in_wall=false,open=false,powered=true": { "model": "contentcreator:menril_fence_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=false,open=true,powered=false": { "model": "contentcreator:menril_fence_gate_open", "uvlock": true },
"facing=south,in_wall=false,open=true,powered=true": { "model": "contentcreator:menril_fence_gate_open", "uvlock": true },
"facing=west,in_wall=false,open=true,powered=false": { "model": "contentcreator:menril_fence_gate_open", "uvlock": true, "y": 90 },
"facing=west,in_wall=false,open=true,powered=true": { "model": "contentcreator:menril_fence_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=true,powered=false": { "model": "contentcreator:menril_fence_gate_open", "uvlock": true, "y": 180 },
"facing=north,in_wall=false,open=true,powered=true": { "model": "contentcreator:menril_fence_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=true,powered=false": { "model": "contentcreator:menril_fence_gate_open", "uvlock": true, "y": 270 },
"facing=east,in_wall=false,open=true,powered=true": { "model": "contentcreator:menril_fence_gate_open", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=false,powered=false": { "model": "contentcreator:menril_wall_gate_closed", "uvlock": true },
"facing=south,in_wall=true,open=false,powered=true": { "model": "contentcreator:menril_wall_gate_closed", "uvlock": true },
"facing=west,in_wall=true,open=false,powered=false": { "model": "contentcreator:menril_wall_gate_closed", "uvlock": true, "y": 90 },
"facing=west,in_wall=true,open=false,powered=true": { "model": "contentcreator:menril_wall_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=false,powered=false": { "model": "contentcreator:menril_wall_gate_closed", "uvlock": true, "y": 180 },
"facing=north,in_wall=true,open=false,powered=true": { "model": "contentcreator:menril_wall_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=false,powered=false": { "model": "contentcreator:menril_wall_gate_closed", "uvlock": true, "y": 270 },
"facing=east,in_wall=true,open=false,powered=true": { "model": "contentcreator:menril_wall_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=true,powered=false": { "model": "contentcreator:menril_wall_gate_open", "uvlock": true },
"facing=south,in_wall=true,open=true,powered=true": { "model": "contentcreator:menril_wall_gate_open", "uvlock": true },
"facing=west,in_wall=true,open=true,powered=false": { "model": "contentcreator:menril_wall_gate_open", "uvlock": true, "y": 90 },
"facing=west,in_wall=true,open=true,powered=true": { "model": "contentcreator:menril_wall_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=true,powered=false": { "model": "contentcreator:menril_wall_gate_open", "uvlock": true, "y": 180 },
"facing=north,in_wall=true,open=true,powered=true": { "model": "contentcreator:menril_wall_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=true,powered=false": { "model": "contentcreator:menril_wall_gate_open", "uvlock": true, "y": 270 },
"facing=east,in_wall=true,open=true,powered=true": { "model": "contentcreator:menril_wall_gate_open", "uvlock": true, "y": 270 }
}
}
22 changes: 22 additions & 0 deletions src/resources/contentcreator/blockstates/menril_slab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"forge_marker":1,
"defaults":{
"transform":"forge:default-block",
"model":"half_slab",
"textures":{
"top":"integrateddynamics:blocks/menril_planks",
"bottom":"integrateddynamics:blocks/menril_planks",
"side":"integrateddynamics:blocks/menril_planks"
}
},
"variants":{
"half":{
"bottom":{},
"top":{"model":"upper_slab"}
},
"variant":{
"normal":{}
},
"inventory":[{}]
}
}
23 changes: 23 additions & 0 deletions src/resources/contentcreator/blockstates/menril_slab_double.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "cube_column",
"textures": {
"end": "integrateddynamics:blocks/menril_planks",
"side": "integrateddynamics:blocks/menril_planks"
}
},
"variants": {
"half": {
"bottom": {},
"top": {}
},
"variant": {
"normal": {}
},
"inventory": [
{}
]
}
}
Loading