This is a question aimed at modpack authors:
How do you quickly obtain NBT data, and ID information? NEI Integration dataDumps? Things like Minetweaker and CustomOreGen need, for example:
How do most modpack authors look up the necessary info for such scripts and configs as quickly and painlessly as possible?
How do you quickly obtain NBT data, and ID information? NEI Integration dataDumps? Things like Minetweaker and CustomOreGen need, for example:
Code:
<OreBlock block="gregtech:gt.blockores"
nbt="{n:1, m:820, id:'GT_TileEntity_Ores'}"/>
How do most modpack authors look up the necessary info for such scripts and configs as quickly and painlessly as possible?