additional recipes
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
Jottyfan
2025-10-29 22:56:52 +01:00
parent a1d8b2cb58
commit d6ea5ab7e0
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "gtamfmd:ruby"
}
],
"rolls": 9.0
}
]
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:stick"
],
"result": {
"id": "gtamfmd:stub",
"count": 4
}
}