RCXcrafter / EmbersRekindled

Port of Embers Rekindled to a minecraft version beyond 1.12.2
MIT License
11 stars 7 forks source link

incompatibility with item physics #46

Open kuba26038 opened 1 month ago

kuba26038 commented 1 month ago

the mod ItemPhysic Full has a feature which makes the player capable of picking up items from the ground only if they right-click them or when you crouch near them. i've noticed while playing embers with that feature enabled that most items that you acquire by right clicking a "storage" block, the exchange tablet for example, always drop onto the ground right beneath my feet instead of being placed into my inventory. sounds like an oversight to me, not gonna lie

RCXcrafter commented 1 month ago

Spawing an item at the players position is a pretty common way of putting an item in the inventory by mods. It's to be expected that things could break if a mod changes how a vanilla thing works, like how item entities work.