Skip to content

Commit

Permalink
Fix misspelled node name in door recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames committed Sep 13, 2019
1 parent 162aa2c commit 54bf3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ local doors = {
{base_name = "black", base_ingredient = "doors:door_steel", sound = "scifi_nodes_door_mechanic"},
{base_name = "white", base_ingredient = "doors:door_glass", sound = "scifi_nodes_door_normal"},
{base_name = "green", base_ingredient = "doors:door_wood", sound = "scifi_nodes_door_mechanic"},
{base_name = "blue", base_ingredient = "default:steel_block", sound = "scifi_nodes_door_normal"}
{base_name = "blue", base_ingredient = "default:steelblock", sound = "scifi_nodes_door_normal"}
}

for _, current_door in ipairs(doors) do
Expand Down

0 comments on commit 54bf3db

Please sign in to comment.