Commit Graph

111 Commits

Author SHA1 Message Date
tenplus1 fa4ee48828 Update translations (thanks Niklp) 2023-08-14 08:22:28 +01:00
tenplus1 e6d31c9442 remove intllib 2023-08-08 17:31:31 +01:00
tenplus1 8717625d0c add 'farming_use_utensils' setting, added mayonnaise (thx felfa) 2023-07-13 18:07:25 +01:00
tenplus1 03fce8b65f seeds made with register_plant function are placed in world and germinate into stage_1 of crop. 2023-04-08 07:41:03 +01:00
tenplus1 b5f71d8025 check for old wheat/cotton seeds and grow to stage_1 via abm 2023-04-07 14:41:51 +01:00
tenplus1 498063553a Add ABM labels 2023-01-22 10:31:16 +00:00
tenplus1 444e923acd add ginger (thanks Atlante for textures) 2022-10-28 12:23:18 +01:00
tenplus1 059b7f0fae update readme 2022-09-15 13:41:59 +01:00
tenplus1 2a41f1e9d5 increase selection box to show crop has matured, fix strawberry plant issue, add step to rhubarb growth 2022-09-15 08:03:41 +01:00
tenplus1 6ac255d4c0 add random seed for each registered decoration, tidy code 2022-09-13 18:30:55 +01:00
tenplus1 97d15d3ea1 added spinach; eggplant; asparagus; Chili Powder; new Onigiri (thanks Atlante for new textures), mapgen now inside own crop file, added new lucky blocks 2022-09-13 12:30:10 +01:00
tenplus1 c945100237 tweak crop levels on map, add strawberry if ethereal mod not active 2022-09-10 08:44:29 +01:00
tenplus1 ba0ef644a0 tweak recipe for wooden bucket, nil check for refile_plant inv 2022-06-03 07:57:39 +01:00
tenplus1 2e90959a6c lower refill time, add player check (thx BuckarooBanzai) 2022-03-09 09:19:43 +00:00
tenplus1 d59e200a42 better translation support 2022-01-29 09:54:24 +00:00
tenplus1 211cedca3a fix cornstarch groups 2021-12-10 08:23:37 +00:00
tenplus1 273ce33bcd tidy code, tweak recipes, simplify peas, soy, rice 2021-12-04 14:06:18 +00:00
tenplus1 4227d967e5 add pointed_thing to on_rightclick vars 2021-11-16 20:22:43 +00:00
tenplus1 b84374bfa5 fix eating of sunflower bread 2021-11-08 08:05:12 +00:00
tenplus1 1064ebaf04 added sunflowers (thanks Felfa) 2021-09-28 14:03:49 +01:00
tenplus1 47985d7dd2 add parsley, artichoke and new foods 2021-03-11 09:49:52 +00:00
tenplus1 a5b07379ce added vanilla, soy (thanks Felfa), added tofu, simplified porridge/burger recipe 2020-12-13 10:37:08 +00:00
tenplus1 45b5a073e0 Add lettuce and blackberries with recipes (thanks OgelGames) 2020-12-10 15:37:44 +00:00
tenplus1 0e108c4b2a add min_light and max_light settings and amend crop registered_plants tables 2020-12-09 10:22:41 +00:00
tenplus1 92cafe1c64 update translation detection 2020-08-25 09:19:59 +01:00
tenplus1 6f0383d5b6 code tidy and tweak 2020-07-02 14:31:12 +01:00
TenPlus1 da8e1fbbdf added cabbage, crop and bibimbap food item 2020-07-01 19:32:38 +01:00
tenplus1 f6a61994e4 added mint and mint tea (thanks Darkstalker) 2020-05-27 11:07:31 +01:00
TenPlus1 42404da9bb used soil wet/dry/base features of default, added dry_soil 2020-04-30 15:49:33 +01:00
TenPlus1 e3f705a804 update translations, description changes 2020-04-26 19:34:43 +01:00
TenPlus1 e6aa8f9997 Fix a few descriptions 2020-04-26 15:41:39 +01:00
TenPlus1 68332f2706 added farming_stage_lengh setting to determine speed of crop growth 2020-04-20 09:38:28 +01:00
TenPlus1 02d10c376e added seed=2 group to plantable food items 2019-12-02 10:23:20 +00:00
TenPlus1 d780097a48 add some nil checks for itemstack when right clicking on_rightclick nodes 2019-10-02 19:13:55 +01:00
TenPlus1 d5dab7938a add nil check for itemstack when placing and taking seed from inventory 2019-07-28 08:38:43 +01:00
TenPlus1 1c0a1bab8e slightly increase spawn rate of chili and hemp 2019-06-25 15:08:08 +01:00
TenPlus1 d67b466506 changed ipairs to pairs to cover all crops 2019-05-23 19:29:06 +01:00
TenPlus1 6d5e74e30c default minlight for crop growth is now 12 2019-05-08 19:42:33 +01:00
TenPlus1 7c22eea12c changed water checks, jackolantern protection added 2019-05-08 19:30:20 +01:00
TenPlus1 561d0d01a1 add spawn rate for each crop in settings 2019-04-27 08:34:29 +01:00
TenPlus1 0d3faf53e7 added multigrain flour and bread 2019-01-24 11:38:21 +00:00
TenPlus1 bedade8755 fix seed changes when digging grass, force start timer on seed place 2019-01-11 10:23:22 +00:00
TenPlus1 9253d08cd4 added oats, rye and rice thanks to ademants grains mod 2019-01-06 10:28:24 +00:00
TenPlus1 d7bc9b16fc added crop information to farming.registered_plants table 2018-09-29 16:53:18 +01:00
TenPlus1 0d5fb9800a plants added with farming.register_plant will add information to farming.registered_plants table 2018-09-29 16:17:28 +01:00
TenPlus1 10abb996c1 nil check 2018-06-19 18:42:13 +01:00
TenPlus1 1018a558d2 added player checks for crop placement 2018-06-19 18:36:00 +01:00
TenPlus1 8a4ca846d9 added growth_check(pos, nodename) function 2018-06-17 09:55:26 +01:00
TenPlus1 6783670154 tidy and tweak code 2018-06-09 16:47:38 +01:00
TenPlus1 1a207a8e92 added cornstarch, rose water and turkish delight 2018-05-31 09:36:29 +01:00