Someone-Else-Was-Taken / BetterNether-Reforged

BetterNether Mod Ported to Forge
GNU General Public License v3.0
8 stars 3 forks source link

Vanilla shears don't work properly #45

Open Raccoon1400 opened 2 years ago

Raccoon1400 commented 2 years ago

I noticed I can no longer cut stuff like grass and seagrass with the vanilla iron shears with this mod in place. They just break like if I punch them. The cincinnasite shears work though. (Maybe I was supposed to have to use the cincinnasite shears in the nether to cut those plants but the vanilla shears got nerfed everywhere?)

Toma400 commented 2 years ago

+1, for me it doesn't work at all too, with any shears-dependent blocks. Neither vines, leaves, corals, spider webs, glowing lichen from C&C Backport work. Thanks for the tip of cincinnasite shears tho @Raccoon1400, it will be nice replacement until fix is done.

Toma400 commented 2 years ago

Update: cincinnasite shears still doesn't work with non-vanilla blocks. Tried shearing glowing lichen from Caves and Cliffs Backport, but it drops nothing.

Azelza commented 2 years ago

I found a solution, open betternether_reforged-1.2.jar via 7zip or winRAR. Go to \data\minecraft\loot_tables\blocks\ and you can see vines, leaves etc. If you open this files with vscode or notepad you can see a condition like "tag": "fabric:shears" . It's the problem because we playing on forge and only cincinnasite shears has fabric:shears so only that one will work. You can use kubejs or another mods to edit this loot tables to change fabric:shears tag to forge:shears

Toma400 commented 2 years ago

Oh, right :o But then it means that author needs to change whole "fabric" folder in loot tables, since tools are also bound to Fabric modloader here. If anyone wants to make it yourself, I'd suggest rather copying the directory and keeping both Fabric and Forge tags, since I dunno if it won't lead to some incompatibilities within the mod yet. Thanks a lot for that anyway! <3