Bush changing
- Midnight
- Member
- Posts: 48
- Joined: Sun Dec 19, 2021 13:56
- GitHub: MidnightPhantom
- IRC: Dragon
- In-game: Dragon_Abysss
Bush changing
Basically I wanted to make the blueberry bush grow just like the other bushes, so I registered a node called "default:bluberry_bush_stem" and changed the schematic line to the same lines as their are for the other bushes, but the problem is it still keeps growing like before. So I wanted to ask how to spawn a blueberry bush stem simultaneously with the bush leaves while it is generated and as well as when a player spawns it.
- Blockhead
- Member
- Posts: 1073
- Joined: Wed Jul 17, 2019 10:14
- GitHub: Montandalar
- IRC: Blockhead256
- In-game: Blockhead Blockhead256
- Location: Land Down Under
- Contact:
Re: Bush changing
You'll need to change the decoration schematic to one that contains the bush stem node.
Use something like schemedit to edit minetest_game/mods/default/schematics/blueberry_bush.mts. Copy the schematic to a new subdirectory schematics of your world directory, load it with schemedit, make the changes and save back to disk, and copy back to your minetest_game directory.
That should change the bush for both world generation time and sapling growth as they both use the same schematic.
Use something like schemedit to edit minetest_game/mods/default/schematics/blueberry_bush.mts. Copy the schematic to a new subdirectory schematics of your world directory, load it with schemedit, make the changes and save back to disk, and copy back to your minetest_game directory.
That should change the bush for both world generation time and sapling growth as they both use the same schematic.
/˳˳_˳˳]_[˳˳_˳˳]_[˳˳_˳˳\ Advtrains enthusiast | My map: Noah's Railyard | My Content on ContentDB ✝️♂
- Midnight
- Member
- Posts: 48
- Joined: Sun Dec 19, 2021 13:56
- GitHub: MidnightPhantom
- IRC: Dragon
- In-game: Dragon_Abysss
Re: Bush changing
And well I request you to please go look at the mod posted by me, underground biomes, I need the code cause I don't know how to generate an underground biome perfectly with all the surfaces covered with air
- Midnight
- Member
- Posts: 48
- Joined: Sun Dec 19, 2021 13:56
- GitHub: MidnightPhantom
- IRC: Dragon
- In-game: Dragon_Abysss
Re: Bush changing
Thanks for telling otherwise I was really a gonerBlockhead wrote: ↑Fri May 26, 2023 07:53You'll need to change the decoration schematic to one that contains the bush stem node.
Use something like schemedit to edit minetest_game/mods/default/schematics/blueberry_bush.mts. Copy the schematic to a new subdirectory schematics of your world directory, load it with schemedit, make the changes and save back to disk, and copy back to your minetest_game directory.
That should change the bush for both world generation time and sapling growth as they both use the same schematic.
Who is online
Users browsing this forum: No registered users and 4 guests