472 Commits

Author SHA1 Message Date
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
45e4237f38 Removed user_mods
because this is not necessary.
2012-11-17 18:15:45 +06:00
Kotolegokot
55b8117178 Fix stairs 2012-11-17 18:14:34 +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
f5353444d1 Merge remote-tracking branch 'origin/drops' into trees 2012-11-16 21:52:29 +06:00
Kotolegokot
e25ba616e9 Trees are chopped correctly 2012-11-16 20:14:15 +06:00
Kotolegokot
b18d3cef78 Saplings grow 2012-11-16 16:36:53 +06:00
Kotolegokot
c129cd8e28 realtest.register_tree 2012-11-16 13:39:39 +06:00
Kotolegokot
e65b64bb49 Created folder for user mods 2012-11-16 00:26:12 +06:00
Kotolegokot
fac4fbfffb Fixed clipping of trees 2012-11-15 19:58:35 +06:00
Kotolegokot
450b266bb1 Cleanup 2 2012-11-15 17:26:45 +06:00
Kotolegokot
f472d24b13 No old trees 2012-11-10 12:10:13 +06:00
Kotolegokot
9542658e0d This mod doesn't work 2012-11-09 23:29:09 +06:00
Kotolegokot
fd20591b1d Cleanup 1 2012-11-09 22:55:59 +06:00
Kotolegokot
2581691177 Merge remote-tracking branch 'origin/master' into trees
Conflicts:
	mods/anvil/init.lua
	mods/bonfire/init.lua
	mods/default/mapgen.lua
	mods/furnace/init.lua
	mods/item_drop/init.lua
	mods/metals/init.lua
	mods/scribing_table/init.lua
2012-11-09 22:31:36 +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
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