mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
22 lines
403 B
JSON
22 lines
403 B
JSON
{
|
|
"type": "thermal:pulverizer",
|
|
"ingredient": {
|
|
"value": [
|
|
{
|
|
"item": "minecraft:andesite"
|
|
},
|
|
{
|
|
"item": "minecraft:polished_andesite"
|
|
}
|
|
],
|
|
"count": 2
|
|
},
|
|
"result": [
|
|
{
|
|
"item": "minecraft:cobblestone",
|
|
"count": 2
|
|
}
|
|
],
|
|
"experience": 0.1
|
|
}
|