Commit Graph

87 Commits (master)

Author SHA1 Message Date
Brandon 6f0eadfa07 Fix a few undeclared globals 2016-11-28 21:48:13 -06:00
Brandon 395d3c813d Fix depreciated tile_images 2016-11-28 21:40:55 -06:00
Brandon 9c98a9a8fa Fix cant drop items and items sliding forever 2016-11-28 21:09:46 -06:00
Brandon 25491e98cf Add letters mod 2016-11-23 13:01:35 -06:00
Brandon a6fcc15b5e Merge branch 'master' of https://github.com/Bremaweb/landrush_game 2016-11-23 12:53:12 -06:00
Brandon 3370837120 Add streets mod 2016-11-23 12:52:52 -06:00
Brandon e348c18546 Merge pull request #22 from asl97/patch-1
Use group:wood for crafting vender nodes
2016-11-22 19:07:00 -06:00
Brandon 8bfd739028 Merge pull request #23 from asl97/patch-2
Pull beech trees patch from upstream.
2016-11-22 19:06:45 -06:00
Brandon 4189bb1a2e Merge pull request #27 from asl97/patch-4
Fix technic item becoming unknown nodes
2016-11-22 19:06:22 -06:00
Brandon c773250e6f Merge pull request #25 from asl97/patch-3
Fix dropping of item
2016-11-22 19:05:34 -06:00
asl97 7879045280 Fix technic item becoming unknown nodes
The reason is because the technic node wasn't define when this mod ran and register the wrench nodes
2016-11-21 14:29:22 +08:00
ASL97 de0563b9aa Fix dropping of item 2016-11-13 01:57:03 +08:00
Vanessa Ezekowitz 27db1b1a9a fixed beech trees using wrong node names 2016-11-12 23:14:03 +08:00
asl97 a0594bc7f2 Use group:wood for crafting vender nodes 2016-11-12 23:08:23 +08:00
Brandon a9a4bb57c3 Merge pull request #21 from Pitriss/bookshelves-fix
CLASSIC_BOOKSHELVES: mod returning back old look and behavior of book…
2016-11-10 08:42:17 -06:00
Pitriss c16a788a7e CLASSIC_BOOKSHELVES: mod returning back old look and behavior of bookshelves as new ones was breaking design on many places. 2016-11-09 21:34:10 +01:00
Brandon 32d8d01188 Fix crash when quarry digs vendor node 2016-11-04 08:14:10 -05:00
Brandon 80e9e4ed53 Remove tree tap protection and leaves required for regen. closes #16 2016-11-03 21:12:10 -05:00
Brandon 542d4d5363 Re-add worldedit not as submodule 2016-11-03 12:32:24 -05:00
Brandon 707f75ae1b Remove worldedit as submodule 2016-11-03 12:31:08 -05:00
Brandon e3ebd0838c Update World Edit 2016-11-02 13:07:31 -05:00
Brandon afb9de6f45 Fix file:lines bug 2016-11-02 13:00:11 -05:00
Brandon 1adb309aef Add autorestart, fix a few bugs 2016-11-02 12:57:18 -05:00
Brandon af71f4360f Add wrench mod for moving full chests 2016-10-28 16:27:42 -05:00
Brandon 8b4c5d2b50 Fix shared chest formspec. closes #18 2016-10-28 16:27:15 -05:00
Brandon 219eed8490 Merge pull request #19 from placki/master
delete_unknown_blocks: another unknown trail node added
2016-10-28 15:31:04 -05:00
placki 261bf1cc06 delete_unknown_blocks: another unknown trail node added 2016-10-28 20:52:00 +02:00
Brandon 723bf558df Remove Guest exemption from claiming since they are prevented from logging into server. closes #17 2016-10-27 20:37:11 -05:00
Brandon bf9870d195 Remove minetest.env references and affects mod 2016-10-21 09:34:32 -05:00
Brandon cc8ca10761 Remove another alias and a few depreciated fields 2016-10-21 09:18:51 -05:00
Brandon e2b1a1e94b Remove register_alias warnings 2016-10-21 09:12:46 -05:00
Brandon 5682e74b49 Remove lavalamp mod - duplicate in homdecor 2016-10-21 08:57:11 -05:00
Brandon 742193ac71 Fix height_min and height_max warnings 2016-10-21 08:56:44 -05:00
Brandon 34b0a4e3e3 Remove worldtime 2016-10-21 08:50:57 -05:00
Brandon 108840684e Merge branch 'master' of https://github.com/Bremaweb/landrush_game 2016-10-21 08:49:09 -05:00
Brandon 49972bfe12 Fix tile_images warnings 2016-10-21 08:48:53 -05:00
Brandon e31b34146e Merge pull request #14 from placki/master
more fixes
2016-10-19 13:41:48 -05:00
placki bb1a6044de fix landrush:sale_block update on aborted form and var declaration warning. 2016-10-19 00:12:39 +02:00
placki 0c0d35ca03 fix farming_plus:scarecrow destroying player inventory when placed in wrong place 2016-10-18 23:39:47 +02:00
Brandon c066bfe473 Remove ts_doors steel trapdoor because of collision with doors:trapdoor_steel 2016-10-16 21:17:03 -05:00
Brandon 1fec932325 Fix recipe collision 2016-10-16 21:14:56 -05:00
Brandon da7e8e82de Remove money priv, rename currency to ULC (Universal Landrush Credit) 2016-10-15 13:55:45 -05:00
Brandon dbe389ab7d Merge branch 'master' of https://github.com/Bremaweb/landrush_game 2016-10-14 10:16:12 -05:00
Brandon 609c5a5c27 Add boost carts 2016-10-14 10:15:53 -05:00
Brandon 73836f6e5e Merge pull request #13 from placki/master
technic and steel minor fixes
2016-10-08 16:10:15 -05:00
placki 1dd98ec8df steel:strut recipe fix 2016-10-08 21:22:18 +02:00
placki f44710d948 allow steel:scrap recycling (this does not cause infinite steel bug) 2016-10-08 21:13:21 +02:00
placki 36e195c577 prevent changing locked techinc chests by others 2016-10-07 02:06:44 +02:00
Brandon 0f35566fc3 Merge pull request #11 from Pitriss/unknow_node_fix
Added "Delete_unknown_blocks" mod, which will remove blocks from remo…
2016-10-04 16:17:59 -05:00
Pitriss cfbfc2baf7 Added "Delete_unknown_blocks" mod, which will remove blocks from removed trail mod. These unknown footsteps nodes looks terrible in the nature. 2016-10-04 17:24:35 +02:00