oitsjustjose / Natural-Progression

A mod for minecraft that pairs with Geolosys nicely, providing a more realistic early-game
GNU General Public License v3.0
2 stars 6 forks source link

Some items from other mods are "incorrectly" marked as too brittle or blunt to use. #87

Closed Baelarius closed 4 months ago

Baelarius commented 4 months ago

Some items from other mods are "incorrectly" marked as too brittle or blunt to use. For example the Naga Fang Dagger & Spear from Mowzie's Mobs (mowziesmobs:naga_fang_dagger & mowziesmobs:spear). Is there a some way (a tag perhaps?) to override this mod's setting of these items as too brittle / too blunt to use?

oitsjustjose commented 4 months ago

You can add these to the tag natprog:considered_as_axe or natprog:considered_as_pickaxe to each tool :)

Baelarius commented 4 months ago

Nifty, thanks!

Baelarius commented 4 months ago

However, after adding the tag (natprog:considered_as_axe) to both items, they are still "labeled" as "Too blunt to use" and they are still un-usable. Do they also need to have the minecraft:tools &/or forge:tools tags as well?

oitsjustjose commented 4 months ago

Oh sorry I misunderstood the issue!!!

Allowed wooden tools should have the tag natprog:allowed_wooden_tools and allowed stone tools should use natprog:allowed_stone_tools. Sorry for the confusion!!

Baelarius commented 4 months ago

Ahh, that makes more sense as well, thanks again.

Love Natural Progression, btw, its a lovely mod.

Baelarius commented 4 months ago

Quick question, I noticed that two items which should be disallowed (specifically the wood & stone knives from More Delight) are fully operational, are their tags like the "allowed" ones to manually "disallow" specific items?