grenades, casings, connected storage blocks and creative mode tab

This commit is contained in:
DrMangoTea
2023-08-30 14:17:19 +02:00
parent 38ba20305e
commit 3cd181cb03
316 changed files with 3644 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "tfmg:block/cast_iron_block"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "tfmg:block/heavy_machinery_casing"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "tfmg:block/napalm_bomb"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "tfmg:block/steel_block"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "tfmg:block/steel_casing"
}
}
}

View File

@@ -0,0 +1,17 @@
{
"block.tfmg.cast_iron_block": "uoɹI ʇsɐƆ ɟo ʞɔoןᗺ",
"block.tfmg.heavy_machinery_casing": "buısɐƆ ʎɹǝuıɥɔɐW ʎʌɐǝH",
"block.tfmg.napalm_bomb": "qɯoᗺ ɯןɐdɐN",
"block.tfmg.steel_block": "ןǝǝʇS ɟo ʞɔoןᗺ",
"block.tfmg.steel_casing": "buısɐƆ ןǝǝʇS",
"entity.tfmg.blue_spark": "ʞɹɐdS ǝnןᗺ",
"entity.tfmg.copper_grenade": "ǝpɐuǝɹ⅁ ɹǝddoƆ",
"entity.tfmg.green_spark": "ʞɹɐdS uǝǝɹ⅁",
"entity.tfmg.napalm_bomb_entity": "ʎʇıʇuƎ qɯoᗺ ɯןɐdɐN",
"entity.tfmg.spark": "ʞɹɐdS",
"entity.tfmg.thermite_grenade": "ǝpɐuǝɹ⅁ ǝʇıɯɹǝɥ⟘",
"entity.tfmg.zin_grenade": "ǝpɐuǝɹ⅁ uıZ",
"item.tfmg.copper_grenade": "ǝpɐuǝɹ⅁ ɹǝddoƆ",
"item.tfmg.thermite_grenade": "ǝpɐuǝɹ⅁ ǝʇıɯɹǝɥ⟘",
"item.tfmg.zinc_grenade": "ǝpɐuǝɹ⅁ ɔuıZ"
}

View File

@@ -0,0 +1,20 @@
{
"block.tfmg.cast_iron_block": "Block of Cast Iron",
"block.tfmg.heavy_machinery_casing": "Heavy Machinery Casing",
"block.tfmg.napalm_bomb": "Napalm Bomb",
"block.tfmg.steel_block": "Block of Steel",
"block.tfmg.steel_casing": "Steel Casing",
"entity.tfmg.blue_spark": "Blue Spark",
"entity.tfmg.copper_grenade": "Copper Grenade",
"entity.tfmg.green_spark": "Green Spark",
"entity.tfmg.napalm_bomb_entity": "Napalm Bomb Entity",
"entity.tfmg.spark": "Spark",
"entity.tfmg.thermite_grenade": "Thermite Grenade",
"entity.tfmg.zin_grenade": "Zin Grenade",
"item.tfmg.copper_grenade": "Copper Grenade",
"item.tfmg.thermite_grenade": "Thermite Grenade",
"item.tfmg.zinc_grenade": "Zinc Grenade",
"itemGroup.tfmg.base": "Create: The Factory Must Grow",
"itemGroup.tfmg.concrete": "Create: TFMG: Concrete"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfmg:block/cast_iron_block"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfmg:block/heavy_machinery_casing"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfmg:block/napalm_bomb"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfmg:block/steel_block"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfmg:block/steel_casing"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "tfmg:block/cast_iron_block"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tfmg:item/copper_grenade"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "tfmg:block/heavy_machinery_casing"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "tfmg:block/napalm_bomb"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "tfmg:block/steel_block"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "tfmg:block/steel_casing"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tfmg:item/thermite_grenade"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tfmg:item/zinc_grenade"
}
}