Dunkmania101 / SpatialHarvesters

A Minecraft mod that adds harvesters that gather resources from space-time itself!
https://www.curseforge.com/minecraft/mc-mods/spatial-harvesters
MIT License
3 stars 5 forks source link

Ore harvester ignores blacklisted ores #37

Closed LuciusV closed 3 years ago

LuciusV commented 3 years ago

When I use Resource disabler key and add resource to ore harvester blacklist, it still can give that ore, although I get the message about ore added to machine blacklist. Played as client connected to game opened to LAN on another machine, so I was not the server hosting played Mod version: 1.16.5-0.11.5

Dunkmania101 commented 3 years ago

I think I found the problem! It's one I'd had earlier with the Mob Key. Essentially, I was trying to get the registry name of the item but was instead getting its translation key. For example: "minecraft:dirt" vs "item.minecraft.dirt". I've used the search in folder tool to find all occurrences of the text "getTranslationKey" and have fixed (hopefully :) all places that should be using something else. I'll release a fix in 0.11.6.

Dunkmania101 commented 3 years ago

Done!