Skip to content

Releases: EverNife/Crucible

Staging branch build 0c25d25

30 Jun 00:50
386ea41
Compare
Choose a tag to compare
Pre-release

This is an automatic pre-release build of commit 0c25d25
With this release you can test ahead of time the next Crucible release candidate

DevBuild-Ever [109] - 552106c

21 Apr 22:53
Compare
Choose a tag to compare
Pre-release

Commits

  • 5aab679: Create plain new NBTTagCompound() on ItemStack.setItemMeta() (Petrus)
  • ffd4580: Implement YML Serialization of ItemStacks [https://github.com/CrucibleMC/issues/55] (Petrus)
  • 9d8b97b: Fix a FORGE bug where it cannot properly serialize or deserialize NBT Tags. (Petrus)
  • 2e14eed: Revert NBTTagCompound part of [d5534d2] (Petrus)
  • 6d663bf: Properly revert NBTTagCompound.java.patch and NBTTagList.java.patch from [d5534d2] (Petrus)
  • f44d1c8: Add separte crucible_toString() to prevent crash with some coremods. (Petrus)
  • b289c0e: Fix import of ICrucibleString on NBT classes. (Petrus)
  • 2dd2818: Add getPotionEffect() for LivingEntity from newer bukkit api (Petrus)
  • b54e708: Normalize Biome names the same way Materials are normalized (Petrus)
  • 1c6ad2e: Revert "Normalize Biome names the same way Materials are normalized" (Petrus)
  • ef0dbe2: Another try to "Normalize Biome names the same way Materials are normalized" (Petrus)
  • 5fbcacd: Some better naming for DevBuild.yml workflow (Pétrus Pradella)
  • dbf8654: Add 'fetch-depth: 0' to DevBuild.yml (Pétrus Pradella)
  • 242a9af: Add function to merge NBTTagCompound, its present on modern versions, it might help compatibility with a few plugins. (Pétrus Pradella)
  • 7bb36e2: Change version name and add AutoBuild (Pétrus Pradella)
  • 552106c: do not serialize nbt, it will cause more problems than solutions :/ (Pétrus Pradella)