File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
src/main/resources/data/pneumaticcraft/recipe/block_heat_properties/createlowheated Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments