Bro IDK a whole bunch of shit

This commit is contained in:
Vos
2025-11-19 16:20:00 -06:00
parent 5da808e64b
commit c86d3f8b0e
35 changed files with 642 additions and 14 deletions
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stable_endtropy": {
"conditions": {
"items": [
{
"items": "acesbs:stable_endtropy"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "acesbs:bricked_up"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_stable_endtropy"
]
],
"rewards": {
"recipes": [
"acesbs:bricked_up"
]
}
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:brick"
},
{
"item": "acesbs:stable_endtropy"
}
],
"result": {
"count": 1,
"id": "acesbs:bricked_up"
}
}
@@ -0,0 +1,5 @@
{
"values": [
"acesbs:kaupen_bow"
]
}