v0.1.4
☢️ Breaking Changes
- Ported the mod to NeoForge! :)
- Please note that this also required a substantial change to the Fabric version of the mod. We haven't found any issues in our testing, but please back up your worlds just to be safe!
✨ What's New
- N/A
♻️ Changes
- N/A
🐞 Fixes
- Fixed ModernFix crash (for good this time).
🛠 Data Pack
- Added NeoForge-related data pack files for worldgen and entity spawns.
- Added
#avp:razor_wire
block tag.- This tag is now used internally for shear item logic.
- This change fixes the crash with ModernFix.
🔬 Technical Changes
- Rewrote the project to support multiple mod loaders.
- Added NeoForge modloader support.
v0.1.3
☢️ Breaking Changes
- N/A
✨ What's New
- N/A
♻️ Changes
- N/A
🐞 Fixes
- Fixed block corruption occurring in servers caused by the previous attempt to fix a world crash caused by ModernFix.
- Please note that this means ModernFix will cease to work with AVP, again - we're looking into why exactly ModernFix isn't playing nice with AVP and hope to have the issue fixed soon.
🛠 Data Pack
- N/A
🔬 Technical Changes
- N/A
v0.1.2
☢️ Breaking Changes
- N/A
✨ What's New
- N/A
♻️ Changes
- Doubled range of M37-12 Shotgun (6 blocks -> 12 blocks).
- Doubled range of ZX-76 Shotgun (6 blocks -> 12 blocks).
🐞 Fixes
- Fixed hitboxes for the following entities being incorrectly sized:
- Aberrant Chestburster
- Aberrant Drone
- Aberrant Facehugger
- Aberrant Ovamorph
- Aberrant Praetorian
- Aberrant Queen
- Aberrant Warrior
- Irradiated Drone
- Irradiated Praetorian
- Irradiated Queen
- Irradiated Warrior
- Nether Chestburster
- Nether Drone
- Nether Facehugger
- Nether Ovamorph
- Nether Praetorian
- Nether Queen
- Nether Warrior
- Royal Aberrant Chestburster
- Royal Aberrant Facehugger
- Royal Aberrant Ovamorph
- Royal Nether Chestburster
- Royal Nether Facehugger
- Royal Nether Ovamorph
- Royal Chestburster
- Royal Facehugger
- Royal Ovamorph
🛠 Data Pack
- N/A
🔬 Technical Changes
- N/A
v0.1.1
☢️ Breaking Changes
- N/A
✨ What's New
- Added tooltip for ammo chest item.
- Added tooltip for lead chest item.
- Added tooltip for sentry turret item.
- Added new sound effects:
- Ovamorph hatching sfx
- Ovamorph rooting sfx
- Ovamorph shearing sfx
- Queen egg-laying sfx
- Implemented new queen sound effects:
- Idle
- Hurt
- Death
- Added tooltips for armor items that have full set bonuses.
- Full set buffs are colored green.
- Full set debuffs are colored red.
- The following armor sets are affected by this change:
- MK50 Suit
- Pressure Suit
♻️ Changes
- Added a sound effect for when royal jelly is used on ovamorphs.
- Facehuggers now spawn on top of ovamorphs if no obstructing block present.
- Facehuggers now jump towards a random direction when leaving ovamorphs.
- Facehuggers now move 10% faster after targets.
- Xenomorphs now move 20% faster after targets.
- Improved xenomorph(and their variants) digging capabilities:
- Xenomorphs now dig 2x as many blocks at a single time.
- Queens now dig 4x as many blocks at a single time.
- Xenomorphs now dig a single block faster:
- Drones dig a single block 10x faster (5 -> 50 block damage).
- Warriors dig a single block 5x faster (10 -> 50 block damage).
- Praetorians dig a single block 3.33x faster (15 -> 50 block damage).
🐞 Fixes
- Fixed world crash caused by ModernFix.
- Fixed incorrect resin spreading subtitles.
- Fixed shearing ovamorphs causing damage to shears while in creative mode.
- Fixed rooting ovamorphs consuming resin balls while in creative mode.
- Fixed royal jellying ovamorphs consuming royal jelly while in creative mode.
- Fixed xenomorphs periodically getting stuck while digging.
- Fixed radiation damaging regular armor on mobs and players (armor is now ignored).
- Fixed radiation damaging wolf armor on wolves (armor is now ignored).
- Fixed radiation damage being reduced by protection 4.
- Fixed radiation damage being reduced by resistance.
- Fixed aberrant xenomorphs becoming nether afflicted when the world reloads.
- Fixed irradiated xenomorphs becoming nether afflicted when the world reloads.
- Fixed sentry turret's pitch being slightly offset from where it should be.
- Fixed yautja's pitch being slightly offset from where it should be.
🛠 Data Pack
- Added the following chests to the
#c:chests
block tag:- Ammo Chest
- Lead Chest
- Added the following ores to the
#c:ores
block tag:- Autunite Ore
- Bauxite Ore
- Deepslate Titanium Ore
- Deepslate Zinc Ore
- Galena Ore
- Lithium Ore
- Monazite Ore
- Zinc Ore
- Added the following ingots to the
#c:ingots
item tag:- Aluminum Ingot
- Brass Ingot
- Ferroaluminum Ingot
- Lead Ingot
- Steel Ingot
- Titanium Ingot
- Uranium Ingot
- Zinc Ingot
- Added the following ingots to their respective individual ingot item tags:
- Aluminum Ingot to
#c:ingots/aluminum
item tag. - Brass Ingot to
#c:ingots/brass
item tag. - Lead Ingot to
#c:ingots/lead
item tag. - Steel Ingot to
#c:ingots/steel
item tag. - Titanium Ingot to
#c:ingots/titanium
item tag. - Zinc Ingot to
#c:ingots/zinc
item tag.
- Aluminum Ingot to
- Added the following nuggets to the
#c:nuggets
item tag:- Aluminum Nugget
- Brass Nugget
- Ferroaluminum Nugget
- Lead Nugget
- Steel Nugget
- Titanium Nugget
- Uranium Nugget
- Zinc Nugget
- Added the following nuggets to their respective individual nugget item tags:
- Aluminum Nugget to
#c:nuggets/aluminum
item tag. - Brass Nugget to
#c:nuggets/brass
item tag. - Lead Nugget to
#c:nuggets/lead
item tag. - Steel Nugget to
#c:nuggets/steel
item tag. - Titanium Nugget to
#c:nuggets/titanium
item tag. - Zinc Nugget to
#c:nuggets/zinc
item tag.
- Aluminum Nugget to
- Added the following ores to the
#c:ores
item tag:- Autunite Ore
- Bauxite Ore
- Lithium Ore
- Deepslate Titanium Ore
- Galena Ore
- Deepslate Zinc Ore
- Monazite Ore
- Zinc Ore
🔬 Technical Changes
- Moved Stellaris compatibility tags to datagen.
- Added a log for when an ovamorph is unable to spawn a facehugger.