Initial commit
This commit is contained in:
46
overrides/config/toughasnails/block_temperature.json
Normal file
46
overrides/config/toughasnails/block_temperature.json
Normal file
@@ -0,0 +1,46 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
},
|
||||
{
|
||||
"state": {
|
||||
"block": "biomesoplenty:hot_spring_water",
|
||||
"properties": {}
|
||||
},
|
||||
"temperature": 5.0
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user