This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The electric furnace can now be used to cook furnace recipes twice as fast and using electricity. Both the Combustion Generator and the Electric Furnace can be fully crafted in survival.
- Loading branch information
1 parent
bfdd27a
commit a3d0cec
Showing
86 changed files
with
1,974 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
src/generated/resources/assets/nucleartech/blockstates/electric_furnace.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"variants": { | ||
"facing=north,lit=false": { | ||
"model": "nucleartech:block/electric_furnace" | ||
}, | ||
"facing=south,lit=false": { | ||
"model": "nucleartech:block/electric_furnace", | ||
"y": 180 | ||
}, | ||
"facing=west,lit=false": { | ||
"model": "nucleartech:block/electric_furnace", | ||
"y": 270 | ||
}, | ||
"facing=east,lit=false": { | ||
"model": "nucleartech:block/electric_furnace", | ||
"y": 90 | ||
}, | ||
"facing=north,lit=true": { | ||
"model": "nucleartech:block/electric_furnace_on" | ||
}, | ||
"facing=south,lit=true": { | ||
"model": "nucleartech:block/electric_furnace_on", | ||
"y": 180 | ||
}, | ||
"facing=west,lit=true": { | ||
"model": "nucleartech:block/electric_furnace_on", | ||
"y": 270 | ||
}, | ||
"facing=east,lit=true": { | ||
"model": "nucleartech:block/electric_furnace_on", | ||
"y": 90 | ||
} | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
src/generated/resources/assets/nucleartech/models/block/combustion_generator.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"parent": "minecraft:block/orientable", | ||
"parent": "minecraft:block/orientable_with_bottom", | ||
"textures": { | ||
"side": "nucleartech:block/combustion_generator_side", | ||
"front": "nucleartech:block/combustion_generator_front", | ||
"bottom": "nucleartech:block/combustion_generator_side", | ||
"top": "nucleartech:block/combustion_generator_side" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
src/generated/resources/assets/nucleartech/models/block/combustion_generator_on.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"parent": "minecraft:block/orientable", | ||
"parent": "minecraft:block/orientable_with_bottom", | ||
"textures": { | ||
"side": "nucleartech:block/combustion_generator_side", | ||
"front": "nucleartech:block/combustion_generator_front_on", | ||
"bottom": "nucleartech:block/combustion_generator_side", | ||
"top": "nucleartech:block/combustion_generator_side" | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
src/generated/resources/assets/nucleartech/models/block/electric_furnace.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"parent": "minecraft:block/orientable_with_bottom", | ||
"textures": { | ||
"side": "nucleartech:block/electric_furnace_side", | ||
"front": "nucleartech:block/electric_furnace_front", | ||
"bottom": "nucleartech:block/electric_furnace_side", | ||
"top": "nucleartech:block/electric_furnace_side" | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
src/generated/resources/assets/nucleartech/models/block/electric_furnace_on.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"parent": "minecraft:block/orientable_with_bottom", | ||
"textures": { | ||
"side": "nucleartech:block/electric_furnace_side", | ||
"front": "nucleartech:block/electric_furnace_front_on", | ||
"bottom": "nucleartech:block/electric_furnace_side", | ||
"top": "nucleartech:block/electric_furnace_side" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/nucleartech/models/item/electric_furnace.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "nucleartech:block/electric_furnace" | ||
} |
32 changes: 32 additions & 0 deletions
32
...ed/resources/data/nucleartech/advancements/recipes/nucleartech_items/iron_flat_stamp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"nucleartech:iron_flat_stamp" | ||
] | ||
}, | ||
"criteria": { | ||
"has_material_tag": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:ingots/iron" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "nucleartech:iron_flat_stamp" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_material_tag", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...esources/data/nucleartech/advancements/recipes/nucleartech_items/obsidian_flat_stamp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"nucleartech:obsidian_flat_stamp" | ||
] | ||
}, | ||
"criteria": { | ||
"has_material_tag": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:obsidian" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "nucleartech:obsidian_flat_stamp" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_material_tag", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...urces/data/nucleartech/advancements/recipes/nucleartech_items/schrabidium_flat_stamp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"nucleartech:schrabidium_flat_stamp" | ||
] | ||
}, | ||
"criteria": { | ||
"has_schrabidium_ingot": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "nucleartech:schrabidium_ingot" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "nucleartech:schrabidium_flat_stamp" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_schrabidium_ingot", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...d/resources/data/nucleartech/advancements/recipes/nucleartech_items/steel_flat_stamp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"nucleartech:steel_flat_stamp" | ||
] | ||
}, | ||
"criteria": { | ||
"has_material_tag": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:ingots/steel" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "nucleartech:steel_flat_stamp" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_material_tag", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...d/resources/data/nucleartech/advancements/recipes/nucleartech_items/stone_flat_stamp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"nucleartech:stone_flat_stamp" | ||
] | ||
}, | ||
"criteria": { | ||
"has_material_tag": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:stone" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "nucleartech:stone_flat_stamp" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_material_tag", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...esources/data/nucleartech/advancements/recipes/nucleartech_items/titanium_flat_stamp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"nucleartech:titanium_flat_stamp" | ||
] | ||
}, | ||
"criteria": { | ||
"has_material_tag": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:ingots/titanium" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "nucleartech:titanium_flat_stamp" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_material_tag", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
...d/resources/data/nucleartech/advancements/recipes/nucleartech_machines/blast_furnace.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"nucleartech:blast_furnace" | ||
] | ||
}, | ||
"criteria": { | ||
"has_tungsten_ingot": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:ingots/tungsten" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "nucleartech:blast_furnace" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_tungsten_ingot", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
Oops, something went wrong.