21 Commits

Author SHA1 Message Date
Kotolegokot
91cc9da247 Added stairs and slabs 2013-02-09 14:06:34 +06:00
Kotolegokot
168663d92e Fixed metal blocks drop 2012-12-16 11:52:24 +06:00
Kotolegokot
d9d4f8a5a5 Possibility to get ore or ingot from ceramic mold 2012-11-27 15:23:08 +06:00
Kotolegokot
0190ea0d57 Fix metal block recipe 2012-11-27 15:10:31 +06:00
Kotolegokot
dd2de343da Removed sawing table 2012-11-26 22:35:36 +06:00
Kotolegokot
5320ce0e23 Merge remote-tracking branch 'origin/master' into trees
Conflicts:
	mods/default/init.lua
	mods/tree_plus/init.lua
2012-11-26 20:37:03 +06:00
Kotolegokot
33e0a86892 Chests made of planks and locks 2012-11-25 21:05:43 +06:00
Kotolegokot
6082792648 Merge remote-tracking branch 'origin/master' into trees
Conflicts:
	mods/default/init.lua
2012-11-24 23:12:39 +06:00
sda97ghb
f8eacdd306 Added particles 2012-11-23 19:58:48 +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
d62a39f1a8 Merge remote-tracking branch 'origin/drops' into trees
Conflicts:
	mods/trees/registration.lua
2012-11-17 00:25:53 +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
94b2bac46e Buckets were moved into instruments mod
and anvil was fixed.
2012-11-01 11:59:36 +06:00
Kotolegokot
e95b64380d Some instruments was moved into instruments mod 2012-10-31 13:29:11 +06:00
Kotolegokot
93dea62ffc Cleanup 2012-10-30 21:10:03 +06:00
Kotolegokot
7d1ffea1b5 Different anvils
Now anvils can be created using copper, bismuth bronze, black bronze, bronze, rose gold, wrought iron, steel, black steel.
2012-10-30 13:59:41 +06:00
Kotolegokot
fa8b4bd16e Metals update
Double ingots, sheets, double sheets added. Now buckets must be forged by sheets.
2012-10-26 23:46:47 +06:00
Kotolegokot
0cf3eda4ed Unshaped ingots
You can break ceramic molds in anvils.
2012-10-15 21:35:20 +06:00
Kotolegokot
306d8218b6 Forging buckets
Now you can forge a bucket on anvil
2012-10-15 17:29:44 +06:00
Kotolegokot
bb1e13afd8 Buckets' craftitems added 2012-10-15 16:38:08 +06:00
Dmitry Smirnov
3106fd16f5 Initial commit 2012-10-11 22:03:58 +06:00