Skip to content

Releases: DimensionalDevelopment/JustEnoughIDs

untagged-676cdc951ba81441e6ac: Finally working......

07 Oct 02:07
Compare
Choose a tag to compare
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

03 Oct 16:51
Compare
Choose a tag to compare
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

02 Oct 04:00
Compare
Choose a tag to compare
Forgot debug option......yeah

untagged-24aea276e8a587d92ba7: Merge pull request #36 from DimensionalDevelopment/1.0.2

02 Oct 03:01
49419cf
Compare
Choose a tag to compare

untagged-115ae98072a8213e735d: Properly calculate the size of INewChunk#getIntBiomeArray

25 Jul 18:54
Compare
Choose a tag to compare
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

15 Jul 17:31
Compare
Choose a tag to compare

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

15 Jul 22:31
Compare
Choose a tag to compare
Fix JEID version check

untagged-42d7945ccc2d2f33bdb5: Add mod support for WorldEdit, Advanced Rocketry, Mystcraft, Journeym…

15 Jul 15:41
Compare
Choose a tag to compare
…ap, ClimateControl, and Creeping Nether

Fixes #11
Fixes #5
Fixes #3
Fixes #19

untagged-39a42f7000d4eb46105f

14 Jul 21:01
Compare
Choose a tag to compare

1.0.0

19 Jun 06:25
Compare
Choose a tag to compare

Initial release