1
0
Fork
You've already forked ebiomes
0
[yams fork] Vanilla themed extra biomes for minetest | Upstream: https://github.com/CowboyLva/ebiomes
  • Lua 97.8%
  • TypeScript 2.2%
jara25 af4f61fd06 Merge branch 'master' into yams
While merging, resolve minor conflicts related to changing all
instances of 'minetest' to 'core' throughout the mod.
2026年03月14日 21:19:46 -07:00
locale Version 1.5.4 2026年03月14日 06:56:49 +02:00
schematics Version 1.5.1 2024年07月14日 09:35:08 +03:00
textures Version 1.5.4 2026年03月14日 06:56:49 +02:00
animalworld.lua Version 1.5.4 2026年03月14日 06:56:49 +02:00
arids.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
bamboo.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
buffers.lua Version 1.5.4 2026年03月14日 06:56:49 +02:00
bugs.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
coldnswamps.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
cowberries.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
extensions.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
forgotten_monsters.lua Update forgotten_monsters.lua 2024年10月19日 21:49:06 +03:00
globals.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
init.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
jprainforest.lua Version 1.5.4 2026年03月14日 06:56:49 +02:00
jsavanna.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
license.txt Version 1.5.4 2026年03月14日 06:56:49 +02:00
mediterranean.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
mobs.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
mod.conf Update mod.conf for ContentDB 2024年07月12日 15:54:21 +03:00
nssm.lua Version 1.5.4 2026年03月14日 06:56:49 +02:00
README.txt Version 1.5.4 2026年03月14日 06:56:49 +02:00
rereg.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
savanna.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
screenshot.png Added the proper resolution image 2022年07月06日 22:30:55 +03:00
settingtypes.txt Disabling mobs 2024年09月18日 14:23:16 +03:00
steppes.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00
trainforest.lua Version 1.5.4 2026年03月14日 06:56:49 +02:00
warms.lua Merge branch 'master' into yams 2026年03月14日 21:19:46 -07:00

#########################################
################ebiomes##################
#########################################
Version 1.5.4 - By CowboyLv
## Changes
1.5.4
Updated swamp water
Minor Latvian translation fixes
Removal of depends.txt
Namespace update (minetest.thing is now core.thing)
1.5.3
Toggles for disabling mobs (mobs, forgotten_monsters)
Addition of eatable group
Russian (by adikalon) and Latvian translations
1.5.2
Merged changes by adikalon to eliminate conflicts with nether mods
1.5.1
Added setting descriptions
Implemented a setting to make quagmires generate without cranberries
1.5.0
Added Maple and Oak trees which are found in deciduous forest variants if extensions are enabled(default on)
Made cooking recipes with buckets have the cookable item be placed on top, instead of right
Added dyes to flowers - Credit to Skivling
Added sands with debris
Reworked reregistration so it only affects snowy grassland without touching other mods.
1.4.1
Implemented a light mapgen(decorations) toggle to reduce mapgen lag on the denser biomes
1.4.0
Biomes
Jungle Savanna - Biome between Humid Savanna and Rainforest
Temperate Rainforest - Thick wet forest found near various Temperate forest biomes, has beech tree
Grassland and Deciduous Forest extensions that blend with nearby biomes
Color adjustments in steppes and warm grass biomes
Various tweaks and fixes
1.3.0
Code refactor - Biomes made before 1.2.0 release are now toggleable, closely related biomes are lumped into groups.
Cowberries can also be now disabled, disabling them will disable reregistering of decorations even if reregistering toggle is set to enabled. (Since they are the only reason for that to begin with)
Support for nssm. However nssm seems to significantly slow down mapgen, even when it's the only mod active. Therefore it's recommended only for the biggest fans of it. Support toggle can be left on, it's fine as long as nssm isn't actually loaded.
Player can now also disable buffer biomes. (Since 1.2.0 there were only two Sandstone Desert Buffer and Cold Desert Buffer)
Slight adjustments to mob spawns - e.g. Bunnies now spawn in more biomes.
1.2.3
Typo fixes
Uppdated grassland code with normal_grass group to match current minetest game versions
Wilhelmines Animal World (animalworld) by liil support
1.2.2
Warm steppe underground parameters fixed, small general cleanup.
Before version bump - Reeds fixed and cranberries retexture.
1.2.1
Humid Savanna ground layer fix.
Added settings for Humid Savanna and Japanese Rainforest.
1.2.0
Added Humid Savanna and Japanese Rainforest biomes.
Bamboo - Can be turned off if need be. (Don't do this on worlds where it was on)
Filled in missing aliases.
Removed 2 "biome fillers"(Humid Rainforest, Humid Deiciduous Forest). Those do not add anything, they merelly fill space with a preexisting biome to prevent abnormalities.
Tweaks in arid grasslands. Colors and Cool Arid Grassland now has more grass.
1.1.2
Added a setting to disable reregistering decorations, so that the mod can be made compatible with other biome mods.
1.1.1
Reduced the unregisters.
Previously reregister.lua unregistered all biomes, ore and decorations before reregistering them.
Now it unregisters and reregisters decorations only.
1.1.0
Reworked swamp - Now has 2 parts. Swampland and Bog.
1.0.1
Added Forgotten Monsters by DuckGo support.
## General 
This is a vanilla themed mod for minetest game, designed to bring vanilla like biomes with least amount of changes to the vanilla minetest.
Several popular mods are supported - bonemeal, mobs_animal, mobs_monster, mobs_npc, mob_horse, moreblocks, flowerpot
Post 1.0.0 - forgotten_monsters, animalworld, nssm
As of 1.2.0 the player can disable bamboo in Extra Biomes modmenu, either as a preference.
Or if a different mod will be used for adding bamboo.
Some biomes depend on others like:
Jungle Savanna - Humid Savanna
Temperate Rainforest - Cold and Warm Deciduous Forests
Extensions - Cold Deciduous, Warm Deciduous, Steppes
Don't use v6 mapgen, everything else is fine.
## Additions
- Deciduous forest variants - Warm and Cold Deciduous forests
- A swamp biome on humid Cold Deciduous Forest zones near sea level.
- Mediterranean biome.
- Dry grasslands - Found between grasslands and deserts
- Warm grassland - Intended as a transition biome
- Steppes - Between Grassland and Snowy Grassland
- Bog - Internal Swamp biome (1.1.0)
- Humid Savanna (1.2.0)
- Japanese Rainforest (1.2.0)
- Jungle Savanna (1.4.0)
- Temperate Rainforest (1.4.0)
- Grassland and Deciduous Forest Extensions (1.4.0)
## Notes
Tips:
Bonemeal mod is highly recommended
There is a hurful bush in game which can only be cut with bronze or a better sword.
Bog is nasty, watch Your step.
As of version 1.2.0 the player can encounter moss patches in the Japanese Rainforest. Those are useful for making mossy cobblestone. Or the player can use bonemeal to grow the occasional moss patch out of the rainforest litter there.
Bamboo patches occur on Japanese and regular Rainforest. (By default)
Things lacking - Fireflies on the mods biomes(a bug on mtg end as of July 13th 2022, the code for them is in the mod)
## Issues
To remove blackberry from snowy_grassland the default mods snowy grassland biome has been reregistered. So far there is no method(dev term, look up the minetest modding wiki or doc folder in install/build minetest directory(not .minetest)) designed to remove or change a single decoration.
Fireflies are bugged outside of mtg. Has been tested in Ethereal as well.
Support for nssm is included but currently not listed in mod.conf because it greatly slows down mapgen as of march 2026. (Some players may be inclined to get all optional mods for something)