diff --git a/src/generated/resources/.cache/9047e4e94996e73e9dfde3738763637fb609e07e b/src/generated/resources/.cache/9047e4e94996e73e9dfde3738763637fb609e07e index f9df28a1..db0267d2 100644 --- a/src/generated/resources/.cache/9047e4e94996e73e9dfde3738763637fb609e07e +++ b/src/generated/resources/.cache/9047e4e94996e73e9dfde3738763637fb609e07e @@ -1,2 +1,2 @@ -// 1.19.2 2023-10-31T19:22:31.4928148 Create: The Factory Must Grow's lang merger -aad25a0700a2a69c6e817b8fd534bcae0bce021f assets/createindustry/lang/en_us.json +// 1.19.2 2023-11-01T15:21:42.7803908 Create: The Factory Must Grow's lang merger +03dd999e2b7c33844c23e1c90ffb51f1098b6c7c assets/createindustry/lang/en_us.json diff --git a/src/generated/resources/assets/createindustry/lang/en_us.json b/src/generated/resources/assets/createindustry/lang/en_us.json index c7bbbc87..ccc60afe 100644 --- a/src/generated/resources/assets/createindustry/lang/en_us.json +++ b/src/generated/resources/assets/createindustry/lang/en_us.json @@ -366,6 +366,7 @@ "create.goggles.blast_furnace.fuel_amount": "Fuel Amount: %1$s", "create.goggles.blast_furnace.item_count": "Item Count: %1$s", "create.goggles.blast_furnace.height": "Height: %1$s", + "create.goggles.blast_furnace.nothing_lol": "", "create.goggles.blast_furnace.status.off": "Status: Idle", "create.goggles.blast_furnace.status.running": "Status: Running", "create.goggles.blast_furnace.diameter.one": "Diameter: 1", @@ -389,6 +390,7 @@ "create.goggles.get_engine_efficiency": "%1$s", "create.goggles.engine.stress": "%1$ssu", + "create.goggles.diesel_engine.info": "Diesel Engine:", "_": "Thank you for translating Create: The Factory Must Grow!" diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/aluminum_bars_from_ingots_aluminum_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/aluminum_bars_from_ingots_aluminum_stonecutting.json new file mode 100644 index 00000000..18ab5296 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/aluminum_bars_from_ingots_aluminum_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_ingots_aluminum": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aluminum" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:aluminum_bars_from_ingots_aluminum_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_ingots_aluminum", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:aluminum_bars_from_ingots_aluminum_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/aluminum_ladder_from_ingots_aluminum_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/aluminum_ladder_from_ingots_aluminum_stonecutting.json new file mode 100644 index 00000000..994b1932 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/aluminum_ladder_from_ingots_aluminum_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_ingots_aluminum": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/aluminum" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:aluminum_ladder_from_ingots_aluminum_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_ingots_aluminum", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:aluminum_ladder_from_ingots_aluminum_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/aluminum_scaffolding_from_ingots_steel_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/aluminum_scaffolding_from_ingots_steel_stonecutting.json new file mode 100644 index 00000000..579683bd --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/aluminum_scaffolding_from_ingots_steel_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_ingots_steel": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/steel" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:aluminum_scaffolding_from_ingots_steel_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_ingots_steel", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:aluminum_scaffolding_from_ingots_steel_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/steel_bars_from_ingots_steel_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/steel_bars_from_ingots_steel_stonecutting.json new file mode 100644 index 00000000..3c547ec5 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/steel_bars_from_ingots_steel_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_ingots_steel": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/steel" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:steel_bars_from_ingots_steel_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_ingots_steel", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:steel_bars_from_ingots_steel_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/steel_scaffolding_from_ingots_steel_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/steel_scaffolding_from_ingots_steel_stonecutting.json new file mode 100644 index 00000000..7ebbe56c --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.base/steel_scaffolding_from_ingots_steel_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_ingots_steel": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/steel" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:steel_scaffolding_from_ingots_steel_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_ingots_steel", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:steel_scaffolding_from_ingots_steel_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/bauxite_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/bauxite_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..c57f36e4 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/bauxite_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_stone_types_bauxite": { + "conditions": { + "items": [ + { + "tag": "createindustry:stone_types/bauxite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:bauxite_from_stone_types_bauxite_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_stone_types_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:bauxite_from_stone_types_bauxite_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/bauxite_pillar_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/bauxite_pillar_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..b9e59c93 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/bauxite_pillar_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_stone_types_bauxite": { + "conditions": { + "items": [ + { + "tag": "createindustry:stone_types/bauxite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:bauxite_pillar_from_stone_types_bauxite_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_stone_types_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:bauxite_pillar_from_stone_types_bauxite_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..f3ef92f5 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_stone_types_bauxite": { + "conditions": { + "items": [ + { + "tag": "createindustry:stone_types/bauxite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_stone_types_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_brick_slab_recycling.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_brick_slab_recycling.json new file mode 100644 index 00000000..3c6b1a9c --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_brick_slab_recycling.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_cut_bauxite_brick_slab": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:cut_bauxite_brick_slab" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:cut_bauxite_brick_slab_recycling" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_cut_bauxite_brick_slab", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:cut_bauxite_brick_slab_recycling" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_brick_stairs.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_brick_stairs.json new file mode 100644 index 00000000..033aa725 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_brick_stairs.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_cut_bauxite_bricks": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:cut_bauxite_bricks" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:cut_bauxite_brick_stairs" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_cut_bauxite_bricks", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:cut_bauxite_brick_stairs" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..cccf5dd7 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_stone_types_bauxite": { + "conditions": { + "items": [ + { + "tag": "createindustry:stone_types/bauxite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_stone_types_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..7c58b56c --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_stone_types_bauxite": { + "conditions": { + "items": [ + { + "tag": "createindustry:stone_types/bauxite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:cut_bauxite_bricks_from_stone_types_bauxite_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_stone_types_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:cut_bauxite_bricks_from_stone_types_bauxite_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_slab.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_slab.json new file mode 100644 index 00000000..4e5bc91f --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_slab.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_cut_bauxite": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:cut_bauxite" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:cut_bauxite_slab" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_cut_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:cut_bauxite_slab" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..bba6f496 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_stone_types_bauxite": { + "conditions": { + "items": [ + { + "tag": "createindustry:stone_types/bauxite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:cut_bauxite_slab_from_stone_types_bauxite_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_stone_types_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:cut_bauxite_slab_from_stone_types_bauxite_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_slab_recycling.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_slab_recycling.json new file mode 100644 index 00000000..c5a649c7 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_slab_recycling.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_cut_bauxite_slab": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:cut_bauxite_slab" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:cut_bauxite_slab_recycling" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_cut_bauxite_slab", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:cut_bauxite_slab_recycling" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_stairs.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_stairs.json new file mode 100644 index 00000000..7a6204f0 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_stairs.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_cut_bauxite": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:cut_bauxite" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:cut_bauxite_stairs" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_cut_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:cut_bauxite_stairs" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..f911d8a4 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_stone_types_bauxite": { + "conditions": { + "items": [ + { + "tag": "createindustry:stone_types/bauxite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:cut_bauxite_stairs_from_stone_types_bauxite_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_stone_types_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:cut_bauxite_stairs_from_stone_types_bauxite_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..d66b8c61 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_stone_types_bauxite": { + "conditions": { + "items": [ + { + "tag": "createindustry:stone_types/bauxite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:cut_bauxite_wall_from_stone_types_bauxite_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_stone_types_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:cut_bauxite_wall_from_stone_types_bauxite_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_slab.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_slab.json new file mode 100644 index 00000000..4046ac70 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_slab.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_polished_cut_bauxite": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:polished_cut_bauxite" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:polished_cut_bauxite_slab" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_polished_cut_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:polished_cut_bauxite_slab" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_slab_recycling.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_slab_recycling.json new file mode 100644 index 00000000..2ba69eec --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_slab_recycling.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_polished_cut_bauxite_slab": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:polished_cut_bauxite_slab" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:polished_cut_bauxite_slab_recycling" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_polished_cut_bauxite_slab", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:polished_cut_bauxite_slab_recycling" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_stairs.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_stairs.json new file mode 100644 index 00000000..770926be --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_stairs.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_polished_cut_bauxite": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:polished_cut_bauxite" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:polished_cut_bauxite_stairs" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_polished_cut_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:polished_cut_bauxite_stairs" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_wall.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_wall.json new file mode 100644 index 00000000..01633e68 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_wall.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_polished_cut_bauxite": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:polished_cut_bauxite" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:polished_cut_bauxite_wall" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_polished_cut_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:polished_cut_bauxite_wall" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..4c43f7e1 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_stone_types_bauxite": { + "conditions": { + "items": [ + { + "tag": "createindustry:stone_types/bauxite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_stone_types_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_slab.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_slab.json new file mode 100644 index 00000000..7c09b0c5 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_slab.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_small_bauxite_bricks": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:small_bauxite_bricks" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:small_bauxite_brick_slab" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_small_bauxite_bricks", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:small_bauxite_brick_slab" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..925a9e84 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_stone_types_bauxite": { + "conditions": { + "items": [ + { + "tag": "createindustry:stone_types/bauxite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_stone_types_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_slab_recycling.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_slab_recycling.json new file mode 100644 index 00000000..f8bdcd92 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_slab_recycling.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_small_bauxite_brick_slab": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:small_bauxite_brick_slab" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:small_bauxite_brick_slab_recycling" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_small_bauxite_brick_slab", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:small_bauxite_brick_slab_recycling" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_stairs.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_stairs.json new file mode 100644 index 00000000..d90659d3 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_stairs.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_small_bauxite_bricks": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:small_bauxite_bricks" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:small_bauxite_brick_stairs" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_small_bauxite_bricks", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:small_bauxite_brick_stairs" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_wall.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_wall.json new file mode 100644 index 00000000..aa91dbe5 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_wall.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_small_bauxite_bricks": { + "conditions": { + "items": [ + { + "items": [ + "createindustry:small_bauxite_bricks" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:small_bauxite_brick_wall" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_small_bauxite_bricks", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:small_bauxite_brick_wall" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..490ebc70 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_stone_types_bauxite": { + "conditions": { + "items": [ + { + "tag": "createindustry:stone_types/bauxite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_stone_types_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..63d04e07 --- /dev/null +++ b/src/generated/resources/data/createindustry/advancements/recipes/createindustry.building/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_stone_types_bauxite": { + "conditions": { + "items": [ + { + "tag": "createindustry:stone_types/bauxite" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "createindustry:small_bauxite_bricks_from_stone_types_bauxite_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_stone_types_bauxite", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "createindustry:small_bauxite_bricks_from_stone_types_bauxite_stonecutting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/aluminum_ladder_from_ingots_aluminum_stonecutting.json b/src/generated/resources/data/createindustry/recipes/aluminum_ladder_from_ingots_aluminum_stonecutting.json new file mode 100644 index 00000000..81fff054 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/aluminum_ladder_from_ingots_aluminum_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "tag": "forge:ingots/aluminum" + }, + "result": "createindustry:aluminum_ladder" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/bauxite_pillar_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/bauxite_pillar_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..3d93c879 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/bauxite_pillar_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:bauxite_pillar" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_slab.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_slab.json new file mode 100644 index 00000000..9852e011 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "cut_bauxite_brick_slab", + "key": { + "X": { + "item": "createindustry:cut_bauxite_bricks" + } + }, + "pattern": [ + "XXX" + ], + "result": { + "count": 6, + "item": "createindustry:cut_bauxite_brick_slab" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..1396717f --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:cut_bauxite_brick_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_slab_recycling.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_slab_recycling.json new file mode 100644 index 00000000..bf8315a3 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_slab_recycling.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "createindustry:cut_bauxite_brick_slab" + }, + { + "item": "createindustry:cut_bauxite_brick_slab" + } + ], + "result": { + "item": "createindustry:cut_bauxite_bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_wall.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_wall.json new file mode 100644 index 00000000..e5697593 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "X": { + "item": "createindustry:cut_bauxite_bricks" + } + }, + "pattern": [ + "XXX", + "XXX" + ], + "result": { + "count": 6, + "item": "createindustry:cut_bauxite_brick_wall" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..13c36ccf --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:cut_bauxite_brick_wall" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..8f7ec7dd --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_bricks_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:cut_bauxite_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..dca2847b --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:cut_bauxite" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_slab.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_slab.json new file mode 100644 index 00000000..ed1116b4 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "cut_bauxite_slab", + "key": { + "X": { + "item": "createindustry:cut_bauxite" + } + }, + "pattern": [ + "XXX" + ], + "result": { + "count": 6, + "item": "createindustry:cut_bauxite_slab" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..3a48654f --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:cut_bauxite_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_slab_recycling.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_slab_recycling.json new file mode 100644 index 00000000..ea82b0f1 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_slab_recycling.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "createindustry:cut_bauxite_slab" + }, + { + "item": "createindustry:cut_bauxite_slab" + } + ], + "result": { + "item": "createindustry:cut_bauxite" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..463119a8 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:cut_bauxite_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_wall.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_wall.json new file mode 100644 index 00000000..07b9184d --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "X": { + "item": "createindustry:cut_bauxite" + } + }, + "pattern": [ + "XXX", + "XXX" + ], + "result": { + "count": 6, + "item": "createindustry:cut_bauxite_wall" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..e909f620 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:cut_bauxite_wall" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/layered_bauxite_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/layered_bauxite_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..54451398 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/layered_bauxite_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:layered_bauxite" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..507123bf --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:polished_cut_bauxite" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_slab.json b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_slab.json new file mode 100644 index 00000000..8a5c535f --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_cut_bauxite_slab", + "key": { + "X": { + "item": "createindustry:polished_cut_bauxite" + } + }, + "pattern": [ + "XXX" + ], + "result": { + "count": 6, + "item": "createindustry:polished_cut_bauxite_slab" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..68cc3231 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_slab_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:polished_cut_bauxite_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_slab_recycling.json b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_slab_recycling.json new file mode 100644 index 00000000..a469a1de --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_slab_recycling.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "createindustry:polished_cut_bauxite_slab" + }, + { + "item": "createindustry:polished_cut_bauxite_slab" + } + ], + "result": { + "item": "createindustry:polished_cut_bauxite" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_stairs.json b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_stairs.json new file mode 100644 index 00000000..89510ad2 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_cut_bauxite_stairs", + "key": { + "X": { + "item": "createindustry:polished_cut_bauxite" + } + }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "result": { + "count": 4, + "item": "createindustry:polished_cut_bauxite_stairs" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..418436d9 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_stairs_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:polished_cut_bauxite_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_wall.json b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_wall.json new file mode 100644 index 00000000..dd4013d9 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "X": { + "item": "createindustry:polished_cut_bauxite" + } + }, + "pattern": [ + "XXX", + "XXX" + ], + "result": { + "count": 6, + "item": "createindustry:polished_cut_bauxite_wall" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..8bfacc51 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/polished_cut_bauxite_wall_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:polished_cut_bauxite_wall" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..9ad0b24a --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_slab_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:small_bauxite_brick_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_slab_recycling.json b/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_slab_recycling.json new file mode 100644 index 00000000..d53be750 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_slab_recycling.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "createindustry:small_bauxite_brick_slab" + }, + { + "item": "createindustry:small_bauxite_brick_slab" + } + ], + "result": { + "item": "createindustry:small_bauxite_bricks" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..d0fab13a --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_stairs_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:small_bauxite_brick_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_wall.json b/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_wall.json new file mode 100644 index 00000000..24b856ba --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "X": { + "item": "createindustry:small_bauxite_bricks" + } + }, + "pattern": [ + "XXX", + "XXX" + ], + "result": { + "count": 6, + "item": "createindustry:small_bauxite_brick_wall" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..b875c995 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/small_bauxite_brick_wall_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:small_bauxite_brick_wall" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json b/src/generated/resources/data/createindustry/recipes/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json new file mode 100644 index 00000000..6ad51134 --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/small_bauxite_bricks_from_stone_types_bauxite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 1, + "ingredient": { + "tag": "createindustry:stone_types/bauxite" + }, + "result": "createindustry:small_bauxite_bricks" +} \ No newline at end of file diff --git a/src/generated/resources/data/createindustry/recipes/steel_ladder_from_ingots_steel_stonecutting.json b/src/generated/resources/data/createindustry/recipes/steel_ladder_from_ingots_steel_stonecutting.json new file mode 100644 index 00000000..d4f32eab --- /dev/null +++ b/src/generated/resources/data/createindustry/recipes/steel_ladder_from_ingots_steel_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "count": 2, + "ingredient": { + "tag": "forge:ingots/steel" + }, + "result": "createindustry:steel_ladder" +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/dusts/charcoal.json b/src/generated/resources/data/forge/tags/items/dusts/charcoal.json new file mode 100644 index 00000000..7edc6905 --- /dev/null +++ b/src/generated/resources/data/forge/tags/items/dusts/charcoal.json @@ -0,0 +1,5 @@ +{ + "values": [ + "createindustry:charcoal_dust" + ] +} \ No newline at end of file diff --git a/src/main/java/com/drmangotea/createindustry/blocks/engines/diesel/DieselEngineBlockEntity.java b/src/main/java/com/drmangotea/createindustry/blocks/engines/diesel/DieselEngineBlockEntity.java index 6ce9cdac..cd5fd070 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/engines/diesel/DieselEngineBlockEntity.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/engines/diesel/DieselEngineBlockEntity.java @@ -492,9 +492,7 @@ public class DieselEngineBlockEntity extends SmartBlockEntity implements IHaveGo - Lang.translate("goggles.blast_furnace.height", engineStrength) - .style(ChatFormatting.DARK_PURPLE) - .forGoggles(tooltip, 1); + @@ -509,7 +507,7 @@ public class DieselEngineBlockEntity extends SmartBlockEntity implements IHaveGo return false; LangBuilder mb = Lang.translate("generic.unit.millibuckets"); - Lang.translate("goggles.diesel_engine_info") + Lang.translate("goggles.diesel_engine.info") .style(ChatFormatting.GRAY) .forGoggles(tooltip); diff --git a/src/main/java/com/drmangotea/createindustry/blocks/machines/metal_processing/blast_furnace/BlastFurnaceOutputBlockEntity.java b/src/main/java/com/drmangotea/createindustry/blocks/machines/metal_processing/blast_furnace/BlastFurnaceOutputBlockEntity.java index 137edb48..aa4002c3 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/machines/metal_processing/blast_furnace/BlastFurnaceOutputBlockEntity.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/machines/metal_processing/blast_furnace/BlastFurnaceOutputBlockEntity.java @@ -387,6 +387,9 @@ public class BlastFurnaceOutputBlockEntity extends TFMGMachineBlockEntity implem Lang.translate("goggles.blast_furnace.fuel_amount", fuelInventory.getStackInSlot(0).getCount()) .style(ChatFormatting.AQUA) .forGoggles(tooltip, 1); + Lang.translate("goggles.blast_furnace.nothing_lol") + .style(ChatFormatting.AQUA) + .forGoggles(tooltip, 1); } diff --git a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/aluminum/AluminumPipeAttachmentModel.java b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/aluminum/AluminumPipeAttachmentModel.java index bc0198d2..1d72d1d2 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/aluminum/AluminumPipeAttachmentModel.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/aluminum/AluminumPipeAttachmentModel.java @@ -58,8 +58,9 @@ public class AluminumPipeAttachmentModel extends BakedModelWrapperWithData { data.putAttachment(d, transport.getRenderedRimAttachment(world, pos, state, d)); if(!shouldConnect) - if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) - data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); + if(state.getBlock() instanceof FluidPipeBlock) + if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) + data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); } if (bracket != null) diff --git a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/brass/BrassPipeAttachmentModel.java b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/brass/BrassPipeAttachmentModel.java index 54ca762a..627eea9c 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/brass/BrassPipeAttachmentModel.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/brass/BrassPipeAttachmentModel.java @@ -58,8 +58,9 @@ public class BrassPipeAttachmentModel extends BakedModelWrapperWithData { data.putAttachment(d, transport.getRenderedRimAttachment(world, pos, state, d)); if(!shouldConnect) - if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) - data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); + if(state.getBlock() instanceof FluidPipeBlock) + if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) + data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); } if (bracket != null) diff --git a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/cast_iron/CastIronPipeAttachmentModel.java b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/cast_iron/CastIronPipeAttachmentModel.java index b47884d5..ddd4c3dd 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/cast_iron/CastIronPipeAttachmentModel.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/cast_iron/CastIronPipeAttachmentModel.java @@ -58,8 +58,9 @@ public class CastIronPipeAttachmentModel extends BakedModelWrapperWithData { data.putAttachment(d, transport.getRenderedRimAttachment(world, pos, state, d)); if(!shouldConnect) - if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) - data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); + if(state.getBlock() instanceof FluidPipeBlock) + if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) + data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); } if (bracket != null) diff --git a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/plastic/PlasticPipeAttachmentModel.java b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/plastic/PlasticPipeAttachmentModel.java index e958eb49..0cc41d62 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/plastic/PlasticPipeAttachmentModel.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/pipes/normal/plastic/PlasticPipeAttachmentModel.java @@ -58,8 +58,9 @@ public class PlasticPipeAttachmentModel extends BakedModelWrapperWithData { data.putAttachment(d, transport.getRenderedRimAttachment(world, pos, state, d)); if(!shouldConnect) - if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) - data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); + if(state.getBlock() instanceof FluidPipeBlock) + if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) + data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); } if (bracket != null) diff --git a/src/main/java/com/drmangotea/createindustry/mixins/PipeAttachmentModelMixin.java b/src/main/java/com/drmangotea/createindustry/mixins/PipeAttachmentModelMixin.java index 073ee984..6ec4b274 100644 --- a/src/main/java/com/drmangotea/createindustry/mixins/PipeAttachmentModelMixin.java +++ b/src/main/java/com/drmangotea/createindustry/mixins/PipeAttachmentModelMixin.java @@ -73,8 +73,9 @@ public class PipeAttachmentModelMixin extends BakedModelWrapperWithData { data.putAttachment(d, transport.getRenderedRimAttachment(world, pos, state, d)); if(!shouldConnect) - if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) - data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); + if(state.getBlock() instanceof FluidPipeBlock) + if(state.getValue(PROPERTY_BY_DIRECTION.get(d))) + data.putAttachment(d, FluidTransportBehaviour.AttachmentTypes.RIM); } if (bracket != null) diff --git a/src/main/java/com/drmangotea/createindustry/registry/TFMGBlocks.java b/src/main/java/com/drmangotea/createindustry/registry/TFMGBlocks.java index 11f0f5d7..5230f60b 100644 --- a/src/main/java/com/drmangotea/createindustry/registry/TFMGBlocks.java +++ b/src/main/java/com/drmangotea/createindustry/registry/TFMGBlocks.java @@ -489,10 +489,10 @@ public static final BlockEntry STEEL_DISTILLATION_OUTPU REGISTRATE.block("steel_distillation_output", DistillationOutputBlock::new) .initialProperties(SharedProperties::copperMetal) .properties(p -> p.color(MaterialColor.STONE)) - .blockstate((ctx, prov) -> prov.simpleBlock(ctx.getEntry(), AssetLookup.partialBaseModel(ctx, prov))) + .blockstate(BlockStateGen.horizontalBlockProvider(true)) .properties(BlockBehaviour.Properties::noOcclusion) .transform(pickaxeOnly()) - .item(AssemblyOperatorBlockItem::new) + .item() .build() .register(); public static final BlockEntry STEEL_DISTILLATION_CONTROLLER = diff --git a/src/main/java/com/drmangotea/createindustry/registry/TFMGItems.java b/src/main/java/com/drmangotea/createindustry/registry/TFMGItems.java index d3ba8d55..42998785 100644 --- a/src/main/java/com/drmangotea/createindustry/registry/TFMGItems.java +++ b/src/main/java/com/drmangotea/createindustry/registry/TFMGItems.java @@ -32,7 +32,8 @@ public class TFMGItems { STEEL_INGOT = taggedIngredient("steel_ingot", forgeItemTag("ingots/steel"), CREATE_INGOTS.tag), CAST_IRON_INGOT = taggedIngredient("cast_iron_ingot", forgeItemTag("ingots/cast_iron"), CREATE_INGOTS.tag), ALUMINUM_INGOT = taggedIngredient("aluminum_ingot", forgeItemTag("ingots/aluminum"), CREATE_INGOTS.tag), - PLASTIC_SHEET = taggedIngredient("plastic_sheet", forgeItemTag("ingots/plastic"), CREATE_INGOTS.tag) + PLASTIC_SHEET = taggedIngredient("plastic_sheet", forgeItemTag("ingots/plastic"), CREATE_INGOTS.tag), + CHARCOAL_DUST = taggedIngredient("charcoal_dust", forgeItemTag("dusts/charcoal")) // LEAD_INGOT = taggedIngredient("lead_ingot", forgeItemTag("ingots/lead"), CREATE_INGOTS.tag) ; @@ -56,7 +57,7 @@ public class TFMGItems { TURBINE_BLADE = REGISTRATE.item("turbine_blade", Item::new).register(), THERMITE_POWDER = REGISTRATE.item("thermite_powder", Item::new).register(), STEEL_MECHANISM = REGISTRATE.item("steel_mechanism", Item::new).register(), - CHARCOAL_DUST = REGISTRATE.item("charcoal_dust", Item::new).register(), + NITRATE_DUST = REGISTRATE.item("nitrate_dust", Item::new).register(), SULFUR_DUST = REGISTRATE.item("sulfur_dust", Item::new).register(); diff --git a/src/main/resources/assets/createindustry/lang/default/interface.json b/src/main/resources/assets/createindustry/lang/default/interface.json index 72070c3c..d332dd68 100644 --- a/src/main/resources/assets/createindustry/lang/default/interface.json +++ b/src/main/resources/assets/createindustry/lang/default/interface.json @@ -24,6 +24,7 @@ "create.goggles.blast_furnace.fuel_amount": "Fuel Amount: %1$s", "create.goggles.blast_furnace.item_count": "Item Count: %1$s", "create.goggles.blast_furnace.height": "Height: %1$s", + "create.goggles.blast_furnace.nothing_lol": "", "create.goggles.blast_furnace.status.off": "Status: Idle", "create.goggles.blast_furnace.status.running": "Status: Running", "create.goggles.blast_furnace.diameter.one": "Diameter: 1", @@ -44,5 +45,18 @@ "create.goggles.engine.efficiency" : "Efficiency:", "create.tooltip.engine_analog_strength": "%1$s/15", "create.goggles.get_engine_efficiency": "%1$s", - "create.goggles.engine.stress": "%1$ssu" + "create.goggles.engine.stress": "%1$ssu", + "create.goggles.diesel_engine.info": "Diesel Engine:", + "create.goggles.pumpjack_info": "Pumpjack Info:", + "create.goggles.pumpjack.part_missing": "Hammer or Crank Missing", + "create.goggles.pumpjack.wrong_rotation1": "The Pumpjack Base is oriented incorrectly, the red marker must", + "create.goggles.pumpjack.wrong_rotation2": "face away from the Pumpjack Hammer Holder", + "create.goggles.pumpjack_fluid_storage": "Fluid Tank Info:", + "create.pumpjack_deposit_amount": "%1$s Buckets", + "create.goggles.pumpjack.deposit_info": "Deposit Info:", + "create.goggles.zero": "No Deposit Found", + "create.goggles.pumpjack.fluid_amount": "Fluid Amount:", + "create.goggles.machine_input.info": "Machine Input Info", + "create.goggles.machine_input.no_rot": "No Rotation Provided!", + "create.goggles.machine_input.power_level": "Power Level: " } \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/fractional_distillation/crude_oil_sus.json b/src/main/resources/data/createindustry/recipes/fractional_distillation/crude_oil_sus.json new file mode 100644 index 00000000..4e0ec6f5 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/fractional_distillation/crude_oil_sus.json @@ -0,0 +1,35 @@ +{ + "type": "createindustry:advanced_distillation", + "ingredients": [ + + { + "fluid": "createindustry:crude_oil_fluid", + "nbt": {}, + "amount": 12 + } + ], + "results": [ + { + "fluid": "createindustry:heavy_oil", + "amount": 3 + }, + { + "fluid": "createindustry:diesel", + "amount": 2 + }, + { + "fluid": "createindustry:kerosene", + "amount": 1 + }, + { + "fluid": "createindustry:gasoline", + "amount": 3 + }, + { + "fluid": "createindustry:lpg", + "amount": 2 + } + ] + + +}