Question about block IDS
Pultex opened this issue ยท 4 comments
Question really
Issue description:
I wanted to have a ultimate Induction Provider spawn in though another mod I can't get the item id to work
I thought it was
mekanism:basicblock2@4
that does not work
I just am not sure as
mekanism:basicblock2
does spawn in thermal casing
Based on the ids you are given I am going to assume this is for 1.12, and if memory serves a lot of things in 1.12 (especially for tiered things), use NBT to determine which tier the block represents instead of just metadata.
Sorry Did not really think about that things have changes so much for the newer versions
Thank you for responding did not think anyone would really
Yes it is 1.12.2
I did not know if there was a format for questions.
Also @Yoosk thanks I knew there was a command to find what item was in your hand, will try.
*Ah okay found it so others like me can see the string to type
[ignore what is after the // just info ]
mekanism:basicblock2 1 4 {tier: 3}
//Induction Provider Ultimate
basicblock2 is the item
1 is the count
4 is the meta
{tier: 3} is the NBT [ the part that was preventing me from getting it]
sorry again for making a mess