#Pickup blocks with Create Wrench
12 messages · Page 1 of 1 (latest)
have a look at redstone repeaters with f3, on the right there should be a create tag listed
If the tag is #create:wrench_pickup i try it and it doesn't seem to work
you are adding it as a block tag not an item tag?
thats a very strange looking snippet, with really odd guard clauses
I don't know what are you referring to but yeah i agree this thing can be a lil strange for a non beginner x)
if (hand !== 'main_hand' == player.crouching) return
if (!whitelist[block.id]) return
else {
if (player.give(block.id)) return
if (block.set('minecraft:air')) return
a few separate examples of strange things