mirror of
https://github.com/Dragonop/claycrafter.git
synced 2024-11-05 07:03:51 +01:00
Deleted claycrafter node
If I learn how to do formspecs, I will add it back
This commit is contained in:
parent
2e86f87e09
commit
af5e4dc082
3
init.lua
3
init.lua
@ -13,7 +13,6 @@ minetest.register_craft({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
--Glass of water
|
--Glass of water
|
||||||
minetest.register_craftitem("claycrafter:glass_of_water", {
|
minetest.register_craftitem("claycrafter:glass_of_water", {
|
||||||
description = "Glass of Water",
|
description = "Glass of Water",
|
||||||
@ -40,4 +39,4 @@ minetest.register_craft({
|
|||||||
replacements = {
|
replacements = {
|
||||||
{"claycrafter:glass_of_water", "vessels:drinking_glass"},
|
{"claycrafter:glass_of_water", "vessels:drinking_glass"},
|
||||||
}
|
}
|
||||||
})
|
})
|
Binary file not shown.
Before Width: | Height: | Size: 515 B |
Binary file not shown.
Before Width: | Height: | Size: 594 B |
Binary file not shown.
Before Width: | Height: | Size: 655 B |
Binary file not shown.
Before Width: | Height: | Size: 410 B |
Binary file not shown.
Before Width: | Height: | Size: 554 B |
Loading…
Reference in New Issue
Block a user