Skip to content
Snippets Groups Projects
Commit 09b7047c authored by tchncs's avatar tchncs
Browse files

typofix :cat2:

parent 98987f57
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,7 @@
--
minetest.register_craft({
type = "shapeless",
output = 'default:bonemeal 4',
output = "bonemeal:bonemeal 4",
recipe = {
{'default:bone'},
{'default:mese_crystal_fragment'},
......@@ -195,7 +194,7 @@ local function growth(pointed_thing)
end
-- bonemeal item
minetest.register_craftitem("default:bonemeal", {
minetest.register_craftitem("bonemeal:bonemeal", {
description = "Bone Meal",
inventory_image = "bonemeal.png",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment