Repo for an extended game mode of moneclone2. This is a copy of Age of Engineering (https://legacy.curseforge.com/minecraft/modpacks/age-of-engineering) modpack for minecraft. All creative work was done by davqvist (AoE modpack author) and authors of the mods that ended up in this modepack.
Go to file
Morik666 bb45067a81 Merge pull request 'basic backpacks implementation.' (#1) from backpack into main
Reviewed-on: #1
2023-10-05 00:10:42 +00:00
.gitea Clarify *missing feature request* template 2023-01-01 19:03:34 +00:00
README_locale Update Russian translation. Fix 1. 2023-09-02 15:51:49 +08:00
menu First rebase 2023-10-04 18:54:56 +03:00
mods backpacks implementation. TODO hotkey to open equipped backpack, upgrades for backpack 2023-10-05 03:00:20 +03:00
releasenotes Fix release note 0.84 2023-07-07 23:51:19 +01:00
textures backpacks implementation. TODO hotkey to open equipped backpack, upgrades for backpack 2023-10-05 03:00:20 +03:00
tools Re-organise categories 2023-06-29 17:56:19 +00:00
.editorconfig Basic editorconfig file 2022-12-15 22:57:18 +00:00
.gitignore TOM doc/doc 2023-06-27 21:09:03 +00:00
.luacheckrc Grindstone menu 2023-08-19 18:01:28 +02:00
.luarc.json Smithing Table 2023-08-19 18:01:29 +02:00
API.md Add campfires to the list of working item APIs 2023-02-14 02:25:50 +00:00
CODE_OF_CONDUCT.md Update Code of Conduct email 2022-12-29 23:47:03 +00:00
CONTRIBUTING.md Implement review feedback 2023-06-29 17:56:19 +00:00
CREDITS.md First rebase 2023-10-04 18:54:56 +03:00
GROUPS.md Add "orphaned" leaves nodes. 2022-12-15 22:42:08 +00:00
HOW_TO_PLAY.md Add how to play notes 2023-01-20 15:14:45 +00:00
LEGAL.md move armor trim license info to LEGAL.md 2023-08-28 18:48:37 +02:00
LICENSE Initial commit 2023-10-04 05:01:33 +03:00
LICENSE.txt Move project overall license to GNU GPLv3 2020-05-30 19:34:36 +02:00
MODELS.md Add spaces after #, make the commands monospaced 2023-08-09 12:02:04 +07:00
README.md First rebase 2023-10-04 18:54:56 +03:00
RELEASE.md Add spaces after #, make the commands monospaced 2023-08-09 12:02:04 +07:00
TEXTURES.md minor enhancement to texture documentation 2023-06-29 17:56:19 +00:00
description.txt Update readme files etc. 2023-06-29 17:56:19 +00:00
game.conf First rebase 2023-10-04 18:54:56 +03:00
screenshot.png #41 Remove proprietary textures, update game screenshot 2022-06-19 00:24:33 +02:00
settingtypes.txt Update settingtypes.txt 2023-09-11 19:42:04 +00:00
techages.conf First rebase 2023-10-04 18:54:56 +03:00

README.md

TechAges

A fork of MineClone2 (An unofficial Minecraft-like game for Minetest). It aims at implemeting copy of AoE (https://www.curseforge.com/minecraft/modpacks/age-of-engineering) modepack by davqvist. But in Minetest and with some changes. All creative work was done by original mod's authors.

Gameplay

#TODO

Gameplay summary

#TODO

How to play (quick start)

Getting started

#TODO

Age 0

#TODO

Age 1

#TODO

Additional help

#TODO

Special items

The following items are interesting for Creative Mode and for adventure map builders. They can not be obtained in-game or in the creative inventory.

  • Barrier: mcl_core:barrier

Use the /giveme chat command to obtain them. See the in-game help for an explanation.

Installation

This game requires Minetest to run (version 5.4.1 or later). So you need to install Minetest first. Only stable versions of Minetest are officially supported. There is no support for running TechAges in development versions of Minetest.

To install TechAges (if you haven't already), move this directory into the “games” directory of your Minetest data directory. Consult the help of Minetest to learn more.

#TODO

Target

  • Create a game based on AoE modepack for Minecraft

Completion status

This game is currently in initial stage. It is playable, but not yet feature-complete.

The following main features are available:

  • None yeat ;)

The following features are incomplete:

  • Backpacks
  • Drawers
  • Tinker's furnace & tools
  • Teleportation stones
  • Biom finder

Other readme files

  • LICENSE.txt: The GPLv3 license text
  • API.md: For Minetest modders who want to mod this game
  • CREDITS.md: List of everyone who contributed