Fixing documentation for reinforced cobble (#482)
This commit is contained in:
parent
e282ed405b
commit
b04f904f8b
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,7 @@ crafting.register_recipe({
|
||||||
level = 1,
|
level = 1,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Wooden plank x4
|
-- Reinforced Cobblestone
|
||||||
crafting.register_recipe({
|
crafting.register_recipe({
|
||||||
type = "inv",
|
type = "inv",
|
||||||
output = "ctf_map:reinforced_cobble",
|
output = "ctf_map:reinforced_cobble",
|
||||||
|
@ -145,6 +145,7 @@ crafting.register_recipe({
|
||||||
level = 1,
|
level = 1,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Traps
|
||||||
crafting.register_recipe({
|
crafting.register_recipe({
|
||||||
type = "inv",
|
type = "inv",
|
||||||
output = "ctf_traps:spike 1",
|
output = "ctf_traps:spike 1",
|
||||||
|
|
Loading…
Reference in a new issue