512 Commits

Author SHA1 Message Date
Kotolegokot
bc51d787dd Added wood buckets 2012-11-26 17:55:03 +06:00
Kotolegokot
cc6f93a886 string:remove_modname_prefix() 2012-11-26 17:17:12 +06:00
Kotolegokot
55fd4c6002 Removed sawing_table 2012-11-26 15:54:13 +06:00
sda97ghb
f0d27d575d Added saw textures 2012-11-25 23:49:49 +06:00
Kotolegokot
89633f39b0 Small bugfix 2012-11-25 22:42:56 +06:00
Kotolegokot
64c6ce0d67 In bonfire burn only wood items 2012-11-25 21:59:06 +06:00
Kotolegokot
33e0a86892 Chests made of planks and locks 2012-11-25 21:05:43 +06:00
Kotolegokot
ff914b062d Removed scorched stuff 2012-11-25 19:58:42 +06:00
Kotolegokot
76a34edbf2 Moved some recipes into trees 2012-11-25 19:42:16 +06:00
Kotolegokot
58836c04c0 Bookshelfs made of different wood 2012-11-25 19:23:02 +06:00
Kotolegokot
8fa59fdeb9 Malachite tables made of different wood 2012-11-25 19:03:40 +06:00
Kotolegokot
11fbf5426e Using group:stick instead of default:stick 2012-11-25 18:51:19 +06:00
Kotolegokot
e19e28b885 Stick textures 2012-11-25 18:35:41 +06:00
Kotolegokot
43f8b36216 Scribing tables made of different wood 2012-11-25 18:17:26 +06:00
Kotolegokot
e7788156eb Recipe for planks 2012-11-25 18:04:15 +06:00
Kotolegokot
51961bdc14 Added planks 2012-11-25 14:07:38 +06:00
Kotolegokot
76a8fa648c Returned 3x3 Craft table 2012-11-25 12:49:42 +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
Kotolegokot
58ed9e1168 Deleted unused textures 2012-11-24 22:58:06 +06:00
Kotolegokot
2ff47969a9 2x2 Craft table 2012-11-24 22:47:08 +06:00
sda97ghb
f8eacdd306 Added particles 2012-11-23 19:58:48 +06:00
Kotolegokot
d07bbfbb87 Added logs 2012-11-23 15:48:06 +06:00
Kotolegokot
c494f84f98 Second trees optimizations 2012-11-23 14:58:00 +06:00
Kotolegokot
36501a608c Optimized trees generation 2012-11-23 14:20:18 +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
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