Skip to content

Commit ef92cb0

Browse files
committed
added Create: Low-Heated burner heat properties
#1477
1 parent e3da3fe commit ef92cb0

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"type": "pneumaticcraft:heat_properties",
3+
"description": "pneumaticcraft.gui.jei.description.create_blaze_burner.kindled",
4+
"block": "createlowheated:basic_burner",
5+
"statePredicate": {
6+
"lit": "true",
7+
"empowered": "true"
8+
},
9+
"temperature": 1700,
10+
"thermalResistance": 500
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"type": "pneumaticcraft:heat_properties",
3+
"description": "pneumaticcraft.gui.jei.description.create_blaze_burner.smouldering",
4+
"block": "createlowheated:basic_burner",
5+
"statePredicate": {
6+
"lit": "true",
7+
"empowered": "false"
8+
},
9+
"temperature": 1700,
10+
"thermalResistance": 100000
11+
}

0 commit comments

Comments
 (0)