Releases: DimensionalDevelopment/JustEnoughIDs
Releases · DimensionalDevelopment/JustEnoughIDs
untagged-676cdc951ba81441e6ac: Finally working......
Jesus age Christ this took some work, but damn is it worth it. - Enchantments are now working outside dev - Potions and Enchantments are now fully extended. Okay, back into the hole.
untagged-1b057f76b558f4d04b82: Potions: Extended, Enchantments: Extended
Yes, you read right. Potions and Enchantments are extended and both will be in the same update. Thank you zabi94 for helping me getting both of these extended, potions absolutely sucked extending and enchants had a single pain to deal with. So yeah, go for it damn it.
untagged-e8cbcb3ad4f2716480e3
Forgot debug option......yeah
untagged-24aea276e8a587d92ba7: Merge pull request #36 from DimensionalDevelopment/1.0.2
untagged-115ae98072a8213e735d: Properly calculate the size of INewChunk#getIntBiomeArray
This array is written to the PacketBuffer using PacketBuffer#writeVarIntArray, which writes both the array size and individual array elements as VarInts. However, JEID's calculation of the array size was leaving out the array length prefix, and assuming that each array element was exactly four bytes. Since a VarInt-encoded integer can range from 1 to 5 bytes, the calculation of the array size could end up being smaller than the actual number of bytes written, causing a crash. This commit makes JEID properly calculate the size of getIntBiomeArray, ensuring that the allocated buffer size always matches the number of bytes written.
1.0.1
New features:
- Added extended biome ID support for the following mods: TwilightForest, Thaumcraft, AbyssialCraft, Advanced Rocketry, Mystcraft, Journeymap, ClimateControl, and Creeping Nether
- Added extended block ID support for WorldEdit
- Changed the world version to "1.13-JEID" to make vanilla show a warning when opening a JEID world without 1.12
- Added JEID logo to the mod
Bug fixes:
- Fixed block break particles causing crashes related to blockstate properties
- Fixed crash on servers (note that for sponge compatibility, you will need to upgrade to the latest SpongeForge, they recently fixed a bug that caused it to be incompatible with JEID)
untagged-83531121f5d56106e28a
Fix JEID version check
untagged-42d7945ccc2d2f33bdb5
Add mod support for WorldEdit, Advanced Rocketry, Mystcraft, Journeym…
untagged-39a42f7000d4eb46105f
Fix build