MinecraftModDevelopmentMods / BaseMetals

Base Metals Mod
https://www.curseforge.com/minecraft/mc-mods/base-metals
GNU Lesser General Public License v2.1
15 stars 18 forks source link

[Suggestion] Add config option to use arrows for crossbows. #481

Closed Xonok closed 2 years ago

Xonok commented 2 years ago

Newer versions of minecraft use arrows for both bows and crossbows. I think that's a good idea, because crossbow bolts are not fundamentally different from arrows in how they're used. Having them as separate items means having to duplicate a large amount of items. E.g, enchanted bolts vs enchanted arrows - Same basic thing.

Therefore I propose that either crossbow bolts should be removed entirely in favor of arrows, or at least that there should be a config option which removes all bolts and makes crossbows use arrows instead.

dshadowwolf commented 2 years ago

The 1.16 and later releases will do this, without a config option. For older versions we try to maintain continuity and behavior.