Enable CI/CD by adding .onedev-buildspec.yml
| schematics | Loading last commit info... | |
| textures | ||
| LICENSE | ||
| README.md | ||
| craftitems.lua | ||
| init.lua | ||
| mod.conf | ||
| screenshot.png |
README.md
- Flower Bushes Flower Bushes mod for Minetest by LadyK.
-- Description This mod adds flowering bushes to the game. Something that I feel has been lacking.
-- Depends default dyes? hedges? ethereal? technic?
-- If using Flower Bushes with Shara's Hedges mod, add this definition to her mod's file:
hedges.register_hedge("mod_name:hedge_name", {
texture = "texture.png",
material = "mod_name:material_name",
})
-- Credits Special Thanks to:
- Agura (aka xXAguraXx) for the inspiration to create this mod.
- CalebJ, GreenDimond, and NathanS for giving me modding advice.
- Shara RedCat for Hedges mod, that contributed to the idea of how this mod could be used.
- The creator of the default:blueberry_bush which also contributed to the idea of how this mod works and should be used.
- Rubenwardy for the Minetest Modding Book.
- A lot of other modders whose codes I looked at to compare and see how things were written.
-- Links
- Hedges Mod on Minetest Forum(https://forum.minetest.net/viewtopic.php?t=20427) or GitHub (https://github.com/Ezhh/hedges)
- Minetest Modding Book (https://rubenwardy.com/minetest_modding_book/en/index.html)