Commit Graph

175 Commits (master)

Author SHA1 Message Date
PilzAdam f245dfdd9e Fix saving interval of stats mod (reported by ShadowNinja) 2014-01-29 19:32:17 +01:00
PilzAdam 25938d2233 Dont update player animations in singleplayer 2014-01-09 19:22:51 +01:00
PilzAdam 7c3a03fbce Remove useless texture 2014-01-09 19:21:12 +01:00
PilzAdam 8b5d775f3f Add armor overlays for models 2014-01-06 19:50:18 +01:00
PilzAdam d2835bbdca Add crafted items to stats 2014-01-06 19:07:58 +01:00
PilzAdam 586a68930e Lose armor on death 2014-01-06 19:05:00 +01:00
PilzAdam ac673c4caa Add basic iron armor 2014-01-06 00:21:35 +01:00
PilzAdam 6a63ab6f72 Fix crash in stats mod when non-players dig or place nodes 2014-01-01 21:47:08 +01:00
PilzAdam 04c5881408 Add /stats to README 2013-12-31 00:50:40 +01:00
PilzAdam 704e2257c8 Make buckets faster and last longer 2013-12-30 21:25:21 +01:00
PilzAdam 7be97b8e05 Make liquids not buildable to 2013-12-30 21:24:28 +01:00
PilzAdam 20fccf2fca Make cavegen not cut through ice 2013-12-30 21:23:50 +01:00
PilzAdam 9941fbb25c Log and broadcast death 2013-12-30 03:04:45 +01:00
PilzAdam 0bfb596021 Add stats mod
It currently logs digged nodes, placed nodes, deaths, killed mobs,
pumpkins eaten, trashed items in creative inv and items taken from the
creative inv
2013-12-30 02:43:41 +01:00
PilzAdam bd15260aa0 Dont regrow or remove grass 2013-12-30 00:15:13 +01:00
PilzAdam 1934856b5e Make all tools faster and last longer 2013-12-29 16:21:14 +01:00
PilzAdam 15cd4e1b9e Make snowy grass not diggable by hand 2013-12-29 16:04:41 +01:00
PilzAdam 113c914ae1 Set stack_max to 256 2013-12-29 16:04:13 +01:00
PilzAdam 2051eb1d4b Use snow footstep sound for snow 2013-12-27 16:38:53 +01:00
PilzAdam 279defce9c Move dug_glass to deco/sounds/ 2013-12-27 16:35:35 +01:00
PilzAdam 4d51df009e Move player texture to textures/ 2013-12-27 16:30:56 +01:00
PilzAdam f168238a62 New biomes (added snow, snowy grass, snowy leaves and ice) 2013-12-27 16:25:02 +01:00
PilzAdam 146b8eaf4f Disable sneaking and use table format of set_physics_override() 2013-12-03 23:28:59 +01:00
PilzAdam fae7a7c755 Fix damage_groups of mese and iron pick 2013-12-03 17:58:36 +01:00
PilzAdam cb4766bbc8 Make jungles more rare 2013-12-01 17:04:13 +01:00
PilzAdam 1a30332ad7 Fix typo 2013-12-01 16:55:49 +01:00
PilzAdam b3bf136fcd Rename to Nodetopia 2013-12-01 16:01:33 +01:00
PilzAdam b8a419d1aa Add enable_3d_models setting 2013-12-01 14:46:36 +01:00
PilzAdam 927b1ca1d4 Rewrite furnace code and use minetest.swap_node() 2013-11-30 20:03:05 +01:00
PilzAdam f0fb88bb18 Add is_ground_content flag to all nodes 2013-11-30 18:52:54 +01:00
PilzAdam 606bab8e89 Update README and add my e-mail to copyright note 2013-11-24 16:55:34 +01:00
PilzAdam 7773c0e75e Remove old README.txt from bones mod 2013-11-24 16:51:05 +01:00
PilzAdam a4e3efadd4 Add spawn_mobs and update README.txt 2013-11-24 16:49:27 +01:00
PilzAdam b7d7c9c224 Make mobs always look at the player they chase 2013-11-24 16:31:00 +01:00
PilzAdam e385f8e5a1 Hopefully fix too many yaw changes when walking against a wall 2013-11-24 15:57:15 +01:00
PilzAdam 1d6746c06d Add better debug output to mobs 2013-11-24 15:56:27 +01:00
PilzAdam a27833f2b8 Add model and animation for stone monster 2013-11-23 17:26:29 +01:00
PilzAdam cef600ffa0 Dont use dig_immediate=2 2013-11-23 16:42:42 +01:00
PilzAdam 641e516b9c Make dirt diggable by hand 2013-11-23 16:41:40 +01:00
PilzAdam 6a43d50597 Set hotbar size to 6 2013-11-23 16:38:45 +01:00
PilzAdam 40e6d2c72c Update set_mapgen_params() and remove useless settings from minetest.conf 2013-11-23 15:53:49 +01:00
PilzAdam fa41100691 pngcrush all textures 2013-11-23 15:28:20 +01:00
PilzAdam b821280d26 Update header.png to use new grass block 2013-11-17 16:05:34 +01:00
PilzAdam 784a413a1c New menu overlay.png with new grass block 2013-11-17 16:00:38 +01:00
PilzAdam 944703f70d Replace base:dirt_with_grass with base:grass 2013-11-17 12:24:10 +01:00
PilzAdam 7db8d52f0c Remove print() call in furnace ABM 2013-11-17 12:00:11 +01:00
PilzAdam cf65eb6d7d Add license stuff 2013-11-17 00:22:44 +01:00
PilzAdam a6a23b4f0d Dont remove grass under unloaded blocks 2013-11-16 22:02:47 +01:00
PilzAdam 0e04658bc5 Fix UV map (again), make player 1px thick, tweak and compress skin 2013-11-16 20:25:57 +01:00
PilzAdam a048826a85 Generate a lot more pumpkins 2013-11-16 16:36:45 +01:00