#How do you link these into one folder?

1 messages · Page 1 of 1 (latest)

covert mantle
#

how do you link these into only ONE folder

wispy cave
#

one folder?

smoky ibex
#

what

covert mantle
#

yea

vernal reef
smoky ibex
#

dont do multiple folders for these things

covert mantle
#

Ik

wispy cave
#

wait you're looping all placed blocks every 0.5 seconds?

covert mantle
#

I need help linking then together

wispy cave
#

nvm

covert mantle
#

nah i gotta change that

#

how do i link em?

smoky ibex
#

delete everything and use this

on load:
  set {_iron} to iron block
  set {drop::%{_iron}%} to iron ingot
  set {_gold} to gold block
  set {drop::%{_gold}%} to gold ingot

on place:
  type of tool is gold block or iron block
  add location of event-block to {Placed::*}

every 10 ticks:
  loop {Placed::*}:
    drop {drop::%type of block at loop-value%} at loop-value without velocity

on break:
    if {Placed::*} contains location of event-block:
        remove location of event-block from {Placed::*}```
#

then from here develop the rest

covert mantle
#

okay thanks

#

@smoky ibex Do u know to to make the items spawn on the side?

#

like pop out

smoky ibex
#

what

#

just spawn them 1 block to the right or something

covert mantle
#

the item spawns on it but it pops out to like the left

smoky ibex
#

drop {drop::%type of block at loop-value%} at location 0.6 above loop-value without velocity

covert mantle
smoky ibex
#

did you try what i sent?

covert mantle
#

im about to

#

yep works

#

thank you!

smoky ibex
#

the reason it goes to the left is that the location of the block is right in the middle, so minecraft pushes the item out