how do i make things connect...

Started by MrJellyfish on

Topic category: Help with modding (Java Edition)

Last seen on 08:00, 11. Jul 2023
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make things connect...

how do i make things connect like if i wanted a chair to connect to make a bigger one        

Last seen on 03:32, 22. Jul 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make 2 Chairs, one small and…
Wed, 09/15/2021 - 17:39

make 2 Chairs, one small and 1 big, when a chair is next to it, replace small to big

Last seen on 08:00, 11. Jul 2023
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i steel dont know what to do
Thu, 09/16/2021 - 06:26

i steel dont know what to do

Last seen on 03:32, 22. Jul 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make 2 chairs, 1 Small and 1…
Fri, 09/17/2021 - 00:34

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

Last seen on 03:32, 22. Jul 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I misspelled some things on…
Fri, 09/17/2021 - 00:37

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

Last seen on 08:00, 11. Jul 2023
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
tysm i got it now
Fri, 09/17/2021 - 01:55

tysm i got it now