Commit Graph

81 Commits (fa769010ec2608be319abd829401e0f08aebacfa)

Author SHA1 Message Date
rnd fa769010ec frames mod update
fixed path for files: \\ changed to /
2019-11-02 15:39:13 +01:00
rnd 9f4e022d52 shop update 2019-10-08 16:47:37 +02:00
rnd a5a5953d58 basic_shop bugfixes 2019-09-29 08:01:33 +02:00
rnd 15990c0dde suggestion by Kimapr (fix for pause exploit injecting _c_ = 0 resets) 2019-09-27 10:03:58 +02:00
rnd 179f8d5da0 robot updates: robot remembers variables when waking up, path finding/walking added 2019-09-27 08:43:23 +02:00
rnd 05196cf355 basic_machines: mover input validation changes 2019-09-26 08:25:09 +02:00
rnd 6bc99cb7f4 skyblock: quests player data loading update
craft guide : sfinv update
2019-06-28 23:01:46 +02:00
rnd 4a77d3d257 quest progress fix ( when quest nonexistent in saved data) 2019-06-28 00:24:03 +02:00
rnd 711e937c9c machines update 2019-06-07 08:56:23 +02:00
rnd 763e78ed9b machines update 2019-06-04 11:49:40 +02:00
rnd 3a944df0c8 basic_robot update 2019-06-03 13:37:00 +02:00
rnd ce7306fa29 updated: basic_machines, basic_shop 2019-06-02 10:56:58 +02:00
rnd 175de9e5a0 machines update 2019-06-01 10:46:03 +02:00
rnd 17900fcede basic_machines: added farming:rice to plants list, fixed mesecons turning light_on off on placing 2019-05-30 08:05:20 +02:00
rnd ff2299460f basic_machines update: anal retentive checks added ( introduced in minetest 5.0->5.1) 2019-05-21 08:49:20 +02:00
rnd 656e6aeb54 quest fix: craft dust_00 instead of stone_with_ore 2019-05-20 18:22:29 +02:00
rnd c54e07f7b0 basic_machines: mesecons compatibility fix - detector crash when activated by mesecons signal 2019-05-19 12:42:21 +02:00
rnd 646daabda0 skyblock quests fix
beginner dust recipes for skyblock
2019-05-17 21:11:35 +02:00
rnd 60c96f371c basic_machines update:
dust recipes update
  distributor help update
2019-05-17 10:58:17 +02:00
rnd 3f41f24af1 machines: grinder, extractor recipe fix 2019-05-16 00:01:58 +02:00
rnd 087cc70899 mode number fix 2019-04-26 00:02:19 +02:00
rnd 68a2d75b9c moreblocks update 2019-03-12 16:43:02 +01:00
rnd 4a5178dc6b minetest bug in calclight, possible 'fix' ? 2019-02-11 23:05:14 +01:00
rnd 943006e800 farming: warning when placing seeds incorrectly
composters inventory fix
2019-02-10 18:00:23 +01:00
rnd 01cb803dc0 farming changes: plant plants on matured composter now, insert fertilizer into composter 2019-02-10 15:51:07 +01:00
rnd 5063e59b2c farming: 5 minute time to fix weed
extractor recipes moved to basic_machines mod
2019-02-10 11:12:54 +01:00
rnd 6865cb499e quest 4: diamondblock fix 2019-02-05 22:20:45 +01:00
rnd 243e8bb610 quest 4: diamondblock fix 2019-02-05 22:11:59 +01:00
rnd fba53941ff level 3 quest reward tweak: cocoa for steeblock and mese for goldblocks 2019-02-05 22:10:20 +01:00
rnd 229c8f2442 tweaks/fixes 2019-02-05 02:43:46 +01:00
rnd b9f86fbccb shop gui fix - dont handle all forms 2019-02-04 23:33:54 +01:00
rnd 082e5a6f95 minetest 5.0.0rc1 adapt 2019-02-04 22:54:28 +01:00
rnd b3bcffee6a skyblock: modified ore extraction process 2019-01-28 12:26:00 +01:00
rnd 80656dee5e book write: bugfix
item drops: randomize number of returned items
too long code used fix
2019-01-27 18:41:45 +01:00
rnd 59bd205a69 robot update 2019-01-13 21:40:26 +01:00
rnd 8dbb84a000 machines update: generators, grinder 2018-12-28 11:21:43 +01:00
rnd da5265b1c3 robot 2018-12-24 18:59:04 +01:00
rnd b0a54259a6 bugfix: input check 2018-12-21 00:44:34 +01:00
rnd 1462b6692a protector bugfix (didnt allow to protect) 2018-12-14 19:24:03 +01:00
rnd c30c3240d6 .. 2018-12-12 19:59:49 +01:00
rnd bd76cca57a .. 2018-12-12 19:14:02 +01:00
rnd e11543bafb .. 2018-12-12 18:39:12 +01:00
rnd cbc4bbc702 bugfixes: preprocess script, directions 2018-12-12 12:07:27 +01:00
rnd 0be511e1f2 directions fix 2 2018-12-11 22:50:25 +01:00
rnd d96ca39cd9 directions fix 2018-12-11 21:48:05 +01:00
rnd ad082f3212 machine, robot updates
protector: player can now protect only above their island or above y = 500
2018-12-09 23:45:02 +01:00
rnd d34bcb24cd temporary list for new players who rejoin in short time (90s) after disconnect to prevent immediate island reset
simplify of player joining

fix? for minetest forced respawn position on respawn(death,...) (by bosapara)
2018-11-03 10:47:46 +01:00
rnd c0f41c1c2d place abuse fix 2018-10-31 19:23:15 +01:00
ac-minetest 1f9fa9a790
Merge pull request #2 from VanessaE/master
use meshes instead of nodeboxes for compost barrels
2018-10-26 18:08:49 +02:00
Vanessa Dannenberg 3392f0bfd5 use meshes instead of nodeboxes for compost barrels
allows direct-reference of default textures without overlays/clips/cuts
basic compositing ops used to tint the dirt in stages 1, 2.
replaced and put to use the basic "compost" texture

also fixed up descriptions a bit
2018-10-25 14:39:30 -04:00