cube spawn question
Posted May 29, 2011
How do you prevent a new cube from spawning automatically from a dropper when a cube drops into slime? I want it to spawn only when button is pressed.
Thanks
Registered users don’t see ads!
Register now!
Posted May 29, 2011
Replied
5 hours
later
cyhborg wrote:
How do you prevent a new cube from spawning automatically from a dropper when a cube drops into slime? I want it to spawn only when button is pressed.Thanks
by default it shouldn't but I believe you want a new cube when the other gets destroyed I believe?
you have to tell us how your outputs are to the cubedropper so I can tell you what to change
Posted May 29, 2011
Replied
46 minutes
later
Nevermind solved. i used the wrong instance (cube_dropper_multiple_normal).
Replaced it with "item_dropper" and then set "$disable_autorespawn" to "1". Changed button input from "instance:cube_dropper;Trigger" to "instance:cube_dropper_relay;Trigger"
When using the old instance, the cube spawned indefinitely since it's placed over a slime pit.