Started by
CreeperMiner
on
Topic category: Advanced modding
Basically, I need to make something that transports water from one spot to another, quicker then using a bucket, this is very advanced and hard, can anyone help?
Edited by CreeperMiner on Sun, 04/08/2018 - 20:06
I Also need copper wire systems that work relative to redstone.... sorry about the big request
You add a filled or powered version, then for better performance I would recommend making a few types for each one that check if the block next to it is filled, or powered.
i thought you could do:
first, a block with water, one empty and one inactive (unable to get water, you'll se what i mean)
make the 1st empty check if there's water near, then stacked event (fill water with air) and (replace block with the filled one)
then make the filled block check if there's an empty block near, then stacked event (replace himself with inactive block) and (replace empty block with filled block)
finally, make the inactive block test for update tick, then wait say 1s (20ticks) and replace himself with empty block (all of this to prevent the water going backwards)
tanks sorry i no speck english sorry