I'm trying to set a stack size limit on all "raw ores" (forge:raw_materials) and a separate limit on all "stone" (I forget the exact forge category at the moment). Basically it's a simple way to have a sort of "weight limit" to incentivize mining with carts and other transports.
Is this possible? Just doing an event.modify on forge:raw_materials did not work, but individually listing minecraft:raw_iron, minecraft:raw_gold, etc worked fine.
Thank you!