Fix CTM compatibility (#2372). Thanks to YuRaNnNzZZ
This commit is contained in:
parent
9a718080d7
commit
84a418707d
17 changed files with 134 additions and 19 deletions
|
@ -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 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -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 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"parent": "minecraft:block/cube_all",
|
"parent": "techreborn:block/cube_ctmh_base",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "techreborn:block/machines/structure/tier2_casing"
|
"all": "techreborn:block/machines/structure/tier2_casing"
|
||||||
|
},
|
||||||
|
"ctm_version": 1,
|
||||||
|
"ctm_overrides": {
|
||||||
|
"0": "techreborn:block/machines/structure/tier2_casing_ctmh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"parent": "minecraft:block/cube_all",
|
"parent": "techreborn:block/cube_ctmh_base",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "techreborn:block/machines/structure/tier1_casing"
|
"all": "techreborn:block/machines/structure/tier1_casing"
|
||||||
|
},
|
||||||
|
"ctm_version": 1,
|
||||||
|
"ctm_overrides": {
|
||||||
|
"0": "techreborn:block/machines/structure/tier1_casing_ctmh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"parent": "minecraft:block/cube_all",
|
"parent": "techreborn:block/cube_ctmh_base",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "techreborn:block/machines/structure/tier3_casing"
|
"all": "techreborn:block/machines/structure/tier3_casing"
|
||||||
|
},
|
||||||
|
"ctm_version": 1,
|
||||||
|
"ctm_overrides": {
|
||||||
|
"0": "techreborn:block/machines/structure/tier3_casing_ctmh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"type":"CTM",
|
|
||||||
"textures":[
|
|
||||||
"./ev_multi_side",
|
|
||||||
"./ev_multi_side_ctm"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -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"}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -3,7 +3,14 @@
|
||||||
"ctm_version": 1,
|
"ctm_version": 1,
|
||||||
"type":"CTM",
|
"type":"CTM",
|
||||||
"textures":[
|
"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"}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"type":"CTMH",
|
|
||||||
"textures":[
|
|
||||||
"./tier1_casing",
|
|
||||||
"./tier1_casing_ctmh"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"ctm": {
|
||||||
|
"ctm_version": 1,
|
||||||
|
"type": "ctm_horizontal",
|
||||||
|
"extra": {
|
||||||
|
"connect_inside": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"ctm": {
|
||||||
|
"ctm_version": 1,
|
||||||
|
"type": "ctm_horizontal",
|
||||||
|
"extra": {
|
||||||
|
"connect_inside": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"ctm": {
|
||||||
|
"ctm_version": 1,
|
||||||
|
"type": "ctm_horizontal",
|
||||||
|
"extra": {
|
||||||
|
"connect_inside": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"ctm":{
|
||||||
|
"ctm_version": 1,
|
||||||
|
"type":"CTM",
|
||||||
|
"textures":[
|
||||||
|
"techreborn:block/reinforced_glass_ctm"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"ctm":{
|
||||||
|
"ctm_version": 1,
|
||||||
|
"type":"CTM",
|
||||||
|
"textures":[
|
||||||
|
"techreborn:block/storage/iridum_reinforced_stone_storage_block_ctm"
|
||||||
|
],
|
||||||
|
"extra":{
|
||||||
|
"ignore_states":true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"ctm":{
|
||||||
|
"ctm_version": 1,
|
||||||
|
"type":"CTM",
|
||||||
|
"textures":[
|
||||||
|
"techreborn:block/storage/iridium_reinforced_tungstensteel_storage_block_ctm"
|
||||||
|
],
|
||||||
|
"extra":{
|
||||||
|
"ignore_states":true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue