Revise the vault menu
Adds a keybind to open the vaults Fixes flight being disabled by the server on a relog Adds a flight enchantment to boots and leggings (Tier 1 max) DB Profile has additional column for flight as a boolean. Network packet added for client to server to request the vault to open. Added translation entries to en_us.json
This commit is contained in:
parent
da5d53fb88
commit
91fdf78a57
21 changed files with 396 additions and 38 deletions
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"key.otemod.open_vault": "Opens Vault 0",
|
||||
"key.category.otemod": "Only The Essentials",
|
||||
|
||||
|
||||
"itemGroup.refinedfabric.materials": "RefinedFabric Materials",
|
||||
"itemGroup.refinedfabric.tools": "RefinedFabric Utilities",
|
||||
"itemGroup.refinedfabric.blocks": "RefinedFabric Blocks",
|
||||
|
@ -33,6 +37,9 @@
|
|||
"block.otemod.item_scrubber": "Item Scrubber",
|
||||
|
||||
"enchantment.otemod.mob_egging": "Mob Egging",
|
||||
"enchantment.otemod.player_flight": "Flight",
|
||||
"enchantment.otemod.mob_egging.desc": "Chance of mob spawn eggs to drop",
|
||||
"enchantment.otemod.player_flight.desc": "Allows you to fly!",
|
||||
|
||||
"dev.zontreck.otemod.msgs.only_player": "§cOnly players are allowed to execute this command",
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 64 KiB |
Binary file not shown.
Reference in a new issue