Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(textures): correct block texture path in ModAdvancements
The path to the neutron block texture within the ModAdvancements.java file was incorrectly specified as "textures/blocks/resource/neutron.png". This commit changes it to the correct path, "textures/block/resource/neutron.png", ensuring the display criterion for the diamond lattice advancement now properly references the intended texture.
- Loading branch information