Skip to content

Commit

Permalink
Allow crafting stonebrick (#1378)
Browse files Browse the repository at this point in the history
Co-authored-by: LandarVargan <[email protected]>
  • Loading branch information
AnonomousAccount and LoneWolfHT authored Jan 17, 2025
1 parent 8693a35 commit f69ab68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mods/ctf/ctf_modebase/crafting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ crafting.register_recipe({
always_known = true,
})

-- Stone Brick x4
crafting.register_recipe({
output = "default:stonebrick 4",
items = { "default:stone 4" },
always_known = true,
})

-- Wood x4
crafting.register_recipe({
output = "default:wood 4",
Expand Down

0 comments on commit f69ab68

Please sign in to comment.