#Setting a block without triggering "onBlockAdded"

5 messages · Page 1 of 1 (latest)

inner geode
#

Would there be a way to place for instance a soul fire block without triggering its "onBlockAdded" method in order to preserve its "soul" state ?

#

I'd like to note that I'm asking this in order to know if I absolutely have to use a mixin or not, which I would like to avoid.

dense scarab
#

you can't do much on fabric without learning mixin, don't be afraid by it

#

why not mixin into onBlockAdded and just prevent the code running that removes its 'soul' state

#

#mod-dev-1 message