update: automodpack

This commit is contained in:
snusxd
2026-04-05 13:08:45 +03:00
commit 5fa8d3277d
6090 changed files with 682709 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"shorthand_hud_location": "NEAR_CENTER", // NEAR_CENTER (Default) : FAR_CORNER
"elytra_model_equipment": "elytra", // effects the position of the backpack on the player's back while these items are equipped in the chestplate slot
"disable_backpack_render": false, // Disables backpacks and "beansbackpacks:equipable" rendering on the player : Default: false
"back_slot_pos": ["77", "44"],
"back_and_utility_direction": "UP", // UP (Default) : LEFT : DOWN : RIGHT
"shorthand_control": "HARD", // FIXED : HARD (Default) : MIXED : SOFT
"shorthand_breaks_tool": false // Will the Shorthand continue to use a tool until it breaks : Default: false
}

View File

@@ -0,0 +1,9 @@
{
"shorthand_size": 2, // 0 - 9 Default: 2
"tool_belt_additions": "", // !!DOES NOTING!! SOON TO BE REMOVED!
"shorthand_additions": "",
"extend_shorthand_by_advancement": "beansbackpacks:shorthand/level_30, story/enter_the_end",
"keep_back_on_death": false, // On death, the player will drop their equipment in the Back Slot : Default: false
"keep_shorthand_on_death": false, // On death, the player will drop their equipment in the Shorthand : Default: false
"do_nbt_stacking": false // Matching items which do not stack due to differing nbt now can stack : Default: false
}

View File

@@ -0,0 +1,3 @@
{
"enabled_features": []
}

View File

@@ -0,0 +1,6 @@
{
//"beansbackpacks:iron_backpack": {"bundle":{"size":8},"equipable": {"slots": "body","backpack_texture": "beansbackpacks:iron","sound_event": ["beansbackpacks:metal_equip", "beansbackpacks:metal_place"]},"placeable": {"backpack_texture": "beansbackpacks:iron"}}
//"minecraft:leggings" : {"bundle": {"size": 2,"sound": "soft"},"equipable": {"slots": "legs"}}
//"beansbackpacks:netherite_bucket" : {"bucket": {"size": 8}}
//"beansbackpacks:rose_boots" : {"equipable": {"slots": "feet","equipment_model": {"leftLeg": "beansbackpacks:backpack/rose_boot_left","rightLeg": "beansbackpacks:backpack/rose_boot_right"},"sound_event": ["item.armor.equip_generic"]},"modifiers": [{"type": "generic.scale","amount": 0.10,"slot": "feet","id": "rose_boot_step","operation": "add_multiplied_base"},{"type": "generic.movement_speed","amount": 0.10,"slot": "feet","id": "rose_boot_step","operation": "add_multiplied_base"},{"type": "generic.step_height","amount": 0.5,"slot": "feet","id": "rose_boot_step","operation": "add_value"}]}
}