pasobqa.blogg.se

Minecraft 1.12.2 inventory tweaks
Minecraft 1.12.2 inventory tweaks








  1. #MINECRAFT 1.12.2 INVENTORY TWEAKS HOW TO#
  2. #MINECRAFT 1.12.2 INVENTORY TWEAKS MOD#
  3. #MINECRAFT 1.12.2 INVENTORY TWEAKS MODS#

Server-assistance support should handle lag slightly better.Various behind-the-scenes enhancements.Improved shortcut behavior with extract-only slots.(ItemTree information can be accessed via API) Compatibiltiy for Galacticraft’s enhanced inventory screen.Fixed an error with shortcuts while the inventory screen was shifted (ex.The override button texture file should now be located at ‘assets/inventorytweaks/textures/gui/button10px.png’.Language files are now loaded using MC1.6’s resource pack system, so they can be overriden or new languages added by resource packs.(For modpack builders, this is not a substitute for using the API and will only work correctly for fixed-size chest-like containers) Basic compatibility information can be added to a new configuration file ‘InvTweaksCompatibility.xml’.

#MINECRAFT 1.12.2 INVENTORY TWEAKS MOD#

Ask the developer of the mod to use the API for compatibility issues.

  • Modded containers will never attempt to ‘guess’ where the main player inventory slots are.
  • Sorting shortcut automatically disables itself when any standard text field is focused.
  • #MINECRAFT 1.12.2 INVENTORY TWEAKS MODS#

    Major API update, to allow for mods that change the basic player inventory to add compatibility via API.Auto-refill will now match metadata exactly on items with subtypes (wool, carpet, stained clay, etc.).Sort-on-pickup attempts no longer spam chat messages by repeatedly failing.Removed the attempt to register tools from Forge’s internal maps, it wasn’t very precise.Fix loading on Forge build 831 and above.Using IDs in custom rules may or may not work.Rule-based sorting should no longer freeze the game in specific situations.Messages during the loading process will now display as chat messages the first time you load a game.Use ID names, instead on numerical IDs for blocks/items in config files.Updated to MC 1.7.2 (With many internal changes to support the update).Auotrefill and sort-on-pickup now immediately resync the inventory with the server.The F3+H display has an added line showing the string ID of items, like Mojang added to the 1.8 snapshots.Shortcuts using shift should now work correctly.Sort-on-pickup should work in single-player again.Configuration screen can now be accessed from the mod list on the main menu screen.Various enhancements to the API for other mods.Added keybinding config to default Minecraft keybinding options.Silenced some debug output that appeared to be an error.Better handling of bad Forge Ore Dictionary entries for item tree.(KNOWN ISSUE: Chests still frequently act strange in horizontal/vertical sort mode) Sorting rules should be less likely to cause strange behavior.Tool damage ordering can be reversed by configuration file.Shortcuts try harder to merge stacks instead of filling up empty space.Compatibility XML file can now disable display of buttons.Default sort of items not in the item tree altered to provide better results in most cases.Horses/Donkeys equipped with a chest are now sortable.Move-all-of-type shortcut works more often in situations where the first item in the section was not the clicked item.Sorting works in creative mode inventory again.Network handling for server-assisted mode should be more consistent.

    #MINECRAFT 1.12.2 INVENTORY TWEAKS HOW TO#

  • The item tree has learned how to compare item data in JSON format, needed for 1.9’s potion changes.
  • ‘Cooked Fish’ now has the correct current ID in the tree file (Mojang originally misspelled it, then fixed it later).
  • Config backup files are now created in the correct location.
  • Default file creation works with larger files.
  • Made the mod slightly better at not slowing down Minecraft loading as much.
  • Fixes issues arising from tree files with large numbers of entries.
  • Fixed the meaning of ‘enableConfigLoadedMesssage’.









  • Minecraft 1.12.2 inventory tweaks