commit b2701b319bd93e04313c5c5b7ae23d870eb3c0c2 Author: DesertMermaid Date: Tue Dec 10 12:41:35 2024 -0800 Opening commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b017fe Binary files /dev/null and b/README.md differ diff --git a/game.conf b/game.conf new file mode 100644 index 0000000..aa6d6cd --- /dev/null +++ b/game.conf @@ -0,0 +1,6 @@ +title = Voxelis +description = Voxelis combines survival, crafting, and adventure with unique mechanics to create a sandbox experience where you can gather, hunt, build, and shape your own story. +disallowed_mapgens = v6, v5 +version=0.00.0001 +release = 1 +author = DesertMermaid diff --git a/menu/header.png b/menu/header.png new file mode 100644 index 0000000..0c9cd0c Binary files /dev/null and b/menu/header.png differ diff --git a/menu/icon.png b/menu/icon.png new file mode 100644 index 0000000..4163ec4 Binary files /dev/null and b/menu/icon.png differ diff --git a/minetest.conf b/minetest.conf new file mode 100644 index 0000000..4222569 --- /dev/null +++ b/minetest.conf @@ -0,0 +1,49 @@ +# ----------------------------------------------------------------------------- +# +# CONFIGURATION FILE +# +# ----------------------------------------------------------------------------- + + + +# ----------------------------------------------------------------------------- +# Inventory +# ----------------------------------------------------------------------------- + +# --- DEATH + +# Sets the behaviour of the inventory items when a player dies. +# grave: Store items in a bone node but drop items if inside protected area. +# drop: Drop items on the ground. +# keep: Player keeps items. +# destroy: Destroy items. +grave_mode = grave + +# The time in seconds after which the grave of a dead player can be looted by +# everyone. +# 0 to disable. +share_grave_time = 1200 + +# How much earlier the grave of a dead player can be looted by +# everyone if the player dies in a protected area they don't own. +# 0 to disable. By default it is "share_grave_time" divide by four. +share_grave_time_early = 300 + +# Set waypoint to the grave position when a player dies. +# No waypoints are set if the player dropped nothing. +grave_waypoint = true + +#--- CRAFTING + +# ----------------------------------------------------------------------------- +# Mobs +# ----------------------------------------------------------------------------- + +# --- PEACEFUL MOBS + + +# --- HOSTILE MOBS + + +# --- MISC + diff --git a/settingtypes.txt b/settingtypes.txt new file mode 100644 index 0000000..e69de29