-
Notifications
You must be signed in to change notification settings - Fork 11
Recycler
Jerry edited this page May 28, 2025
·
5 revisions
{
"type": "mekmm:recycler",
"input": {
"count": 1,
"item": "minecraft:dirt"
},
"chance": 0.17,
"output": {
"count": 1,
"id": "mekmm:scrap"
}
}{
"type": "mekmm:recycler",
"input": {
"count": 1,
"tag": "c:stones"
},
"chance": 0.17,
"output": {
"count": 1,
"id": "mekmm:scrap"
}
}{
"type": "mekmm:recycler",
"input": {
"count": 1,
"type": "neoforge:compound",
"children": [{
"item": "minecraft:dirt"
},
{
"item": "minecraft:grass"
}
]
},
"chance": 0.17,
"output": {
"count": 1,
"id": "mekmm:scrap"
}
}