Started by MrJellyfish on Wed, 09/15/2021 - 12:29 Topic category: Help with Minecraft modding (Java Edition) how do i make things connect like if i wanted a chair to connect to make a bigger one Jump to top make 2 Chairs, one small and 1 big, when a chair is next to it, replace small to big Jump to top Permalink Log in or register to post comments i steel dont know what to do Jump to top Permalink Log in or register to post comments make 2 chairs, 1 Small and 1 Big, on the chairs Update Tick if block at X - 1 Y Z is:1st chair replace block at X Y Z with: Chair 2 Remove block at X - 1 Y Z else if Block at X + 1 Y Z is:1st chair replace block at X Y Z with: Chair 2 Remove block at X Y Z - 1 else if block at X Y Z + 1 is:1st chair replace block at X Y Z with: Chair 2 Remove block at X - 1 Y Z else if Block at X Y Z + 1 is:1st chair replace block at X Y Z with: Chair 2 Remove block at X Y Z - 1 there is better ways to do this, but I tried to simplify it the most I could Jump to top Permalink Log in or register to post comments I misspelled some things on the first one so just follow this new procedure: if block at X - 1 Y Z is:1st chair replace block at X Y Z with: Chair 2 Remove block at X - 1 Y Z else if Block at X + 1 Y Z is:1st chair replace block at X Y Z with: Chair 2 Remove block at X + 1 Y Z else if block at X Y Z + 1 is:1st chair replace block at X Y Z with: Chair 2 Remove block at X1 Y Z + 1 else if Block at X Y Z - 1 is:1st chair replace block at X Y Z with: Chair 2 Remove block at X Y Z - 1 Jump to top Permalink Log in or register to post comments tysm i got it now Jump to top Permalink Log in or register to post comments
make 2 Chairs, one small and 1 big, when a chair is next to it, replace small to big Jump to top Permalink Log in or register to post comments
make 2 chairs, 1 Small and 1 Big, on the chairs Update Tick if block at X - 1 Y Z is:1st chair replace block at X Y Z with: Chair 2 Remove block at X - 1 Y Z else if Block at X + 1 Y Z is:1st chair replace block at X Y Z with: Chair 2 Remove block at X Y Z - 1 else if block at X Y Z + 1 is:1st chair replace block at X Y Z with: Chair 2 Remove block at X - 1 Y Z else if Block at X Y Z + 1 is:1st chair replace block at X Y Z with: Chair 2 Remove block at X Y Z - 1 there is better ways to do this, but I tried to simplify it the most I could Jump to top Permalink Log in or register to post comments
I misspelled some things on the first one so just follow this new procedure: if block at X - 1 Y Z is:1st chair replace block at X Y Z with: Chair 2 Remove block at X - 1 Y Z else if Block at X + 1 Y Z is:1st chair replace block at X Y Z with: Chair 2 Remove block at X + 1 Y Z else if block at X Y Z + 1 is:1st chair replace block at X Y Z with: Chair 2 Remove block at X1 Y Z + 1 else if Block at X Y Z - 1 is:1st chair replace block at X Y Z with: Chair 2 Remove block at X Y Z - 1 Jump to top Permalink Log in or register to post comments
make 2 Chairs, one small and 1 big, when a chair is next to it, replace small to big
i steel dont know what to do
make 2 chairs, 1 Small and 1 Big, on the chairs Update Tick if block at X - 1 Y Z is:1st chair replace block at X Y Z with: Chair 2
Remove block at X - 1 Y Z
else if Block at X + 1 Y Z is:1st chair replace block at X Y Z with: Chair 2
Remove block at X Y Z - 1
else if block at X Y Z + 1 is:1st chair replace block at X Y Z with: Chair 2
Remove block at X - 1 Y Z
else if Block at X Y Z + 1 is:1st chair replace block at X Y Z with: Chair 2
Remove block at X Y Z - 1
there is better ways to do this, but I tried to simplify it the most I could
I misspelled some things on the first one so just follow this new procedure:
if block at X - 1 Y Z is:1st chair replace block at X Y Z with: Chair 2
Remove block at X - 1 Y Z
else if Block at X + 1 Y Z is:1st chair replace block at X Y Z with: Chair 2
Remove block at X + 1 Y Z
else if block at X Y Z + 1 is:1st chair replace block at X Y Z with: Chair 2
Remove block at X1 Y Z + 1
else if Block at X Y Z - 1 is:1st chair replace block at X Y Z with: Chair 2
Remove block at X Y Z - 1
tysm i got it now