Started by FAKE1007
on Mon, 08/06/2018 - 15:48
Topic category: Feature requests and ideas for MCreator
This is a problem for me. I don't want, like, ten procedures for 5 blocks or edit the element over9000 times to fit the procedures. You better use Instant Procedures, you don't need to name it, it's classfile name generates like: "(element name)_insp_(number of instant procedure on the element)" or smth like that. So, basically, it's procedures, but you create it during element creation.
Edited by FAKE1007 on Mon, 03/11/2019 - 17:48
The current implementation does not make this easily doable, but we might change our system in the future to support this.
In the lucky crates mod that I started working on, I made it so that all of the lucky crates are controlled by one procedure. The procedure check what kind of crate it is, then drops the items accordingly.
Yeah this is an object/instance method of coding, I don't need that...