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
Kostinatyn Tsiupa a3d2d0631c Seared added 2023-10-19 22:16:01 +03: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 Seared added 2023-10-19 22:16:01 +03: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 Seared added 2023-10-19 22:16:01 +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

Roadmap

Age 0

Backpacks

[+] Can be equipped [+] Open equipped or selected in hotbar [+] Retains given items [+] Retains items on upgrade [+] Forbid putting backpack into backpacks [ ] Equipped backpack can be open by hot key [ ] Add extencions for backpacks [ ] Empty backpack content into inventory (on sneak + use) [ ] Give priority to block usage (rather then open backpack)

Hopper

[ ] Add hopper API upstream [ ] Refactor furnace and alike to use hopper API

Teleportation stones

[ ] Add block to teleport players between visitied blocks [ ] Add to worldgen [ ] Generate names for stones (biom and/or nearby vilages)

Books

[ ] Develop UI for books (scroll pages, return to index, bookmarks?) [ ] Book for game guide [ ] Book for Tinker's mod [ ] Show hints for building multiblocks

Tinker's

Tools

[ ]

Smeltery

[ ] Forbid regular metal smelting [ ] Make UI for smeltery [ ] Allow pouring via drains [ ] Multiblock creation

Craft UI revork (more like JEI)

[ ] List of all items [ ] Search by item name and mod filter [ ] Wishlist of items [ ] Menu with crafting info [ ] Add hot keys (R for recipy, U for usage)

Age 1

#TODO

Additional help

#TODO

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