mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.2
This commit is contained in:
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:pulverizer",
|
||||
"ingredient": {
|
||||
"tag": "forge:ores/osmium"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:osmium_dust",
|
||||
"chance": 2.0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gravel",
|
||||
"chance": 0.2
|
||||
}
|
||||
],
|
||||
"experience": 0.2,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "mekanism"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:smelter",
|
||||
"ingredient": {
|
||||
"tag": "forge:ores/osmium"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:osmium_ingot",
|
||||
"chance": 1.0
|
||||
},
|
||||
{
|
||||
"item": "thermal:rich_slag",
|
||||
"chance": 0.2
|
||||
}
|
||||
],
|
||||
"experience": 0.2,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "mekanism"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user