1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2025-07-01 21:10:21 +02:00

Up to spec.

As per my interpretation
4 clay per 1 glass of water
This commit is contained in:
James Stevenson
2016-01-17 16:10:18 -05:00
parent 67f2bd8978
commit 2b0938cd7d
2 changed files with 19 additions and 10 deletions

View File

@ -25,7 +25,7 @@ minetest.register_craft({
minetest.register_craftitem("claycrafter:glass_of_water", {
description = "Glass of Water",
inventory_image = "claycrafter_glass_of_water.png",
groups = {h2o = 1}, -- How much compressed dirt will turn to clay
groups = {h2o = 4}, -- How much compressed dirt will turn to clay
--stack_max = 1
})
@ -44,7 +44,8 @@ minetest.register_craft({
}
})
--Craft the clay
--Craft the claya
--[[
minetest.register_craft({
type = "shapeless",
output = "default:clay 4",
@ -53,6 +54,7 @@ minetest.register_craft({
{"claycrafter:glass_of_water", "vessels:drinking_glass"},
}
})
--]]
-- Keeping this here for reference
-- As there are two ways a regular furnace gets fuel time