
[Quesetion]Can I add custom raw ore textures for other mod?
iamsoNewBee opened this issue ยท 4 comments
Mod Version
etfuturum-2.6.2
Describe the Issue
As the title. Mainly for Beryllium (HBM). If I can, Im not very sure what supposed to do :(
Basicly fix by cs3 (adding new item) and mtutils (change the drop item). However, its hard to add a drop for bee nest (maybe it is not supported).
I don't quite know what you means. To be more detailed, the 'not supported' means MtUtil cant add a custom drop for bee nest. I think it is because the nest doesnt have a default drop(not quite sure). So basically it's a MtUtil-side issue.
The bee nest uses special dropping behavior because it needs to preserve data from its tile entity. I don't see this being resolvable, since I basically have to apply custom dropping behavior that completely bypasses the old system.
Regardless I don't see why theirs wouldn't work; I still fire the events in Forge to drop it so they should be able to hook into that. If they aren't using the event the issue is on their end.