diff --git a/changelog.md b/changelog.md index e69de29..6b476a8 100644 --- a/changelog.md +++ b/changelog.md @@ -0,0 +1,24 @@ +------------------------------------------------------ +Version 1.20.6-r1 +------------------------------------------------------ +- update to 1.20.6 +- massive code cleanup +- pigluttons now stalk targets for a while before rushing towards them +- pigluttons now flee for a bit if fed flesh (that isn't yours) or take enough damage, and will despawn if fed enough +- pigluttons are now larger (upscaled for now, will receive a new model and animations later) +- pigluttons now break wooden blocks +- pigluttons now disable shields +- pigluttons can no longer despawn +- pigluttons can no longer spawn on top of you +- pigluttons now drop more experience +- piglutton attributes have been adjusted +- cannibals can now still equip items if it isn't armor +- eating your own flesh now increases piglutton spawn chance +- higher cannibal levels now give jump boost and fall reduction +- cannibal buffs have been rebalanced and are now gradually applied +- high level cannibals are now considered monsters for the purpose of sleeping +- cannibal level now persists on death if tethered +- using a knife on yourself while tethered now untethers you +- tethered heart is now a food item +- dropped flesh now has a pickup delay +- cooking flesh now keeps the name \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 0e4a475..515aaf1 100755 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version = 1.20.6 yarn_mappings = 1.20.6+build.3 loader_version = 0.15.11 # Mod Properties -mod_version = 1.20-4 +mod_version = 1.20.6-r1 maven_group = moriyashiine archives_base_name = anthropophagy # Dependencies