Help with Making Physics mod for blocks falling. I mean the new Jenga @syszee video I made real physics.

Started by TonyBT05 on

Topic category: Help with modding (Java Edition)

Last seen on 08:50, 28. Oct 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with Making Physics mod for blocks falling. I mean the new Jenga @syszee video I made real physics.

Ok........ I need help with the Jenga Mod I am making. So I wanted to ask how to add.
1. Gravity/blocks falling when not piled up properly.
2. When I right-click the block a white outline appears and I can pull the block out of the Jenga tower. and if the tower is not supported then it falls with animations.
3. I am making a 3*1*1 block. So I need help with its command to summon the tower as high as I want. Command reference- /jenga 10 000  (where 10 is the height of the tower)
4. Reference video I Gave Minecraft Realistic Physics! - YouTube (All thnx to Syszee)

Last seen on 11:34, 9. Oct 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sheesh!. Umm u know about…
Tue, 10/04/2022 - 11:27

sheesh!. Umm u know about Verlet Integration by any means ?? I've been learning it.. That will help you with physics but rendering it is a problem that I'm not sure of how to fix..... I watched it tho he used blockbench??????      You could actually check for the coords next to it and below it to then predict movement.. Thats possible and is a bit easy...

Last seen on 11:34, 9. Oct 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
rotation with slope…
Tue, 10/04/2022 - 11:28

rotation with slope detection is a bit hard plus they will need to be entities anyways