Fix CTM compatibility (#2372). Thanks to YuRaNnNzZZ

This commit is contained in:
YuRaNnNzZZ 2021-03-19 13:42:58 +03:00 committed by modmuss50
parent 9a718080d7
commit 84a418707d
17 changed files with 134 additions and 19 deletions

View file

@ -0,0 +1,17 @@
{
"parent": "minecraft:block/cube_all",
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#down", "cullface": "down", "tintindex": 0 },
"up": { "texture": "#up", "cullface": "up", "tintindex": 0 },
"north": { "texture": "#north", "cullface": "north", "tintindex": 0 },
"south": { "texture": "#south", "cullface": "south", "tintindex": 0 },
"west": { "texture": "#west", "cullface": "west", "tintindex": 0 },
"east": { "texture": "#east", "cullface": "east", "tintindex": 0 }
}
}
]
}

View file

@ -0,0 +1,17 @@
{
"parent": "minecraft:block/cube_all",
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#down", "cullface": "down" },
"up": { "texture": "#up", "cullface": "up" },
"north": { "texture": "#north", "cullface": "north", "tintindex": 0 },
"south": { "texture": "#south", "cullface": "south", "tintindex": 0 },
"west": { "texture": "#west", "cullface": "west", "tintindex": 0 },
"east": { "texture": "#east", "cullface": "east", "tintindex": 0 }
}
}
]
}

View file

@ -1,6 +1,10 @@
{
"parent": "minecraft:block/cube_all",
"parent": "techreborn:block/cube_ctmh_base",
"textures": {
"all": "techreborn:block/machines/structure/tier2_casing"
},
"ctm_version": 1,
"ctm_overrides": {
"0": "techreborn:block/machines/structure/tier2_casing_ctmh"
}
}

View file

@ -1,6 +1,10 @@
{
"parent": "minecraft:block/cube_all",
"parent": "techreborn:block/cube_ctmh_base",
"textures": {
"all": "techreborn:block/machines/structure/tier1_casing"
},
"ctm_version": 1,
"ctm_overrides": {
"0": "techreborn:block/machines/structure/tier1_casing_ctmh"
}
}

View file

@ -1,6 +1,10 @@
{
"parent": "minecraft:block/cube_all",
"parent": "techreborn:block/cube_ctmh_base",
"textures": {
"all": "techreborn:block/machines/structure/tier3_casing"
},
"ctm_version": 1,
"ctm_overrides": {
"0": "techreborn:block/machines/structure/tier3_casing_ctmh"
}
}

View file

@ -1,7 +0,0 @@
{
"type":"CTM",
"textures":[
"./ev_multi_side",
"./ev_multi_side_ctm"
]
}

View file

@ -0,0 +1,16 @@
{
"ctm":{
"ctm_version": 1,
"type":"CTM",
"textures":[
"techreborn:block/machines/energy/lapotronic_su_front_ctm"
],
"extra":{
"ignore_states":true,
"connect_to":[
{"block":"techreborn:lsu_storage"},
{"block":"techreborn:lapotronic_su"}
]
}
}
}

View file

@ -3,7 +3,14 @@
"ctm_version": 1,
"type":"CTM",
"textures":[
"techreborn:blocks/machines/energy/ev_multi_side_ctm"
"techreborn:block/machines/energy/lapotronic_su_side_ctm"
],
"extra":{
"ignore_states":true,
"connect_to":[
{"block":"techreborn:lsu_storage"},
{"block":"techreborn:lapotronic_su"}
]
}
}
}

View file

@ -1,7 +0,0 @@
{
"type":"CTMH",
"textures":[
"./tier1_casing",
"./tier1_casing_ctmh"
]
}

View file

@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"type": "ctm_horizontal",
"extra": {
"connect_inside": true
}
}
}

View file

@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"type": "ctm_horizontal",
"extra": {
"connect_inside": true
}
}
}

View file

@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"type": "ctm_horizontal",
"extra": {
"connect_inside": true
}
}
}

View file

@ -0,0 +1,9 @@
{
"ctm":{
"ctm_version": 1,
"type":"CTM",
"textures":[
"techreborn:block/reinforced_glass_ctm"
]
}
}

View file

@ -0,0 +1,12 @@
{
"ctm":{
"ctm_version": 1,
"type":"CTM",
"textures":[
"techreborn:block/storage/iridum_reinforced_stone_storage_block_ctm"
],
"extra":{
"ignore_states":true
}
}
}

View file

@ -0,0 +1,12 @@
{
"ctm":{
"ctm_version": 1,
"type":"CTM",
"textures":[
"techreborn:block/storage/iridium_reinforced_tungstensteel_storage_block_ctm"
],
"extra":{
"ignore_states":true
}
}
}