• So I'm trying a few builds in creative, some of which are rather large, and one of the blocks is reinforced stone, but I can't seem to find the item ID, I've tried ic2:reinforced_stone, ic2:resource reinforced_stone (and a few other varients, does anyone know what the correct item ID is?:Nuke TNT:

  • Debug screen shows it as "ic2:resource" and "type: reinforced_stone", but I got it to work by passing "ic2:resource 11" (without quotes) to the /fill command (despite the wiki saying that only Bedrock Edition accepts numeric tileData for the command).

  • Debug screen shows it as "ic2:resource" and "type: reinforced_stone", but I got it to work by passing "ic2:resource 11" (without quotes) to the /fill command (despite the wiki saying that only Bedrock Edition accepts numeric tileData for the command).

    The 11 is metadata for the block, seems like the wiki isn't documenting that correctly, or could be that the syntax does not use metadata for 1.13+?