#How do you link these into one folder?
1 messages · Page 1 of 1 (latest)
one folder?
what
yea

dont do multiple folders for these things
Ik
wait you're looping all placed blocks every 0.5 seconds?
I need help linking then together
nvm
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
okay thanks
@smoky ibex Do u know to to make the items spawn on the side?
like pop out
the item spawns on it but it pops out to like the left
drop {drop::%type of block at loop-value%} at location 0.6 above loop-value without velocity
did you try what i sent?
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