1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
This commit is contained in:
2021-01-23 21:36:55 +01:00
parent 23cbad2e35
commit 5bd7d3a786
627 changed files with 24696 additions and 42 deletions

View File

@ -0,0 +1,21 @@
{
"type": "thermal:pyrolyzer",
"ingredient": {
"tag": "forge:gems/bitumen"
},
"result": [
{
"item": "emendatusenigmatica:coke_gem"
},
{
"item": "thermal:tar",
"chance": 0.5
},
{
"fluid": "thermal:heavy_oil",
"amount": 50
}
],
"energy": 4000,
"experience": 0.15
}

View File

@ -0,0 +1,20 @@
{
"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
}