Minecraft 1.9 Support
Timethor opened this issue ยท 4 comments
Minecraft 1.9 seems like it'll be one of the more tame updates. This issue is being created to track and discuss the technical aspects of the update progress.
Here's a list of everything that needs to be done (So far). Feel free to add missing points here.
- Igloos: Spawn in Ice Plains and Cold Taiga (Not hills variant though).
- Special Spawning of Igloo with extra basement
- Update BO3Tools to accommodate Loot Tables?
An interesting feature is Loot tables. Those allow randomized contents of chests or other things (furnaces) by using a combination of NBT and JSON. I would need to update BO3Tools to make this more user friendly.
The village code isn't handled by us, we just call Minecraft's code. This means that we will get the grass paths for free. ๐
Loot tables can be assigned via nbt files. Here is a example:
Block(2,7,1,CHEST,../../nbt/Chests/Chest_simple_dungeon.nbt)
The content of the nbt file:
`? ''
: - LootTable: minecraft:chests/simple_dungeon
- Lock: ''
- id: Chest`
Here is a link to some working nbt files for Minecraft 1.9.4 upwards:
https://github.com/BakermanLP/ProjectRET-AoT/tree/master/templateTC/WorldObjects/nbt/Chests