typofix 🐈
This commit is contained in:
parent
98987f57dc
commit
09b7047cde
1 changed files with 2 additions and 3 deletions
|
@ -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",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue