Files
Epoch-Runner-Server/overrides/config/toughasnails/block_temperature.json
Jacob Vinding 44b79588a3 Initial
2025-12-26 23:36:50 +01:00

39 lines
611 B
JSON

[
{
"state": {
"block": "toughasnails:campfire",
"properties": {
"burning": "true"
}
},
"temperature": 5.0
},
{
"state": {
"block": "minecraft:lit_furnace",
"properties": {}
},
"temperature": 3.0
},
{
"state": {
"block": "minecraft:lava",
"properties": {}
},
"temperature": 15.0
},
{
"state": {
"block": "minecraft:flowing_lava",
"properties": {}
},
"temperature": 15.0
},
{
"state": {
"block": "minecraft:magma",
"properties": {}
},
"temperature": 12.5
}
]