Skip to content

Commit

Permalink
fix missing texture error from removed i3
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed Jul 27, 2024
1 parent 801cc0e commit f868f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/fl_workshop/anvil.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ minetest.register_node("fl_workshop:anvil", {
"field[3.3,1.5;3.3,0.5;description;;]",
"field_close_on_enter[description;false]",
"style_type[image_button;border=false]",
"style_type[image_button:hovered;fgimg=i3_export.png^\\[brighten]",
"image_button[6.75,1.55;0.35,0.35;i3_export.png;set_description;]",
"style_type[image_button:hovered;fgimg=i3_next.png^\\[brighten]",
"image_button[6.75,1.55;0.35,0.35;i3_next.png;set_description;]",
--start crafting section
"box[1.7,3.2;1,1;]",
"list[nodemeta:" .. iPos .. ";input;1.7,3.2;1,1;]",
Expand Down

0 comments on commit f868f8f

Please sign in to comment.