mirror of
https://github.com/Dragonop/claycrafter.git
synced 2025-07-01 21:10:21 +02:00
Deleted claycrafter node
If I learn how to do formspecs, I will add it back
This commit is contained in:
3
init.lua
3
init.lua
@ -13,7 +13,6 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
--Glass of water
|
||||
minetest.register_craftitem("claycrafter:glass_of_water", {
|
||||
description = "Glass of Water",
|
||||
@ -40,4 +39,4 @@ minetest.register_craft({
|
||||
replacements = {
|
||||
{"claycrafter:glass_of_water", "vessels:drinking_glass"},
|
||||
}
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user