plz tell me how to make it only mine 1 type of wood
All you really need is the namespaced id, which can be googled or seen ingame via the F3 menu
The thing is the namespace IDs changed in version 1.13. For version 1.13 and above, @CDAGaming's method should work.
For 1.12 and below, all the log types are two blocks, log and log2. And the variant is stored as a data value. If you only want blocks with a specific data value, you can specify like so:
log:0 is for Oak Logs
log:1 for Spruce
log:2 for Birch
log:3 for Jungle
log2:0 for Acacia
log2:1 for Dark Oak.
The thing is the namespace IDs changed in version 1.13. For version 1.13 and above, @CDAGaming's method should work.
For 1.12 and below, all the log types are two blocks,
logandlog2. And the variant is stored as a data value. If you only want blocks with a specific data value, you can specify like so:
log:0is for Oak Logs
log:1for Spruce
log:2for Birch
log:3for Jungle
log2:0for Acacia
log2:1for Dark Oak.
thank you so much
So please close the issue
Most helpful comment
The thing is the namespace IDs changed in version 1.13. For version 1.13 and above, @CDAGaming's method should work.
For 1.12 and below, all the log types are two blocks,
logandlog2. And the variant is stored as a data value. If you only want blocks with a specific data value, you can specify like so:log:0is for Oak Logslog:1for Sprucelog:2for Birchlog:3for Junglelog2:0for Acacialog2:1for Dark Oak.