Aussieforks / australia

Updated fork of the original Australia mod for Minetest v5.7
Other
1 stars 3 forks source link

Australia - Aussieforks edition

Original mod created by vlapsley, updated for Minetest v5.5.1 by Josselin2. Maintained by Aussieforks (Blockhead/Montandalar and Maverick2797)

Screenshot

Discussion on Minetest Forums

Inspiration

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.

Biomes

Underground

Stone. No change from the default game.

Mangroves

The mangroves of Queensland and Northern Territory. Watch out for crocodiles!

Tasman Sea

Beautiful sandy beaches. You will find lots of Brown and Giant Kelp.

Great Australian Bight

Sandstone cliffs and wild ocean.

Indian Ocean

Sandy beaches and dolphins.

Great Barrier Reef

The most amazing coral reef off the coast of Queensland.

Timor Sea

White sand beaches and palm trees.

Jarrah-Karri Forest

The south-west corner of Western Australia. Forests of Jarrah, Karri and Marri.

Eastern Coasts

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.

Goldfields-Esperence

Hot, dry and lots of nothing in the center and south of Western Australia. Except gold. Lots of gold.

Arnhem Land

Tropical wetlands in the Northern Territory.

Gulf of Carpentaria

Sub-tropical area between Cape York in Queensland and Darwin in the Northern Territory.

Far North Queensland

You'll find the tropical Daintree rainforest near the coastline and eucalypt forests inland along the Cape York Peninsula.

Pilbara

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.

Kimberley

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?

Tasmania

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.

Great Dividing Range

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.

Victorian Forests

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.

Flinders-Lofty

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.

Murray-Darling Basin

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.

Mulga Lands

The Mulga Lands are a bioregion of eastern Australia consisting of dry sandy plains scattered with mulga trees.

Central Australia

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.

Simpson Desert

The area is extremely hot and dry. Famous for it's red sand dunes.

Australian Alps

The highest parts of the Great Dividing Range.

To-do list

Installation

Download

  1. Download the .zip file
  2. Extract the .zip archive with an archive manager (WinZip, 7-zip, gunzip...)
  3. Rename the directory to australia and place it in the /mods directory of Minetest.

Download using Git

  1. Open the terminal (in Linux) or the Git shell (in Windows), and set the working directory (the mods folder) using cd - for example cd /home/vlapsley/.minetest/mods or cd C:\Users\vlapsley\minetest-0.4.13\mods.
  2. Clone (download) Australia: git clone https://github.com/vlapsley/australia.git.
  3. Next time, you can automatically update Australia mod with the same cd command, and git pull origin master.

Use

Mapgen compatibility

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.

Settings

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.

Changelog

0.5.1

0.5.0

0.4.1 (2022-06-29) Josselin2's update

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.

0.4 (2016-05-24)

0.3.1 (2016-04-22)

0.2 (2016-04-13)

0.1 (2016-04-11)

Credits

Code

Sounds

Textures