GregTechCEu Modern

GregTechCEu Modern

6M Downloads

[Feature] Abstract Item Registry

TheRealM18 opened this issue ยท 3 comments

commented

Cross-mod Integration

Productive Bees, Rechiseled, or Rechiseled Create

Feature Description

These mods make there own recipe handing, and for productive bees, it registers them as an abstract string. Rechiseled, and Rechiseled create add it an abstract item, as they make there own way of handling itemstack.

It would be nice, for able to have like this:

VanillaRecipeHelper.addShapedRecipe(provider, "chisel", new output("Rechiseled.chisel"), "sP", 'P', "minecraft:stick");

commented

...what?

commented

just get them from the registry 5head

commented

They don't register them as Itemstacks, is the problem. they all have a custom registry handler.... for example, Productive Bees... this is there way of registering there blocks... https://github.com/JDKDigital/productive-bees/blob/dev-1.20.0/src/main/java/cy/jdkdigital/productivebees/setup/HiveType.java