Scape and Run: Parasites NoCube's Addon Tweaks
This unofficial mod solves numerous issues that arise when using Scape and Run: Parasites addons by NoCubes, which are created in MCreator. Through specialized mixins, important fixes are implemented for various item functionalities.
Main Improvements
Fixes to existing mechanics:
- Bows now feature proper drawing animations and consider preparation time when calculating arrow velocity
- Ability to shoot various types of arrows, including spectral and potion arrows
- Compatibility with enchantments for all weapon types, including melee bows
- Durability damage when using bows in close combat
- Significantly reduced log spam from MCreator commands
- Worm Tooth Knife can now be enchanted and reused multiple times
- Overlord Cores and Dreadnaught Cores no longer drop from high-health enemies (configured in settings)
- JEI support for Sample Refiner
- Completely revamped flamethrowers with enchantment capability
- Fixed functionality of many weapon types and added compatibility with other mods
- Improved bug throwing mechanics
- Full anvil repair compatibility
- Various items buffed for increased effectiveness (configurable)
New Configuration Options
Added configurable settings:
- Adjustment of nest and fleshworm spawn rates with minimum phase requirements
- Customization of Organic Samples and Worm Acids processing results
- Selection of mobs spawning when nest blocks are destroyed
- Configuration of flamethrower fuels
- Configurable Worm Acid ore processing (work in progress, currently lacks JEI support)
Technical Features
Important class changes: Some item classes have been replaced to improve functionality. If you use mods requiring class specifications in configuration, apply the following replacements:
net.mcreator.nocubessrparmory.item.ItemEvolutionBow.RangedItem→com.existingeevee.nocubesrptweaks.items.ItemEvolutionBowReplacementnet.mcreator.nocubessrparmory.item.ItemGoreCombatBow.RangedItem→com.existingeevee.nocubesrptweaks.items.ItemGoreCombatBowReplacementnet.mcreator.nocubessrparmory.item.ItemPestilentMiasm.RangedItem→com.existingeevee.nocubesrptweaks.items.ItemPestilentMiasmReplacementnet.mcreator.nocubessrparmory.item.ItemTwistedBow.RangedItem→com.existingeevee.nocubesrptweaks.items.ItemTwistedBowReplacementnet.mcreator.nocubessrpnests.item.ItemWormToothKnife.RangedItem→com.existingeevee.nocubesrptweaks.items.ItemWormToothKnifeReplacement