sinkillerj / ProjectE

ProjectE. A complete rewrite of EE2 for modern Minecraft versions.
MIT License
394 stars 203 forks source link

Philosopher stone acting like Destruction catalyst #2266

Open Denslat opened 1 year ago

Denslat commented 1 year ago

Tickets that do not conform to this template will be closed without comment

Exact ProjectE version (do not say "latest", "latest on Curse", or similar): 1.18.2-PE1.0.1

Exact Forge version: ftb-library-forge-1802.3.9-build.234

Link to crash log (please use a paste site, do not attach the .txt or paste the log inline): No Crash Steps to reproduce:

  1. Hold philosopher stone (charged) in shield slot
  2. Hold Cooked Chicken in main hand
  3. hold right click on a wall of stone

What I expected to happen:

the wall turns between cobble and stone

What happened instead:

The wall is destroyed similar to destruction catalyst

Denslat commented 1 year ago

does not have to be cooked chicken, worked with pipe mod wrench too.

Denslat commented 1 year ago

Just reading through the code for the Philosopher stone, (https://github.com/sinkillerj/ProjectE/blob/mc1.18.x/src/main/java/moze_intel/projecte/gameObjs/items/PhilosophersStone.java) would guess it's line 72 onwards kicking in as there is smoke.

pupnewfster commented 8 months ago

I am not able to reproduce this in 1.19.2. Can you reproduce this with just ProjectE?