@@ -159,7 +159,7 @@ body { margin: 0; background:black;}
159159 width :500px ;
160160 height :60px ;;
161161 transform : translateX (-50% );
162- background-image : url (" ../assets/gui/widgets.png" );
162+ background-image : url (" ../../ assets/pack/assets/minecraft/textures /gui/widgets.png" );
163163 background-repeat : no-repeat ;
164164 border :0px ;
165165 background-position : 0px 0px ;
@@ -182,7 +182,7 @@ body { margin: 0; background:black;}
182182 width :var (--box );
183183 height :var (--box );
184184 margin-right :-4px ;
185- background-image : url (" ../assets/gui/icons.png" ),url (" ../assets/gui/icons.png" );
185+ background-image : url (" ../../ assets/pack/assets/minecraft/textures/ gui/icons.png" ),url (" ../../ assets/pack/assets/minecraft/textures /gui/icons.png" );
186186 background-repeat : no-repeat ,no-repeat ;
187187 background-size : 640px auto ,640px auto ;
188188 display :inline-block ;
@@ -213,7 +213,7 @@ body { margin: 0; background:black;}
213213 left :calc (50vw - 250px );
214214 width :500px ;
215215 height :14px ;
216- background-image : url (" ../assets/gui/icons.png" );
216+ background-image : url (" ../../ assets/pack/assets/minecraft/textures /gui/icons.png" );
217217 background-repeat : no-repeat ;
218218 border :0px ;
219219 background-size : 703px auto ;
@@ -235,7 +235,7 @@ body { margin: 0; background:black;}
235235}
236236.inv_window {
237237 z-index :10 ;
238- background-image : url (" ../assets/gui/inventory.png" );
238+ background-image : url (" ../../ assets/pack/assets/minecraft/textures/ gui/container /inventory.png" );
239239 background-repeat : no-repeat ;
240240 background-size : 750px auto ;
241241 position :fixed ;
@@ -269,7 +269,7 @@ body { margin: 0; background:black;}
269269 margin-right :-1px ;
270270}
271271.inv_cursor {
272- background-image : url (" ../assets/gui/widgets.png" );
272+ background-image : url (" ../../ assets/pack/assets/minecraft/textures /gui/widgets.png" );
273273 background-repeat : no-repeat ;
274274 border :0px ;
275275 background-position : 0px -61px ;
0 commit comments