added canola oil for the drills

This commit is contained in:
Jottyfan
2024-01-14 23:30:43 +01:00
parent 8dd50f73aa
commit efca60e5da
31 changed files with 250 additions and 24 deletions

View File

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:glass_bottle"
},
{
"item": "quickiefabric:canola"
}
],
"result": {
"item": "quickiefabric:canolabottle",
"count": 1
}
}