File Details
MPUtils v1.3.10 (MC1.11.2) (Server Hotfix)
- R
- Jun 8, 2017
- 247.30 KB
- 31.0K
- 1.11.2
File Name
mputils-1.11.2-1.3.10.jar
Supported Versions
- 1.11.2
## MC 1.11.2
#### MPUtils v1.3.9 (HotFix)
- fix for a client side code getting called on server. Oops!
#### MPUtils v1.3.9
- Item dump nbt now will use correct CraftTweaker support if craftTweaker is installed.
- Added CraftTweakers API
- Added new Command will dump all items into your clipboard from a container int he world
- "/mp inContainer (nbt, ore, setpretty, extendedclasses, classes)"
#### MPUtils v1.3.7
- Should have fixed Duplicate entries when using /mp moddump
#### MPUtils v1.3.6
- Fixed Formatting of NBT data for item dump (Better suited for Minetweaker)
- Added Arguments to looking at command. [nbt, class, extendedClass]
- Better control over what data you want to read.
#### MPUtils v1.3.5
- New Mod Dump Command /mp moddump
#### MPUtils v1.3.4
- Texture fixed
#### MPUtils v1.3.3
- Fixed improper handling of empty itemstacks
#### MPUtils v1.3.2
- Fixed CMM integration
#### MPUtils v1.3.1
- Port of the 1.2.6 version of MPUtils
## MC 1.10.2
#### MPUtils v1.2.6
- New Commands Options for Item dump command. '/mp (hand, hotbar, inventory) [setPretty, class, extendedClass]'
- setPretty: makes the read out prettier to read. Includes making nbt data pretty
- class & extendedClass: will give the Class names and all super classes to that one.
- Removed the parser for now. As it didn't work as intended. but will return in a different form.
- Looking at command now also gives more data including: Mod ID's, Class, Extended Classes, String ID, Int ID.
- Catching those Null pointers.
- Created new Global Quick Menu that work across all instances. (Saves a mputils files in your home directory)
- Updated the Quick menu some. now pressing the keybind for quick menu more than once toggles between the two menus.
- There is a local Quick Commands and Global Quick commands.
- Local is for that local instance of minecraft.
- Global is for any instance.
#### MPUtils v1.2.5 (HotFix)
- Fixed issue with the scrolling screens not stopping.. and scrolling to the ends of the earth
#### MPUtils v1.2.4
- Made the scrolling windows able to be clicked and dragged to scroll.
- Some prep work for new commands and tools
#### MPUtils v1.2.3
- Fixed a crash when using CMM Wrapped Buttons
- Removed Weird Symbols at beginning change logs ingame (Was a UTF-8 BOM Identifier)
- Made sure URL text files get encoded correctly. Used in MPBasic Tools to get change logs from a url.
#### MPUtils v1.2.1
- Mputils fixed mpinfo editor not saving correct data in spots.
- Changed some default config settings
- Added some new tools for addons to use. Mainly creating Gist and sending http post data.
#### MPUtils v1.1.8
- New Command: "/mputils inventory" Grabs the entire inventory and dumps it into your clipboard. Works like (hand & hotbar) commands.
- New MPInfo.info file with configurable settings in "mputils.cfg"
- MPInfo.info displays information in Vanilla ModList. Eventually will use something else
- Added new Command argument to getting item data.
"/mputils (hand, hotbar, inventory) ||"
"||" is a string format:
example would be "/mp hand |The cow jumped over the %s|" ->
copies to clipboard as "The cow jumped over the minecraft:item"
- Changed Quick Commands Keybind over to decimal on the numpad.
- Quick Commands can now be clicked to execute commands (Doing so will not close down Quick Commands.)
- Updated Quick Commands to make adding and removing commands easier.
- Added new "@t" option in Quick Commands to toggle (true, false)
- Updated Rendering tools for next big update
#### MPUtils v1.0.2
- Updated 1.9.4 to 1.10.2
- Added new Command "/mputils RecipesDuplicates"
- Beta Version: RecipesDuplicates looks for duplicate recipes May give false positives, needs feedback
- Recipes are dumped into a file in root dir.
Added new options to previous Commands:
- "/mputils hand" && "/mputils hotbar"
- New Options are "ore", "nbt, & "<>"
- "ore" gives all oredictionary names
- "nbt" gives nbtdata in json format
- "<>" adds the carets that minetweaker uses
- EXAMPLE: "/mputils hotbar ore nbt <>" or "/mputils hotbar <> ore";
Check out : https://minecraft.curseforge.com/projects/mputils/pages/modpack-utilities
Other stuff is backend tools
#### MPUtils v1.0.21
Bug fix with crashing on loading.. My mistake
## MC 1.10.2
#### MPUtils v1.2.6
- New Commands Options for Item dump command. '/mp (hand, hotbar, inventory) [setPretty, class, extendedClass]'
- setPretty: makes the read out prettier to read. Includes making nbt data pretty
- class & extendedClass: will give the Class names and all super classes to that one.
- Removed the parser for now. As it didn't work as intended. but will return in a different form.
- Looking at command now also gives more data including: Mod ID's, Class, Extended Classes, String ID, Int ID.
- Catching those Null pointers.
- Created new Global Quick Menu that work across all instances. (Saves a mputils files in your home directory)
- Updated the Quick menu some. now pressing the keybind for quick menu more than once toggles between the two menus.
- There is a local Quick Commands and Global Quick commands.
- Local is for that local instance of minecraft.
- Global is for any instance.
#### MPUtils v1.2.5 (HotFix)
- Fixed issue with the scrolling screens not stopping.. and scrolling to the ends of the earth
#### MPUtils v1.2.4
- Made the scrolling windows able to be clicked and dragged to scroll.
- Some prep work for new commands and tools
#### MPUtils v1.2.3
- Fixed a crash when using CMM Wrapped Buttons
- Removed Weird Symbols at beginning change logs ingame (Was a UTF-8 BOM Identifier)
- Made sure URL text files get encoded correctly. Used in MPBasic Tools to get change logs from a url.
#### MPUtils v1.2.1
- Mputils fixed mpinfo editor not saving correct data in spots.
- Changed some default config settings
- Added some new tools for addons to use. Mainly creating Gist and sending http post data.
#### MPUtils v1.1.8
- New Command: "/mputils inventory" Grabs the entire inventory and dumps it into your clipboard. Works like (hand & hotbar) commands.
- New MPInfo.info file with configurable settings in "mputils.cfg"
- MPInfo.info displays information in Vanilla ModList. Eventually will use something else
- Added new Command argument to getting item data.
"/mputils (hand, hotbar, inventory) ||"
"||" is a string format:
example would be "/mp hand |The cow jumped over the %s|" ->
copies to clipboard as "The cow jumped over the minecraft:item"
- Changed Quick Commands Keybind over to decimal on the numpad.
- Quick Commands can now be clicked to execute commands (Doing so will not close down Quick Commands.)
- Updated Quick Commands to make adding and removing commands easier.
- Added new "@t" option in Quick Commands to toggle (true, false)
- Updated Rendering tools for next big update
#### MPUtils v1.0.2
- Updated 1.9.4 to 1.10.2
- Added new Command "/mputils RecipesDuplicates"
- Beta Version: RecipesDuplicates looks for duplicate recipes May give false positives, needs feedback
- Recipes are dumped into a file in root dir.
Added new options to previous Commands:
- "/mputils hand" && "/mputils hotbar"
- New Options are "ore", "nbt, & "<>"
- "ore" gives all oredictionary names
- "nbt" gives nbtdata in json format
- "<>" adds the carets that minetweaker uses
- EXAMPLE: "/mputils hotbar ore nbt <>" or "/mputils hotbar <> ore";
Check out : https://minecraft.curseforge.com/projects/mputils/pages/modpack-utilities
Other stuff is backend tools
#### MPUtils v1.0.21
Bug fix with crashing on loading.. My mistake