95 Commits

Author SHA1 Message Date
sda97ghb
f8eacdd306 Added particles 2012-11-23 19:58:48 +06:00
Kotolegokot
210110462f Clay generates in sand and dirt 2012-11-22 14:32:10 +06:00
Kotolegokot
ab14c27f21 Stone heads 2012-11-22 12:14:31 +06:00
Kotolegokot
88d8f7becc New sword textures 2012-11-22 11:40:20 +06:00
Kotolegokot
6f691eff99 New spear head textures 2012-11-22 11:25:13 +06:00
Kotolegokot
b266965f4b New pick head textures 2012-11-22 11:12:28 +06:00
Kotolegokot
f4c28dab41 New hammer head textures 2012-11-22 11:06:15 +06:00
Kotolegokot
80663b0cd2 New chisel head textures 2012-11-22 11:01:55 +06:00
Kotolegokot
83b43ef13b Trash in creative inventory 2012-11-22 10:54:40 +06:00
Kotolegokot
c719720fc6 New shovel textures 2012-11-22 10:17:40 +06:00
Kotolegokot
95b582eca3 New pick textures 2012-11-22 01:03:51 +06:00
Kotolegokot
475b028f6e New axe textures 2012-11-22 00:20:29 +06:00
Kotolegokot
dfcc66bb57 Spear drops when hits the target 2012-11-21 23:18:00 +06:00
Kotolegokot
8b567f927e removing_blocks is not necessary 2012-11-21 22:49:33 +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
b3ef1f6594 Added functions
realtest.register_on_day_change(func)
realtest.register_on_season_change(func)
realtest.register_on_new_year(func) :D
2012-11-20 00:18:18 +06:00
Kotolegokot
a62a7febac Seasons is finished
Also, it doesn't fear time_speed and /time.
2012-11-19 18:18:51 +06:00
sda97ghb
229d1e0652 Replace default textures to TFCTextures 2012-11-18 21:10:40 +06:00
Kotolegokot
f05d07b404 Merge remote-tracking branch 'origin/master' 2012-11-18 20:33:41 +06:00
Kotolegokot
fe0b19f1c8 Seasons use 13-month calendar 2012-11-18 20:06:14 +06:00
sda97ghb
43a6270c79 Now stone drop random 3 cobble 2012-11-18 19:54:30 +06:00
Kotolegokot
562ad43736 Added years
-> seasons
2012-11-17 20:43:41 +06:00
sda97ghb
bbcc77dc3a Added seasons 2012-11-17 19:26:16 +06:00
Kotolegokot
c134ddc953 Bucket can replace only nodes which are buildable_to 2012-11-09 21:36:41 +06:00
Kotolegokot
80faa966cf Remove all lines with "legacy" 2012-11-05 21:35:30 +06:00
Kotolegokot
bfb2e65a82 Remove support of moreores 2012-11-05 21:35:03 +06:00
Kotolegokot
518b794b61 Rename Flat Block of Cobble
-> Stone Brick Block
2012-11-05 21:34:31 +06:00
Kotolegokot
a5e64a07bf Flat Block of Cobble 2012-11-05 20:54:28 +06:00
Kotolegokot
c2735b5cdc Bonfire and furnace have sound. 2012-11-05 19:07:06 +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
f5e519cf6d Emtpy Bucket
-> Empty Bucket
2012-11-02 23:10:51 +06:00
Kotolegokot
9bd4fa0b40 Update invsize[x,y;]
-> size[x,y]
2012-11-02 11:23:45 +06:00
Kotolegokot
235be08236 Cactus and papyrus are dropping nodes 2012-11-01 15:23:00 +06:00
Kotolegokot
560d4a33cc New texture of clayblock
and unnecessary textures were deleted.
2012-11-01 15:22:35 +06:00
Kotolegokot
94b2bac46e Buckets were moved into instruments mod
and anvil was fixed.
2012-11-01 11:59:36 +06:00
Kotolegokot
e0ef3cb26c Cactus is falling node 2012-11-01 11:35:26 +06:00
Kotolegokot
ef6c775320 Merge remote-tracking branch 'origin/instruments' 2012-11-01 02:27:45 +06:00
Kotolegokot
324103d244 Repair spear 2012-11-01 02:26:16 +06:00
Kotolegokot
d80e3488c1 Groupcaps
Groupscaps and textures were improved.
2012-11-01 01:35:02 +06:00
Kotolegokot
9e33747a59 leafdecay.lua was returned
(It wasn't cause of an error.)
2012-10-31 20:57:47 +06:00
Kotolegokot
6783825267 Generation of cobbles 2012-10-31 20:56:05 +06:00
Kotolegokot
dc32f05036 Normal textures of stone instruments 2012-10-31 20:55:45 +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
2852978472 Merge remote-tracking branch 'origin/anvils' 2012-10-31 10:11:55 +06:00
Kotolegokot
93dea62ffc Cleanup 2012-10-30 21:10:03 +06:00
Kotolegokot
c549905c27 Normal nodebox of vase 2012-10-30 20:08:06 +06:00
Kotolegokot
2ef6d71869 Bucket description
Buckets with liquid have description.
2012-10-30 20:02:00 +06:00