1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2024-09-21 20:20:24 +02:00
Commit Graph

143 Commits

Author SHA1 Message Date
tenplus1
2b65a7416b add descriptions to all crop stages 2024-09-07 10:45:05 +01:00
tenplus1
2f1a233441 add desc to crop stages (api only) 2024-09-07 08:09:35 +01:00
tenplus1
4bf83d3bbf log seed placement (thx Emojigit) 2024-09-06 15:15:21 +01:00
tenplus1
ebe1db179d hoes can deal damage to mobs and players 2024-08-25 10:46:50 +01:00
tenplus1
45dd32c102 tweak code, fix straw recipe 2024-08-12 14:21:46 +01:00
tenplus1
09b06ea72a better mineclone support 2024-08-12 08:02:50 +01:00
tenplus1
a9a1b720a3 separate food /non-food items from crop files, tidy code 2024-08-11 15:38:55 +01:00
tenplus1
cdac09a8f4 properly detect and use sounds from default/mcl 2024-08-11 08:47:26 +01:00
tenplus1
a74a29c849 remove XP desc. 2024-08-03 23:55:08 +01:00
tenplus1
710b7ac111 update {eatable} function 2024-07-27 18:28:25 +01:00
tenplus1
b61998217d tidy code 2024-07-27 08:23:46 +01:00
tenplus1
75e3f9fb42 add helper function to add {eatable} 2024-07-26 16:30:53 +01:00
tenplus1
5c050f3516 harden seed placement 2024-06-28 11:13:44 +01:00
tenplus1
877f944641 fix _mcl_hardness values for crops and seeds 2024-06-25 17:29:31 +01:00
tenplus1
ac4c4f48d3 add mt5.9x new farming.can_grow default function and check, deprecate but still run growth_check function 2024-06-24 07:41:40 +01:00
tenplus1
433d485292 use async env support when generating cocoa pods (thx Niklp) 2024-06-09 07:33:19 +01:00
tenplus1
9a2456b887 enable strawberry 2024-03-12 06:52:50 +00:00
tenplus1
d99f96b224 set is_ground_content for all (thx SwissAlpS) 2024-02-29 17:06:28 +00:00
tenplus1
612aea3d31 add missing stone sounds to farming.sounds 2023-12-06 17:29:50 +00:00
tenplus1
51d5132708 tweak default compatibility 2023-12-04 22:31:12 +00:00
tenplus1
12eb5579a1 added handy=1 group to seeds, hemp block and hemp rope (thx usrib) 2023-11-25 12:05:21 +00:00
tenplus1
98f0581c17 use set_node so 3rd party mod timers can activate 2023-09-15 07:35:47 +01:00
tenplus1
85c5c9abab optimize 2023-09-12 08:48:21 +01:00
tenplus1
fd205e10fc seeds grow on timer so players can wander 2023-09-11 14:49:37 +01:00
tenplus1
b6ba098396 revert on_grow change 2023-09-07 07:57:20 +01:00
tenplus1
0f25366203 add return growth 2023-09-06 18:14:25 +01:00
tenplus1
af48a0e661 if not using mineclone enable defaults 2023-09-06 10:00:46 +01:00
tenplus1
426564232e Fix growth_check return value/check, add initial on_grow function 2023-09-06 08:11:07 +01:00
tenplus1
f5c321c04d add missing groups 2023-09-05 07:51:11 +01:00
tenplus1
5107d18079 most recipes work with mineclone 2023-09-01 10:04:33 +01:00
tenplus1
8ce92bdb91 disable pumpkin in mcl2 2023-08-31 09:33:47 +01:00
tenplus1
df64f1117f add initial MineClone2 support (thx usrib) 2023-08-31 07:53:19 +01:00
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