Skip to content

Commit

Permalink
craft fix
Browse files Browse the repository at this point in the history
  • Loading branch information
webdesigner97 authored and webdesigner97 committed Nov 25, 2013
1 parent d3b3f42 commit 35dee7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labels/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ minetest.register_node(":streets:asphalt_parking",{
})
-- no minetest.register_alias() needed
minetest.register_craft({
output = "streets:asphalt_outer_edge 4",
output = "streets:asphalt_parking 4",
recipe = {
{"streets:asphalt","dye:white","dye:white"},
{"streets:asphalt","dye:white","dye:white"},
Expand Down

0 comments on commit 35dee7d

Please sign in to comment.