mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
21 lines
385 B
JSON
21 lines
385 B
JSON
{
|
|
"type": "thermal:pyrolyzer",
|
|
"ingredient": {
|
|
"tag": "forge:gems/coal"
|
|
},
|
|
"result": [
|
|
{
|
|
"item": "emendatusenigmatica:coke_gem"
|
|
},
|
|
{
|
|
"item": "thermal:tar",
|
|
"chance": 0.25
|
|
},
|
|
{
|
|
"fluid": "thermal:creosote",
|
|
"amount": 250
|
|
}
|
|
],
|
|
"experience": 0.15
|
|
}
|