update supp, more perf mods
This commit is contained in:
parent
772f31b1ff
commit
4f2fc1b493
15 changed files with 220 additions and 16 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
13
config/paxi/datapacks/bundle/pack.mcmeta
Normal file
13
config/paxi/datapacks/bundle/pack.mcmeta
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"features": {
|
||||
"enabled": [
|
||||
"minecraft:bundle"
|
||||
]
|
||||
},
|
||||
"pack": {
|
||||
"description": {
|
||||
"translate": "dataPack.bundle.description"
|
||||
},
|
||||
"pack_format": 48
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue