Cleanup of migrated blocks\items

This commit is contained in:
drcrazy 2019-03-11 17:15:02 +03:00
parent 0db5a756b5
commit c58bf04667
4 changed files with 0 additions and 204 deletions

View file

@ -1,16 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "cube",
"textures": {
"particle": "techreborn:blocks/machine/greg_machines/fusion_coil_side",
"down": "techreborn:blocks/machine/greg_machines/fusion_coil_heart",
"up": "techreborn:blocks/machine/greg_machines/fusion_coil_heart",
"north": "techreborn:blocks/machine/greg_machines/fusion_coil_side",
"south": "techreborn:blocks/machine/greg_machines/fusion_coil_side",
"west": "techreborn:blocks/machine/greg_machines/fusion_coil_side",
"east": "techreborn:blocks/machine/greg_machines/fusion_coil_side"
}
}
}

View file

@ -1,176 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"type": {
"carbon_fiber": {
"textures": {
"layer0": "techreborn:items/part/carbon_fiber"
}
},
"carbon_mesh": {
"textures": {
"layer0": "techreborn:items/part/carbon_mesh"
}
},
"advanced_circuit": {
"textures": {
"layer0": "techreborn:items/part/advanced_circuit"
}
},
"electronic_circuit": {
"textures": {
"layer0": "techreborn:items/part/electronic_circuit"
}
},
"industrial_circuit": {
"textures": {
"layer0": "techreborn:items/part/industrial_circuit"
}
},
"digital_display": {
"textures": {
"layer0": "techreborn:items/part/digital_display"
}
},
"water_coolant_cell_10k": {
"textures": {
"layer0": "techreborn:items/part/coolant_simple"
}
},
"water_coolant_cell_60k": {
"textures": {
"layer0": "techreborn:items/part/coolant_six"
}
},
"water_coolant_cell_30k": {
"textures": {
"layer0": "techreborn:items/part/coolant_triple"
}
},
"cupronickel_heating_coil": {
"textures": {
"layer0": "techreborn:items/part/cupronickel_heating_coil"
}
},
"kanthal_heating_coil": {
"textures": {
"layer0": "techreborn:items/part/kanthal_heating_coil"
}
},
"data_storage_core": {
"textures": {
"layer0": "techreborn:items/part/data_storage_core"
}
},
"data_storage_chip": {
"textures": {
"layer0": "techreborn:items/part/data_storage_chip"
}
},
"diamond_grinding_head": {
"textures": {
"layer0": "techreborn:items/part/diamond_grinding_head"
}
},
"diamond_saw_blade": {
"textures": {
"layer0": "techreborn:items/part/diamond_saw_blade"
}
},
"energy_flow_chip": {
"textures": {
"layer0": "techreborn:items/part/energy_flow_circuit"
}
},
"helium_coolant_cell_60k": {
"textures": {
"layer0": "techreborn:items/part/helium_coolant_simple"
}
},
"helium_coolant_cell_360k": {
"textures": {
"layer0": "techreborn:items/part/helium_coolant_six"
}
},
"helium_coolant_cell_180k": {
"textures": {
"layer0": "techreborn:items/part/helium_coolant_triple"
}
},
"iridium_neutron_reflector": {
"textures": {
"layer0": "techreborn:items/part/iridium_neutron_reflector"
}
},
"machine_parts": {
"textures": {
"layer0": "techreborn:items/part/machine_parts"
}
},
"nak_coolant_cell_60k": {
"textures": {
"layer0": "techreborn:items/part/nak_coolant_simple"
}
},
"nak_coolant_cell_360k": {
"textures": {
"layer0": "techreborn:items/part/nak_coolant_six"
}
},
"nak_coolant_cell_180k": {
"textures": {
"layer0": "techreborn:items/part/nak_coolant_triple"
}
},
"neutron_reflector": {
"textures": {
"layer0": "techreborn:items/part/neutron_reflector"
}
},
"nichrome_heating_coil": {
"textures": {
"layer0": "techreborn:items/part/nichrome_heating_coil"
}
},
"rubber": {
"textures": {
"layer0": "techreborn:items/part/rubber"
}
},
"sap": {
"textures": {
"layer0": "techreborn:items/part/sap"
}
},
"scrap": {
"textures": {
"layer0": "techreborn:items/part/scrap"
}
},
"superconductor": {
"textures": {
"layer0": "techreborn:items/part/super_conductor"
}
},
"thick_neutron_reflector": {
"textures": {
"layer0": "techreborn:items/part/thick_neutron_reflector"
}
},
"tungsten_grinding_head": {
"textures": {
"layer0": "techreborn:items/part/tungsten_grinding_head"
}
},
"uu_matter": {
"textures": {
"layer0": "techreborn:items/part/uu_matter"
}
}
}
}
}

View file

@ -1,6 +0,0 @@
{
"parent": "techreborn:item/techrebornItem",
"textures": {
"layer0": "techreborn:items/misc/rubber_sapling"
}
}

View file

@ -1,6 +0,0 @@
{
"parent": "techreborn:item/techrebornItem",
"textures": {
"layer0": "techreborn:items/misc/uu_matter"
}
}