Posted 09 February 2013 - 06:18 AM
Description:
This peripheral allows you to edit and read the NBT Data of TileEntitys.
Because I had no of how to make texture looking there currently is no texture. But I'm open for suggestions.
How to use:
Craft a NBT Editor Turtle with a Bottle o' Enchanting
Place down the Turtle.
You can now use
Example of a table retured by nbtEditor.getNBTData() (in JSON format):
http://pastebin.com/4a65FGC5
You can now modify this table. (Delete tags, edit tags or add tags)
When you're done you can write the table to a Tile Entity's NBT Data.
Screenshots:
Warning:
YOU CAN BREAK YOUR MINECRAFT WORLD WHIT THIS!
I AM NOT RESPONSIBLE FOR ANY DAMAGES. USE THIS AT YOUR OWN RISK.
YOU CAN USE THIS ON THIS ON MULTIPLAYER SERVER.
HOWEVER, IT IS NOT RECOMMENDED USING THIS MOD ON A PUBLIC SERVER.
Note:
Turtle NBT Editor v 1.1
How to install:
Unzip the mod into your mods directory.
The zip contains the jackson-all-1.9.11.jar and a slightly modified version of http://regex.info/blog/lua/json
This peripheral allows you to edit and read the NBT Data of TileEntitys.
Because I had no of how to make texture looking there currently is no texture. But I'm open for suggestions.
How to use:
Craft a NBT Editor Turtle with a Bottle o' Enchanting
Place down the Turtle.
You can now use
- nbtEditor.getNBTData()
- nbtEditor.getNBTDataUp()
- nbtEditor.getNBTDataDown()
Example of a table retured by nbtEditor.getNBTData() (in JSON format):
http://pastebin.com/4a65FGC5
You can now modify this table. (Delete tags, edit tags or add tags)
When you're done you can write the table to a Tile Entity's NBT Data.
- nbtEditor.setNBTData(table)
- nbtEditor.setNBTDataUp(table)
- nbtEditor.setNBTDataDown(table)
Screenshots:
Spoiler
Warning:
YOU CAN BREAK YOUR MINECRAFT WORLD WHIT THIS!
I AM NOT RESPONSIBLE FOR ANY DAMAGES. USE THIS AT YOUR OWN RISK.
YOU CAN USE THIS ON THIS ON MULTIPLAYER SERVER.
HOWEVER, IT IS NOT RECOMMENDED USING THIS MOD ON A PUBLIC SERVER.
Note:
- Sometimes you modification won't show an effect and the NBT Data will be automatically restored. This is out of my influence and caused by the Tile Entity itself.
Turtle NBT Editor v 1.1
How to install:
Unzip the mod into your mods directory.
The zip contains the jackson-all-1.9.11.jar and a slightly modified version of http://regex.info/blog/lua/json