This update resolves stuttering issues and improves existing features.
This update adds a new option that will affect users disabling player ghosts on death.
Added
- Added
enableGraveyardRespawnPoints
option. This option is set to true by default. This option allows players to allow respawns at graveyards without the Ghost Effect. The Ghost Effect will only be applied if bothenableGraveyardRespawnPoints
andenablePlayerGhostOnDeath
are set to true. If you hadenablePlayerGhostOnDeath
set to false, you will want to setenableGraveyardRespawnPoints
to false for the same configuration. - Added
enablePlayerGhostParticles
option. This option is set to true by default.
Changed
- Changed supported Platform version to 1.3.0. This resolves stuttering issues and includes new features.
- Changed mixin filenames to avoid collisions.
- Changed usage of
TickTimer
toServerTickTimer
. This helps resolve stuttering issues. - Changed most blocks to act like their respective material types. Resurrection statues are now only blast resistant if made from Obsidian, Crying Obsidian, or Netherite. The tombstones for these same block types no longer instant break to represent their hardness.
Fixed
- Fixed breaking times of Resurrection Statues. Resurrection statues were copying Netherite Block properties and had an extremely long breaking time.
- Fixed location of language files.
Added
- Re-added hiding items in hand for players with the Ghost effect.
Changed
- Changed supported Minecraft version to 1.21.5.
Removed
- Temporarily removed hiding items in hand for players with the Ghost effect. This will be re-added in a future version.
Added
- Added Pale Oak Graveyard blocks. (This includes Stripped Pale Oak Log and Pale Oak Plank variants.)
- Added chance for Pale Oak Graveyards to spawn in Pale Gardens. (This includes Stripped Pale Oak Log and Pale Oak Plank variants.)
Changed
- Changed supported Minecraft version to 1.21.4.
Changed
- Changed supported Minecraft version to 1.21.3.
Changed
- Changed supported Minecraft version to 1.21.2.
Added
- Added additional variations of generated Small Graveyards.
- Novice Cartographers now have a chance of selling maps to Graveyards.
Changed
- Players with the Ghost effect no longer need an empty hand to interact with Resurrection Statues.
- Changed Groundskeeper sales prices.
Removed
- Removed generated Large and Medium Graveyards.
Added
- Added Groundskeeper villager with Graveyard block trades.
- Added Concrete block variations.
- Added Terracotta block variations.
- Added Terracotta graveyards to Badlands biomes.
Changed
- Simplified the recipe for Resurrection Statues.
- Villagers and Iron Golems no longer have a chance to spawn entities when stepping on Grave Soil.
Fixed
- Two block tall statues can no longer be duplicated by breaking the top half first.
- Coffins can no longer be duplicated by breaking them.
Added
- Added
#graveyard
tag for graveyards to make thelocate
command more useful. - Added
#graveyard
tag for blocks and items to find items easier.
Changed
- Changed default value for
playersStartWorldAsGhosts
option tofalse
to make the mod friendlier for new players. - Items in hand no longer display when the Ghost effect is applied.
Fixed
- Coffins no longer generate loot twice during world generation.
- Ghosts ignoring collision no longer get pushed out of blocks.
- Initial release