6 Commits

Author SHA1 Message Date
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