haubna / PhysicsMod

Physics Mod for Minecraft
94 stars 10 forks source link

some bugs [BUG] #794

Open peow opened 6 months ago

peow commented 6 months ago

2023-12-14_13 01 53 2023-12-14_13 02 02

And when it rains and it's windy, all mobs that are in the air fly away, which doesn't make sense, wind cant make a heavy body go so far

Testing i realized that the same thing happens when all Mob physics are disabled, the visuals still have bugs image

image (on the image, Creeper, Spider and Zombie Horse has a duplicate layer of their body or something like this)

2023-12-14_12 06 22 2023-12-14_12 06 23

image (Supplementaries Netherite Door and Trapdoor; Supplementaries Gold Door and Trapdoor; SnowySpirit Gingerbread Door and Trapdoor)

image

image

(without Sodium) image

(with Sodium) image

*im using Sodium v0.5.3 (doesnt exist Sodium v.0.5.4 for Minecraft 1.20.1)

image image image

this is caused by this setting image

image

you cant test putting an animation in Mobs death sound with this sound effect: minecraft:entity.skeleton.hurt then try to kill a mob, you will see the sound effect will sound different

image 2023-12-13_17 19 33 2023-12-13_17 19 49

this happens with many Dynamic Blocks, like Sugar Cane and the flowers

2023-12-14_12 58 24 2023-12-14_12 58 33


if is possible to fix these bugs and accept these suggestion, pls make an update to Fabric 1.20.1

Minecraft Version: Fabric 1.20.1 Physics Mod Version: Physics Mod Pro v164 Sodium v0.5.3 (doesnt exist Sodium v.0.5.4 for Minecraft 1.20.1) Enhanced Block Entities v0.9

peow commented 6 months ago

another thing: with this option enabled image

when you press F to change hand, the Physics Mod thinks your item broken and make particles

2023-12-15_12 42 38 2023-12-15_12 42 39_2

haubna commented 5 months ago

Thanks for the detailed report! I will have a look at those and yeah should definitely be able to rename the animations. It seems to refresh the page once you click it that's why it doesn't let you focus the text box. Will be fixed in the next release. The Sodium bug indeed still happens (although being fixed with Iris being installed). It should be possible to fix it with the next release though.

haubna commented 4 months ago

When pressing F to change hands the break animation should no longer play now!

peow commented 4 months ago

nice

peow commented 4 months ago

v166 says: "Fixed dynamic blocks not displaying text with only sodium installed" but the problem still happens in v167 using Sodium 0.5.8 2024-03-04_13 43 29 2024-03-04_13 43 31 2024-03-04_13 43 41


and I discovered another bug, when trying to place a Dynamic Door where there is a Dynamic Tall Grass, the Tall grass is broken and the door becomes invisible, and only appears when you interact with it 2024-03-04_13 47 37 2024-03-04_13 47 39 2024-03-04_13 47 45 2024-03-04_13 47 48

peow commented 1 month ago

the chains are acting strangely, they are connecting with the ones above even when they are placed horizontally

2024-05-12_20 06 22

2024-05-12_20 13 59

this has made it impossible to use them as decoration

2024-05-12_20 15 10

I tried changing the chain settings in the Dynamic Blocks but nothing fixed it

2024-05-12_20 07 22


I believe the mod should consider the axis of the chain, in its block data you can tell which direction the chain is pointing in

Vertical Chain: minecraft:chain[axis=y,waterlogged=false]

Horizontal Chain: minecraft:chain[axis=x,waterlogged=false]