update: automodpack
This commit is contained in:
9
minecraft/config/beansbackpacks/client.json5
Normal file
9
minecraft/config/beansbackpacks/client.json5
Normal 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
|
||||
}
|
||||
9
minecraft/config/beansbackpacks/common.json5
Normal file
9
minecraft/config/beansbackpacks/common.json5
Normal 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
|
||||
}
|
||||
3
minecraft/config/beansbackpacks/features.json5
Normal file
3
minecraft/config/beansbackpacks/features.json5
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"enabled_features": []
|
||||
}
|
||||
6
minecraft/config/beansbackpacks/traits.json5
Normal file
6
minecraft/config/beansbackpacks/traits.json5
Normal 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"}]}
|
||||
}
|
||||
Reference in New Issue
Block a user