18 Commits

Author SHA1 Message Date
DanDuncombe
b1e706f477 Replaced all minetest.env: with the newer minetest. 2013-10-27 16:59:41 +00:00
kosc
1bdc98d48b Hatches microfix 2013-06-25 13:03:04 +04:00
kosc
c8fc6fd03d Add hatch 2013-06-25 12:50:15 +04:00
Kotolegokot
5444419333 Plans folded in stacks 2013-05-13 20:03:33 +06:00
Kotolegokot
081e339c94 Added Desert Stone Bricks 2013-04-20 22:14:40 +06:00
Kotolegokot
8b05506e32 Added joiner_table 2013-04-20 21:42:33 +06:00
Kotolegokot
47844e3f02 Added saws 2013-03-31 19:34:43 +06:00
Kotolegokot
d5c54f7d63 Improve trees registration 2012-12-02 13:04:29 +06:00
Kotolegokot
8ac2acf5e7 Fixed scribing table name and recipe 2012-11-26 18:00:25 +06:00
Kotolegokot
33e0a86892 Chests made of planks and locks 2012-11-25 21:05:43 +06:00
Kotolegokot
43f8b36216 Scribing tables made of different wood 2012-11-25 18:17:26 +06:00
Kotolegokot
11cbd79814 Custom paper 2012-11-21 19:46:19 +06:00
Kotolegokot
afb3153159 Added realtest.register_instrument_plan(name, PlanDef)
Example:
realtest.register_instrument_plan("scribing_table:plan_chisel", {
	description = "Chisel Plan",
	bitmap =
		{0,0,1,0,0,
		 0,0,1,0,0,
		 0,0,1,0,0,
		 0,0,1,0,0,
		 0,0,1,0,0,}
})
2012-11-21 18:19:32 +06:00
Kotolegokot
dcf5fc9bd0 Update scribing table formspec
recipe of chisel was added and bug of instruments registration was fixed.
2012-11-02 23:39:45 +06:00
Kotolegokot
9bd4fa0b40 Update invsize[x,y;]
-> size[x,y]
2012-11-02 11:23:45 +06:00
Kotolegokot
306d8218b6 Forging buckets
Now you can forge a bucket on anvil
2012-10-15 17:29:44 +06:00
Kotolegokot
c882f0e6d9 Scribing table
Now scribing table are faster. It uses dark green dye instead of leaves. Dark green dye is made from cactuses.
2012-10-13 20:01:20 +06:00
Dmitry Smirnov
3106fd16f5 Initial commit 2012-10-11 22:03:58 +06:00