35 Commits

Author SHA1 Message Date
DanDuncombe
9de917ed39 FIXED ANVIL, added flowers for more dye colours 2013-10-31 19:14:18 +00:00
DanDuncombe
b1e706f477 Replaced all minetest.env: with the newer minetest. 2013-10-27 16:59:41 +00:00
aimlol
e7b0b9204d Make anvil falling_node 2013-06-29 22:03:54 +04:00
kosc
c8fc6fd03d Add hatch 2013-06-25 12:50:15 +04:00
Kotolegokot
b686ef5500 Doubleingot -> 2 Ingots and doublesheet -> 2 sheets in anvil using chisel 2013-05-18 18:14:39 +06:00
Kotolegokot
1acd331001 Saws are crafted from sheets 2013-05-01 20:19:24 +06:00
Kotolegokot
53ab508394 Added "x10" buttons to anvils + flux crafted on anvils 2013-04-12 22:17:06 +06:00
Kotolegokot
47844e3f02 Added saws 2013-03-31 19:34:43 +06:00
Ilya Zhuravlev
94c567a76d Make metal buckets craftable 2013-03-11 22:20:01 +04:00
Ilya Zhuravlev
f70a54fa49 Fix unknown instruments' heads 2013-03-10 20:37:06 +04:00
sda97ghb
deff6aac89 Fix anvil groups 2012-11-27 19:36:19 +06:00
Kotolegokot
351b9f6ee2 Fix pig iron -> wrought iron recipe 2012-11-26 22:36:45 +06:00
Kotolegokot
cc705f1aaa Fix anvil recipe 2012-11-26 20:57:04 +06:00
Kotolegokot
5c664eb1d3 Fix lock anvil recipe 2012-11-26 17:58:13 +06:00
Kotolegokot
89633f39b0 Small bugfix 2012-11-25 22:42:56 +06:00
Kotolegokot
33e0a86892 Chests made of planks and locks 2012-11-25 21:05:43 +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
94b2bac46e Buckets were moved into instruments mod
and anvil was fixed.
2012-11-01 11:59:36 +06:00
Kotolegokot
d097558014 Groupcaps
Groupcaps were added, texture of cobbleblock was modified. Different anvils were deleted, because it had very big bug.
2012-10-31 18:36:51 +06:00
Kotolegokot
a9ee2c28a0 Stone instruments
Drop of stone is small cobble. Cobbles can be crafted in block.
2012-10-31 14:17:53 +06:00
Kotolegokot
e95b64380d Some instruments was moved into instruments mod 2012-10-31 13:29:11 +06:00
Kotolegokot
dc48b637a9 Cracking of anvils 2012-10-30 16:04:35 +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
fae9614771 Swords and hammers
Swords and hammers now must be forged using double ingots.
2012-10-27 00:03:47 +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
d446bbd56c Forge recipes 2012-10-17 00:15:32 +06:00
Kotolegokot
9fd13797a6 Anvil formspec 2012-10-15 23:37: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
Kotolegokot
6eb38bce42 Falling stones
A stone falls if there are no nodes around. Cobble replaced by stone in anvil recipe.
2012-10-13 16:38:36 +06:00
Kotolegokot
5ccaf4eb6e Fix fault in anvil mod
An anvil caused an error when someone pressed Forge button and the anvil had no recipe.
2012-10-13 15:52:45 +06:00
Dmitry Smirnov
3106fd16f5 Initial commit 2012-10-11 22:03:58 +06:00