Skip to content

Commit

Permalink
Merge pull request #200 from jfanjoy/aluminum_handrail1_alt
Browse files Browse the repository at this point in the history
fix the recipe output name for aluminum handrail recipe
  • Loading branch information
joe7575 authored Feb 6, 2025
2 parents 43c56dc + b096936 commit ec9d50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion items/aluminium.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if minetest.get_modpath('techpack_stairway') then
})

minetest.register_craft({
output = "techpack_stairway:handrail 6",
output = "techpack_stairway:handrail1 6",
recipe = {
{"default:steel_ingot", "default:coal_lump", ""},
{"techage:aluminum", "", ""},
Expand Down

0 comments on commit ec9d50a

Please sign in to comment.