Original mod created by vlapsley, updated for Minetest v5.5.1 by Josselin2. Maintained by Aussieforks (Blockhead/Montandalar and Maverick2797)
The inspiration for this mod is my home country, Australia. I've tried to bring the landscape and flora into the game of Minetest. Enjoy and think of visiting Australia next time you travel abroad.
Stone. No change from the default game.
The mangroves of Queensland and Northern Territory. Watch out for crocodiles!
Beautiful sandy beaches. You will find lots of Brown and Giant Kelp.
Sandstone cliffs and wild ocean.
Sandy beaches and dolphins.
The most amazing coral reef off the coast of Queensland.
White sand beaches and palm trees.
The south-west corner of Western Australia. Forests of Jarrah, Karri and Marri.
Amazing beaches, the dazzling Illawarra Flame Tree in your garden, and a monstrous Moreton Bay Fig to pick fruit from. The east coast of Australia is the perfect place to build your holiday house.
Hot, dry and lots of nothing in the center and south of Western Australia. Except gold. Lots of gold.
Tropical wetlands in the Northern Territory.
Sub-tropical area between Cape York in Queensland and Darwin in the Northern Territory.
You'll find the tropical Daintree rainforest near the coastline and eucalypt forests inland along the Cape York Peninsula.
One of the hottest parts of Australia is the north-west of Western Australia. The rocky, gravel surface is red due to the amount of hematite in the ground. You'll find lots of iron ore here. Don't forget to bring plenty of water.
The north-west of Western Australia is where you'll find the odd-shaped Boab Tree. Is it the flora or the chance of diamonds that brought you here?
The island of Tasmania is the most mountainous state in Australia. Much of Tasmania is densely forested. The Tarkine, located in island's far North West, is the largest temperate rainforest area in Australia. In the south you'll find the tallest flowering tree in the world, Eucalyptus Regnans, the Swamp Gum.
The Great Dividing Range is Australia's most substantial mountain range. The range stretches more than 3,500 km (2,175 mi), running the entire length of the eastern coastline.
The cool mountains and southern, central and north-eastern Victoria are dominated by wet eucalypt forests. Blue Gum, White Box and Swamp Gum will all tower over you.
The Flinders-Lofty bioregion in South Australia has a general pattern of mountain ranges, ridges and wide, flat plains. Some of Australia's best wines come from this region.
The Murray–Darling basin is a large geographical area in the interior of southeastern Australia. Its name is derived from its two major rivers, the Murray River and the Darling River. River Red Gum are know to drop large branches, so watch your head when resting in their shade.
The Mulga Lands are a bioregion of eastern Australia consisting of dry sandy plains scattered with mulga trees.
Central Australia, the 'Red Centre', is the place where you will find the most famous monolith, Uluru and it is where the heart of the outback beats.
The area is extremely hot and dry. Famous for it's red sand dunes.
The highest parts of the Great Dividing Range.
/mods
directory of Minetest.cd
- for example cd /home/vlapsley/.minetest/mods
or cd C:\Users\vlapsley\minetest-0.4.13\mods
.git clone https://github.com/vlapsley/australia.git
.cd
command, and git pull origin master
.The Australia mod has been designed specifically for the Valleys mapgen, currently in Minetest 0.4.14. It will work with mapgens v5, v7, flat and fractal, but it won't be as visually appealing. The rivers and temperature/humidity of the Valleys mapgen play a vital role in getting the feel of the Australia mod just right.
You can enable/disable biomes by opening the init.lua file and changing each biome setting to 1
for enabled or 0
for disabled.
This will also disable plants, trees and more that are unique to that biome.
All biomes are enabled by default. Currently, disabling the Underground biome will have no effect.
As of 28 June 2022, the original version of this mod produced a number of annoying errors/warnings on Minetest v5.5.1. Josselin2 updated the code to fix them.
All changes were preceded by '@@@ Josselin2'. These are occasionally being removed because they are recorded here and in the git log and there is no purpose preserving bad old versions of code.
mod.conf
Merged in depends.txt, and then deleted depends.txt
biome_indian_ocean.lua
Removed the duplicate brown kelp ABM (biome_great_australian_bight.lua already provides it)
biome_eastern_coasts.lua
The Warratah schematic generates an "incorrect number of nodes provided in raw schematic data" error. Fixed it
biome_flinders_lofty.lua
The cherry tree was placed in a different biome. This is surely a mistake, so modified it to be placed in the Flinders Lofty biome
Fixed river red gum tree log decoration, which was placed on a non-existent node
biome_goldfields_esperence.lua
For backwards compatibility, did not fix the typo (it should be Esperance)
biome_murray_darling_basin.lua
Fixed river red gum tree log decoration, which was placed on a non-existent node
biome_pilbara.lua
In the iron ore definition, changed the ore to iron (instead of "air", which is surely a mistake)
biome_tasman_sea.lua
Removed the duplicate brown kelp ABM (biome_great_australian_bight.lua already provides it)
biome_tasmania.lua
Fixed typo in the brown mushroom decoration
biome_victorian_forests.lua
Fixed typo in the brown mushroom decoration
noairblocks.lua
Replaced 'water.alpha = 0' with 'water.use_texture_alpha = "opaque"'
nodes.lua
Fixed invalid fields for .inventory_image and .wield_image in several nodes
Fixed typos, climable > climbable, treespaling > treesapling
Replaced 'alpha = 224' with 'use_texture_alpha = "blend"'
Added 'use_texture_alpha = "clip"' to a number of nodes
The mangrove palm had the .description "Mangrove Fern", but there is a separate mangrove fern item. Changed the descriptions
Changed the .description of the submarine chest to "U-Boat" (from U-boot) because most Australians don't speak German as their native language
Removed "australia:fern" and "australia:small_fern" from the not_in_creative_inventory group; it looks like a copy and paste error
saplings.lua
Fixed non-existent schematic list, "aus.schematics.river_oak_tree" (should be "aus.schematics.river_oak_big_tree", matching "aus.schematics.coast_banksia_big_tree")
README.md
Replaced the URL to the screenshot
The rest of this file comprises the original README text.