Skip to content

Commit

Permalink
put the missing recipe back
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames committed Oct 28, 2021
1 parent c52ce2c commit ed4263b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions technic_worldgen/crafts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,11 @@ minetest.register_craft({
{"technic:marble","technic:marble"}
}
})

minetest.register_craft({
output = "technic:granite_bricks 4",
recipe = {
{"technic:granite","technic:granite"},
{"technic:granite","technic:granite"}
}
})

0 comments on commit ed4263b

Please sign in to comment.