Shadows-of-Fire / Hostile-Neural-Networks

A Minecraft Forge mod about defeating hostile simulations to produce loot drops
MIT License
16 stars 19 forks source link

[Enhancement] Add Tag support on loot fabrication of predictions #40

Closed DevDyna closed 3 weeks ago

DevDyna commented 1 year ago

I have a list of many items that i have decided to add on a single prediction So i have decided to tag all items and looping to extract all of them (because i need to use them on other things using kubejs) but i have founded that predictions don't support "tag" : "#modname:itemstack" (i have already check any other problems before send this issue like item limit on gui but didn't cause any issue)

[version : 1.19.2 , latest]

vizthex123 commented 6 months ago

That could be neat (alongside NBT support if it's not already a feature).

Shadows-of-Fire commented 3 weeks ago

Recipe outputs, in general, do not support tags as an output concept since they need to produce an explicit item stack. I don't think I'll be changing that paradigm here.