Sokomine / replacer

tool that replaces nodes by clicking on them (Mod for Minetest)
8 stars 21 forks source link

resolve #9 #10

Closed fluxionary closed 2 years ago

fluxionary commented 5 years ago

Fixes crash when using the node inspector on animals from mobs_animals as noted in Issue #9 .

HybridDog commented 5 years ago

Here's an alternative fix: https://github.com/HybridDog/replacer/commit/8da542568cb8fcfd5a5a1201fbbc6872c6c7ecc6

fluxionary commented 5 years ago

Thanks HybridDog. I like your fix better. I actually think I like your whole fork better...

fluxionary commented 5 years ago

Either change causes the mob to be destroyed. It disappears.

Fascinating. I didn't notice this before because I only tested it on tamed animals, in which case it worked fine. I'm guessing that's because tamed animals generally have valid metadata. Not sure what a fix looks like yet, though.