#Pickup blocks with Create Wrench

12 messages · Page 1 of 1 (latest)

compact linden
#

there is a tag for this btw

#

you just add your block to it and it does it for you

void flare
#

What is the tag ?

#

i have made this for nothing T_T

compact linden
#

have a look at redstone repeaters with f3, on the right there should be a create tag listed

void flare
#

If the tag is #create:wrench_pickup i try it and it doesn't seem to work

compact linden
#

you are adding it as a block tag not an item tag?

tall lintel
#

thats a very strange looking snippet, with really odd guard clauses

void flare
#

Oups my bad, that was exactly it x)

#

Thank you for the tip !

void flare
tall lintel
#
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