Compare commits

...

5 Commits

Author SHA1 Message Date
Jacob Gustafson f724551f51
Update init.lua 2019-03-23 09:03:09 -04:00
Jacob Gustafson 5e423f8c7b
Update README.md 2018-05-12 20:17:20 -04:00
Jacob Gustafson 29df23a926
Update README.md 2018-05-12 20:16:52 -04:00
Jacob Gustafson e853e69bea
Update README.md 2018-05-12 20:16:21 -04:00
Jacob Gustafson 090f716890
Update init.lua 2018-02-20 17:50:33 -05:00
2 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
This is a treasure registration mod for treasurer [trm_farming_redo] (named trm_farming_redo so it doesn't interfere with trm_farming from trmp_minetest_game)
This mod ONLY works for TenPlus1's farming redo [farming] not minetest_game [farming], where trmp_minetest_game should be used instead of this mod. This mod is meant to be used alongside trmp_minetest_game, but only when you have farming redo. In addition, if trm_farming (part of trmp_minetest_game) is not installed, this mod will detect that and register those treasures (items that are present in both TenPlus1's farming redo and minetest_game's farming).
This mod ONLY works for TenPlus1's farming redo [farming] *(if you are using minetest_game [farming], trmp_minetest_game should be used instead of this mod)*. This mod is meant to be used alongside trmp_minetest_game, but only when you have farming redo. In addition, if trm_farming (part of trmp_minetest_game) is not installed, this mod will detect that and register those treasures (items that are present in both TenPlus1's farming redo and minetest_game's farming).

View File

@ -1,5 +1,5 @@
if minetest.get_modpath("trm_farming") == nil
if minetest.get_modpath("trm_farming") == nil then
treasurer.register_treasure("farming:hoe_wood",0.01,2,nil,nil,"tool")
treasurer.register_treasure("farming:hoe_stone",0.030,2.2,nil,nil,"tool")
treasurer.register_treasure("farming:hoe_steel",0.05,2.4,nil,nil,"tool")
@ -30,7 +30,7 @@ treasurer.register_treasure("farming:chili_pepper",0.006,2,{1,4},nil,"seed")
treasurer.register_treasure("farming:potato",0.006,2,{1,4},nil,"seed")
treasurer.register_treasure("farming:coffee_beans",0.006,2,{1,4},nil,"seed")
treasurer.register_treasure("farming:corn",0.006,2,{1,4},nil,"seed")
-- (commented for schools) treasurer.register_treasure("farming:seed_hemp",0.006,2,{1,4},nil,"seed")
treasurer.register_treasure("farming:seed_hemp",0.006,2,{1,4},nil,"seed")
-- plants that only grow on trellis: