Juraj Vajda f1bf4aef56 Add check for no_silktouch group | 2 år sedan | |
---|---|---|
locale | 2 år sedan | |
schematics | 2 år sedan | |
sounds | 3 år sedan | |
textures | 2 år sedan | |
README.md | 2 år sedan | |
api.txt | 2 år sedan | |
biomes.lua | 2 år sedan | |
biomes_init.lua | 2 år sedan | |
compatibility.lua | 3 år sedan | |
crystal.lua | 2 år sedan | |
decor.lua | 2 år sedan | |
depends.txt | 3 år sedan | |
description.txt | 9 år sedan | |
dirt.lua | 2 år sedan | |
extra.lua | 2 år sedan | |
fences.lua | 2 år sedan | |
fishing.lua | 2 år sedan | |
flight.lua | 2 år sedan | |
food.lua | 2 år sedan | |
init.lua | 2 år sedan | |
leaves.lua | 2 år sedan | |
license.txt | 3 år sedan | |
lucky_block.lua | 2 år sedan | |
mod.conf | 3 år sedan | |
onion.lua | 2 år sedan | |
ores.lua | 2 år sedan | |
plantlife.lua | 2 år sedan | |
plantpack.lua | 2 år sedan | |
sapling.lua | 2 år sedan | |
schems.lua | 2 år sedan | |
screenshot.jpg | 2 år sedan | |
sealife.lua | 2 år sedan | |
settings.conf_example | 3 år sedan | |
settingtypes.txt | 2 år sedan | |
stairs.lua | 2 år sedan | |
strawberry.lua | 2 år sedan | |
water.lua | 2 år sedan | |
wood.lua | 2 år sedan |
This mod is named ethereal
, it produces huge amount of new biomes
overriding defaults, many new items and features that spice up gameplay.
Known as Ethereal NG (next-generation) it give players that little something extra to look for while exploring the world.
Forum Topic https://forum.minetest.net/viewtopic.php?f=11&t=14638
TODO:
It provides 47 new lucky blocks if the mod is detected.
Make sure you are using Minetest 0.4.16+ and start a new world (anything but v6), then enable Ethereal in the mods list. Ethereal has been designed to work alongside with those mods:
farming
mobs
backedclay
Also those more as optional:
lucky_block
name setting | Description | values | default |
---|---|---|---|
ethereal.leaftype | 2D plantlike leaves (0) or 3D (1) | int | 0 |
ethereal.leafwalk | Walkable leaves | bool | false |
ethereal.cavedirt | Caves cut through dirt | bool | true |
ethereal.torchdrop | Torches drop when in water | bool | true |
ethereal.papyruswalk | Papyrus and Bamboo are walkable | bool | true |
ethereal.lilywalk | Lilypads are walkable | bool | true |
ethereal.xcraft | Enable X-Craft cheats | bool | true |
ethereal.flight | Enable Flight Potion | bool | true |
ethereal.glacier | Glacier biome, 1=on / 0=off | int | 1 |
ethereal.bambo | Bamboo biome, 1=on / 0=off | int | 1 |
ethereal.mesa | Mesa biome, 1=on / 0=off | int | 1 |
ethereal.alpine | Alpine biome, 1=on / 0=off | int | 1 |
ethereal.healing | Healing Tree biome, 1=on / 0=off | int | 1 |
ethereal.snowy | Pine Tree biome, 1=on / 0=off | int | 1 |
ethereal.frost | Blue Frost biome, 1=on / 0=off | int | 1 |
ethereal.grassy | Grassy biome, 1=on / 0=off | int | 1 |
ethereal.caves | Desertstone biome, 1=on / 0=off | int | 1 |
ethereal.grayness | Grey Willow biome, 1=on / 0=off | int | 1 |
ethereal.grassytwo | GrassyTwo biome, 1=on / 0=off | int | 1 |
ethereal.prairie | Prairie biome, 1=on / 0=off | int | 1 |
ethereal.jumble | Jumble biome, 1=on / 0=off | int | 1 |
ethereal.junglee | Jungle biome, 1=on / 0=off | int | 1 |
ethereal.desert | Desert biome, 1=on / 0=off | int | 1 |
ethereal.grove | Banana Grove biome, 1=on / 0=off | int | 1 |
ethereal.mushroom | Mushroom biome, 1=on / 0=off | int | 1 |
ethereal.sandstone | Sandstone biome, 1=on / 0=off | int | 1 |
ethereal.quicksand | Quicksand Bank biome, 1=on / 0=off | int | 1 |
ethereal.plains | Scorched Plains biome, 1=on / 0=off | int | 1 |
ethereal.savanna | Savanna biome, 1=on / 0=off | int | 1 |
ethereal.fiery | Feiry Lava biome, 1=on / 0=off | int | 1 |
ethereal.sandclay | Sandy Clay biome, 1=on / 0=off | int | 1 |
ethereal.swamp | Swamp biome, 1=on / 0=off | int | 1 |
ethereal.sealife | Coral and Seaweed biome, 1=on / 0=off | int | 1 |
ethereal.reefs | MT5 Coral biome, 1=on / 0=off | int | 1 |
ethereal.sakura | Sakura biome, 1=on / 0=off | int | 1 |
ethereal.tundra | Tundra biome, 1=on / 0=off | int | 1 |
ethereal.mediterranean | Mediterranean biome, 1=on / 0=off | int | 1 |
ethereal.flightpotion_duration | Flight Potion Duration seconds | int | 300 |
The mod provides a fishing api, basically is ethereal.add_item(fish, junk, bonus)
,
several examples are at the documentation of api.txt file.
A huge thanks to Chinchow who was the inspiration behind Ethereal and everyone who helped make this mod bigger and better throughout it's release :)
Note: if your Ethereal world does have a few forest fires appearing you can always add this line to your minetest.conf file:
disable_fire = true
Complete details are at the license.txt file.