Skip to content

Commit

Permalink
fix(main): correct background image path in root advancement
Browse files Browse the repository at this point in the history
Adjust the background image path for the main advancement to ensure the colon separator
is correctly placed, changing from 'textures/blocks/' to 'textures/block/' as per the game'sresource naming convention. This tweak prevents potential issues with resource location
resolution in-game.
fix #92
  • Loading branch information
cnlimiter committed Sep 20, 2024
1 parent 4af547d commit e3be4e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"display": {
"announce_to_chat": false,
"background": "avaritia:textures/blocks/resource/neutron.png",
"background": "avaritia:textures/block/resource/neutron.png",
"description": {
"translate": "advancements.avaritia.diamond_lattice.desc"
},
Expand Down

0 comments on commit e3be4e9

Please sign in to comment.