Skip to content

Commit d165eaf

Browse files
committed
create low heated recipes now have the appropriate condition
1 parent c089ef2 commit d165eaf

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/main/resources/data/pneumaticcraft/recipe/block_heat_properties/createlowheated/basic_burner_empowered.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "neoforge:mod_loaded",
5+
"modid": "createlowheated"
6+
}
7+
],
28
"type": "pneumaticcraft:heat_properties",
39
"description": "pneumaticcraft.gui.jei.description.create_blaze_burner.kindled",
410
"block": "createlowheated:basic_burner",

src/main/resources/data/pneumaticcraft/recipe/block_heat_properties/createlowheated/basic_burner_lit.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "neoforge:mod_loaded",
5+
"modid": "createlowheated"
6+
}
7+
],
28
"type": "pneumaticcraft:heat_properties",
39
"description": "pneumaticcraft.gui.jei.description.create_blaze_burner.smouldering",
410
"block": "createlowheated:basic_burner",

0 commit comments

Comments
 (0)