Thanks for the mod, can confirm works correctly, however you have an error on machine gun and rifle ammo, you put <!-- 7.610 Rifle ammo --> <set xpath="/recipes/recipe[@name='ammo7610mmBulletBall']/@count">10</set> <set xpath="/recipes/recipe[@name='ammo7610mmBulletHP']/@count">10</set> <set xpath="/recipes/recipe[@name='ammo7610mmBulletAP']/@count">10</set> however this is supposed to be <!-- 7.62 Rifle ammo --> <set xpath="/recipes/recipe[@name='ammo762mmBulletBall']/@count">10</set> <set xpath="/recipes/recipe[@name='ammo762mmBulletHP']/@count">10</set> <set xpath="/recipes/recipe[@name='ammo762mmBulletAP']/@count">10</set>.
Hope thisa helps you to update for others to get the best out of this mod.
1 comment
<set xpath="/recipes/recipe[@name='ammo7610mmBulletBall']/@count">10</set>
<set xpath="/recipes/recipe[@name='ammo7610mmBulletHP']/@count">10</set>
<set xpath="/recipes/recipe[@name='ammo7610mmBulletAP']/@count">10</set> however this is supposed to be <!-- 7.62 Rifle ammo -->
<set xpath="/recipes/recipe[@name='ammo762mmBulletBall']/@count">10</set>
<set xpath="/recipes/recipe[@name='ammo762mmBulletHP']/@count">10</set>
<set xpath="/recipes/recipe[@name='ammo762mmBulletAP']/@count">10</set>.
Hope thisa helps you to update for others to get the best out of this mod.
Thanks again keep up the good work