Fuck a bunch of stuff

This commit is contained in:
Vos
2026-03-15 00:44:09 -05:00
parent 327855e057
commit 7b5381b418
33 changed files with 273 additions and 14 deletions
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lemon": {
"conditions": {
"items": [
{
"items": "acesbs:lemon"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "acesbs:combustible_lemon"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_lemon"
]
],
"rewards": {
"recipes": [
"acesbs:combustible_lemon"
]
}
}
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shapeless",
"category": "equipment",
"ingredients": [
{
"item": "acesbs:lemon"
},
{
"item": "minecraft:fire_charge"
},
{
"item": "minecraft:gunpowder"
}
],
"result": {
"count": 1,
"id": "acesbs:combustible_lemon"
}
}