cube spawn question
Quote from cyhborg on May 29, 2011, 3:15 amHow 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
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
Quote from RageCompeX on May 29, 2011, 9:14 amcyhborg 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
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
Quote from cyhborg on May 29, 2011, 10:01 amNevermind 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.
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.
