CHANGE:
- Bump LibZontreck version
REMOVE:
- AntiGrief functions which restored explosions have been moved to Aria's Essentials, with the prototyping functions moved to LibZontreck to pave the way for another mod in the future.
UPDATE:
- A reported compatibility issue on discord has been resolved.
- Builder dimension (otemod:builder) is no longer a superflat world, and instead uses custom noise to make it flat-like.
ADD:
- Water Breathing Helmet enchantment
FIX:
- Attempted to fix flight. The enchantment would sometimes be deactivated randomly
FIX:
- Flight Mob Effect now works independent of the enchantment
- Flight Enchant now works more reliably
- Night Vision works again
- Lore Handlers now properly edit the item lore to add stats
- Player head drops are fixed
- Mob egging chance was too unpredictable. The same chance code was used for player heads. This is fixed.
ADD:
- Flight is now a possible potion. No recipe is added yet.
KNOWN BUG:
- The input item handler code currently prevents removing items from the GUI. This was intended only to prevent removing via automated means.
UPDATE:
- Fix a bug with teleporting to the Threshold dimension, it would break other mods that added special handling for falling out of the world. So for compatibility with dimensional doors, this behavior will now only activate in minecraft vanilla dimensions, and in dimensions added by Thresholds.
ADD:
- Two loot table entries for compat with alexsmobs
- Fishing: When raining has a chance to give maggots
- Bartering: Has a chance to give centipede legs
FIX:
- Rip out the uncrafting recipe due to incompatibility with... every mod... and i'm tired of trying to patch something that is still WIP.
FIX:
- Uncrafter block was not textured.
- Model file for uncrafter adjusted
ADD:
- Partial Item
- This item is designed to do... nothing. It is to be used by the Uncrafter, and the Magical Scrubber. The magical scrubber will convert the current item into a Partial Item to avoid exploits.
- Partial item will be capable of storing the remaining items to be uncrafted. It will extract one item from the recipe per uncraft process, until no more remain and the Partial item is despawned.
TODO:
- Partial item will despawn if placed in the inventory. It is not meant to exist outside the machines using that item.
FIX:
- Some blocks did not properly have the right tags
ADD:
- Mechanical uncrafter block
KNOWN:
- Mechanical uncrafter is not yet implemented and is subject to change.
FIX:
- Typos in the mineable datapack tag
FIX:
- Pool blocks were not able to be mined due to a missing datapack tag entry
FIX:
- Typo in dark red dye recipe
FIX:
- Forgot a datapack recipe
HOTFIX:
- Missing datagenned datapack items
FIX:
- Experience crystal tooltip text was doubled
- Mob Capture Ball pre-1.20 patch removed, which required two instructions to shrink the item stack
ADD:
- Switched to Datagen for select models and loot tables.
- Green pool tile variant
- Dyed bricks
- Pool tile slab variants
CHANGE:
- Recipe for pool tiles have been updated to use the dyed bricks instead of the old placeholder recipes.
UPDATE:
- Rename Poss Ball to Mob Capture Ball
- LoreHelpers are re-added with some error handling
ADD:
- Builder Dimension (default only op, or via tpa)
- /builder [enter/leave]
- On fall out of world, teleport to Thresholds (WIP)
DEPRECATE:
- Poss Ball
FIX:
- Random funny death messages might sometimes cause the player to lose their stuff.
BREAKING:
- Bump libzontreck
FIX:
- Mod's datapack was broken because of a removed block. I forgot to update the datapack, and am not using datagen yet. It is on the todo list.
UPDATE:
- Finish implementing the Ihan Crystal
REMOVE:
- Deleted things that were added at the request of someone
UPDATE:
- 1.20.1
- NeoForge