update supp, more perf mods

This commit is contained in:
Reid 2025-07-30 19:51:41 -07:00
parent 772f31b1ff
commit 4f2fc1b493
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
15 changed files with 220 additions and 16 deletions

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_string": {
"conditions": {
"items": [
{
"items": "minecraft:string"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:bundle"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_string"
]
],
"rewards": {
"recipes": [
"minecraft:bundle"
]
}
}

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:rabbit_hide"
},
"-": {
"item": "minecraft:string"
}
},
"pattern": [
"-#-",
"# #",
"###"
],
"result": {
"count": 1,
"id": "minecraft:bundle"
}
}

View file

@ -0,0 +1,13 @@
{
"features": {
"enabled": [
"minecraft:bundle"
]
},
"pack": {
"description": {
"translate": "dataPack.bundle.description"
},
"pack_format": 48
}
}