Added
- Add mod data components:
gun_contents
,fixed
anddyed_gun_colors
. - Add item models and textures for dyed chili bullet guns.
Changed
- Migrate gun upgrade data from deprecated data components to
chilibulletweapons:gun_contents
. - Note that the above migration will only take place during beta testing.
- Chili bullet gun with
chilibulletweapons:fixed
data component can no longer be upgraded. - Chili bullet gun with
chilibulletweapons:dyed_gun_colors
data component is now dyed. - Change item model of chili bullet gun for dyed guns.
Deprecated
- Deprecate mod data components:
quick_loading
,piercing
andmultishot
.
Added
- Add critical hit to chili bullet. It has a 10% chance of occurring and dealing 22 damage.
Changed
- Require CBW Chili Peppers and Foods v1.1.1+.
- Sack of bullet-like chili peppers can now be used to craft chili plant biofuel.
- Guns with custom names will now have reduced chance of durability reduction.
Added
- Add mod data components:
loading
,quick_loading
,multishot
,piercing
andbayoneted
. - Add mod item property
gun
for gun models. - Add machine gun recipe.
Changed
- Port to 1.21.1.
- NeoForge version - Require NeoForge 21.1.169.
- Forge version - Require Minecraft Forge 52.1.0.
- Fabric version - Require Fabric Loader 0.16.14, Fabric API 0.116.0+1.21.1, and Cloth Config API 15.0.140.
- Require CBW Chili Peppers and Foods 1.0.0.
- Rename
canShotgunMultiHit
tocanMultishotMultiHit
in config. - Rename shotgun to volley gun.
- Guns now have upgrade values with data components instead of enchantments.
- Change enchantments applicable to guns: unbreaking, mending, and curse of vanishing.
- Change machine gun durability from 512 to 64.
- Change recipes of gun upgrade items.
- Use entity model for rendering of chili bullet entity.
Removed
- Remove mod item properties
loading
,multishot
,piercing
andbayoneted
.
Added
- String of curved Chili peppers.
- Dried curved chili pepper.
- Hot chili sauce.
- Barrel of hot chili sauce.
Changed
- Sack of curved chili peppers is now storage item for dried curved chili peppers.
- Dried curved chili pepper can be used as ingredient in food in place of curved chili pepper.
- Hot chili sauce can be used as ingredient in sandwiches in place of curved chili pepper.
- Maximum value of
chiliArrowDamageMultiplier
is now 8.
Fixed
- Issue with chili bullets doing damage when
chiliBulletBaseDamage
is set to 0.