teknomunk
b582afeb1f
Update documentation for Minetest rename to Luanti ( #4706 )
...
This updates the VoxeLibre documentation by replacing "Minetest" with "Luanti" and updating links.
Done:
* Update "Minetest" in documentation and comments to "Luanti"
* Update links to forums, ContentDB and Luanti project web page
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4706
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2024-11-28 20:55:48 +01:00
teknomunk
e6e13bdc67
Change _mcl_on_bonemealing to _on_bone_meal, update API.md to reflect this
2024-11-09 20:24:02 -06:00
kabou
d07e8d9536
Add bonemealing callback to melons.
...
* Adds a _mcl_on_bonemealing callback to the unripe melon plants.
2024-11-09 20:24:02 -06:00
kno10
c097c65262
adjust growth rates again
2024-11-10 02:11:37 +01:00
kno10
78a958db4e
Double the odds, to halve the ABM frequencies.
2024-11-10 02:11:37 +01:00
kno10
9376cf92b1
Adjust growth speeds
2024-11-10 02:11:37 +01:00
ancientmarinerdev
60c996b5ac
Drop pumpkins, melons and buttons via piston or dirt next to piston
2023-06-07 20:21:05 +00:00
kabou
de16eb3c5a
Add compostability
to node definition group.
...
* mcl_cake/init.lua (cake);
* mcl_core/craftitems.lua (apple);
* mcl_core/nodes_base.lua (dirt with grass);
* mcl_core/nodes_cactuscane.lua (cactus, sugarcane);
* mcl_core/nodes_climb.lua (vines);
* mcl_core/nodes_trees.lua (leaves, saplings);
* mcl_dye/init.lua (cocoa beans);
* mcl_farming/beetroot.lua (beetroot, & seeds);
* mcl_farming/carrots.lua (carrot);
* mcl_farming/melon.lua (melon, & slice, & seeds);
* mcl_farming/potatoes.lua (potato, baked potato);
* mcl_farming/pumpkin.lua (pumpkin, carved &, & seeds, & pie);
* mcl_farming/wheat.lua (wheat, cookie, bread, hay block);
* mcl_flowers/init.lua (flowers, ferns, grass, & tall variants);
* mcl_mushrooms/small.lua (red and brown mushrooms);
* mcl_mushrooms/huge.lua (red and brown huge mushrooms);
* mcl_nether/init.lua (nether wart block);
* mcl_nether/nether_wart.lua (nether wart);
* mcl_ocean/kelp.lua (kelp, dried &, & block);
* mcl_ocean/sea_pickle.lua (sea pickle);
* mcl_ocean/seagrass.lua (seagrass).
2022-04-02 03:32:56 +02:00
AFCMS
cd33d406b2
fix many codestyle issues (functions, strings, modpaths)
2021-05-29 16:12:33 +02:00
Elias Fleckenstein
86b2cd70f9
Fortune
2020-11-06 13:46:52 +01:00
Elias Fleckenstein
7c28bf8507
Silk Touch
2020-11-02 19:09:23 +01:00
Elias Åström
6315490b14
Update the rest of the blast resistance values
...
The values have been updated according to this list:
https://minecraft.gamepedia.com/Module:Blast_resistance_values
2020-04-19 13:08:36 +02:00
Wuzzy
feba60cad8
Translate all extended tooltips to German
2020-03-12 01:35:11 +01:00
Wuzzy
ba74546d48
Add extended tooltips
2020-02-19 04:54:17 +01:00
Wuzzy
7b24ede582
Remove a couple of FIXMEs and legacy
2019-10-16 08:33:22 +02:00
Wuzzy
53eabf3737
German translation: mcl_farming
2019-03-15 03:41:24 +01:00
Wuzzy
a29626881f
New translation system, part 7: Items, part 3
2019-03-08 00:00:09 +01:00
Wuzzy
f63342ec72
Rename seed textures
2019-02-05 04:06:28 +01:00
Wuzzy
b5f9a755b3
Tweak item names and images of farming plants
2018-10-24 18:16:39 +02:00
Wuzzy
e19271398d
Make pumpkins and melons opaque again
2018-03-13 02:38:57 +01:00
Wuzzy
d3dbedd199
Update stem images and automatically colorize them
2017-07-21 19:47:20 +02:00
Wuzzy
fa7cb8397a
Add independent connected stem textures
2017-07-17 14:26:25 +02:00
Wuzzy
ca01259b59
Set list of nodes which can be taken by endermen
2017-07-05 20:14:37 +02:00
Wuzzy
ad29d5dbb2
Fix light: melon/pumpkin/jack'o lantern
2017-06-13 14:18:12 +02:00
Wuzzy
0f4573c594
Update help of all food items
2017-05-21 04:21:12 +02:00
Wuzzy
3291fcb054
Add saturation value to food items
2017-05-20 17:45:04 +02:00
Wuzzy
c49e8dfba0
Destroy some nodes by flowing lava
2017-05-20 04:11:14 +02:00
Wuzzy
c201ee7533
Add plant group to plants, required for farmland
2017-05-14 21:37:21 +02:00
Wuzzy
d3e2a21d5f
Refactor plant growth, improve bone meal on plants
2017-04-01 03:54:58 +02:00
Wuzzy
f64bf438e7
Greatly increase pumpkin/melon stem growth rate
2017-03-30 04:54:27 +02:00
Wuzzy
30564e494e
Make many blocks drop when pushed by piston
2017-03-29 22:58:31 +02:00
Wuzzy
767d7cbc3e
Add Help aliases for premature farming plants
2017-03-21 04:56:16 +01:00
Wuzzy
c2fbe2ad55
Add various factoids and complete some food help
2017-03-18 17:18:12 +01:00
Wuzzy
1d8b8d5c73
Fix connected melon stems dropping themselves
2017-03-14 21:57:23 +01:00
Wuzzy
5083d23f86
Help update for gourd stems and gourd blocks
2017-03-14 05:46:57 +01:00
Wuzzy
36e6c78eeb
Auto-connect stem after stem construction
2017-03-14 04:17:35 +01:00
Wuzzy
d4f9c5c122
Different colors for different stem stages
2017-03-14 03:26:48 +01:00
Wuzzy
6794911023
Stems: 8 stages, fix bone meal and selection box
2017-03-14 02:37:42 +01:00
Wuzzy
7cd7b27d55
Clean up gourd API
2017-03-13 22:53:49 +01:00
Wuzzy
50814a6d5f
Introduce the old melon/pumpkin growth times again
2017-03-13 22:43:47 +01:00
Wuzzy
0fe42e4f30
Melons now also make use of the gourd API
2017-03-13 22:36:34 +01:00
Wuzzy
6456351722
Clean up soil checking code in melon/pumpkin
2017-03-13 20:21:38 +01:00
Wuzzy
d06df50d96
Fix pumpkin and melon stems being upside down
2017-03-13 19:57:50 +01:00
Wuzzy
a187faf3fa
Add help for: pumpkin, melon, (hydrated) farmland
2017-03-11 18:32:39 +01:00
Wuzzy
3928193652
Add many farming-related help texts
2017-03-11 18:23:30 +01:00
Wuzzy
aabb1e972d
Add _doc_items_create_entry fields for doc_items
2017-03-02 19:53:53 +01:00
Wuzzy
4ec6f5a3ec
Hardness for the last remaining items
2017-02-27 18:38:31 +01:00
Wuzzy
4bf05de37d
Add hardness to farming stuff
2017-02-27 01:26:07 +01:00
Wuzzy
6e3f7d06b5
Make slimeblock, melon/pumpkin stem dig immediate
2017-02-24 05:34:03 +01:00
Wuzzy
0aeb109c64
Add blast resistance to a ton of blocks
2017-02-22 16:03:59 +01:00