(Sorry, I may not find the correct post location)
ENGLISH (machine translation):
I have now registered a block "tc:ores", (edgw.tc.block.OreBlock)
I also registered an EnumProperty (edgw.tc.item.OreItem) as the Blockstate "type". I want to add multiple items to the ItemGroup according to the different Blockstate of this block. How can I solve this?
ORIGINAL:
我现在已经注册了一个方块"tc:ores",(edgw.tc.block.OreBlock)
还注册了一个EnumProperty(edgw.tc.item.OreItem)作为Blockstate "type",我想根据这个方块的不同Blockstate在ItemGroup里添加多种物品,请问这应该怎么解决?