[Suggestion] Possibility to add extrautils generators to empowerer
bontavi opened this issue ยท 5 comments
Hello, i wanted to ask if it's possible to make to add generators from extrautils to empowerer for possible craft recipes with empowerer.
I wonder, if empowerer is compatible with nbt tags ?
https://gyazo.com/813e653b3b48f753acbaadee552b0b97 , i can't put culinary generator into empowerer by right-clicking.
i have made with mod tweaker recipe.
mods.actuallyadditions.Empowerer.addRecipe(extrautils2:machine.withTag({Type:"extrautils2:generator"}), extrautils2:machine.withTag({Type:"extrautils2:generator_culinary"}), ore:culinary, ore:meatball, minecraft:dye:15, minecraft:redstone, 24000, 60);
The Empowerer doesn't compare NBT Tags. You're not gonna be able to use ExUtil2 machines with them.