Is it possible to remove the recipe for a straw golem in the mod 'Straw Golems Rebaled Forked', which is placing a carved pumpkin on a haybale like the gif shows. I would like to change the way of spawning the golem to an item. I couldn't find a lot of info on something like this and only have a very basic understanding of Javascript and Kubejs. Any help would be very much appreciated!
#Remove 'multiblock' recipe for creating an entity
6 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
can you link mod? i don’t see a reforked version of this, specifically for forge 1.20
Sorry it was late 😅, 'forked' should be 'ported'.
Here's the mod link on curseforge either way: https://www.curseforge.com/minecraft/mc-mods/straw-golem-rebaled-ported
finally found the code responsible for this.
answer: you cannot, it's a hardcoded mixin with no way of preventing it (unless you make a mod to mixin to this mod)
Ah that's unfortunate, I will have to look into but I'm afraid that will be outside of my skill level