- Overhaul teleport logic
- Fix netherMaxY config option being incorrectly implemented after the overhaul
- fix overworldToBed config option not working after the overhaul
- Overhaul teleportation logic. The painting will now find a suitable nearby location to teleport to, rather than just teleporting to the nearest block
- Overhaul the Dimensional painting type system to be data-driven.
- Custom paintings can be added through datapacks (with a resource-pack for the texture)
Custom paintings will have to be granted through giving the player a dimpaintings:custom_painting
with the right component.
Example: /give @p dimpaintings:custom_painting[dimpaintings:dimension_type="dimpaintings:the_end"]
- Initial update to 1.21
- Initial update to 1.20.6
- Initial update to 1.20.4
- Update NeoForge support
- Initial update to 1.20.2
- Fix platforms not being placed correctly
- Fix creative tab ordering
- Initial update to 1.20
- Change the netherMaxY config option to allow higher than 120 and lower than 10 (In case of custom dimensions)