forked from MineClone5/MineClone5
Merge remote-tracking branch 'origin/master' into testing
This commit is contained in:
commit
6bd5232e18
12
README.md
12
README.md
|
@ -1,9 +1,13 @@
|
|||
# MineClone 5
|
||||
An unofficial Minecraft-like game for Minetest. Forked from MineClone by davedevils.
|
||||
Developed by many people. Not developed or endorsed by Mojang AB.
|
||||
|
||||
Version: 0.71.5
|
||||
|
||||
MineClone 5 is a fork of MineClone 2 with different workflow:
|
||||
* No Minecraft version limitation, target version is Latest Java Edition
|
||||
* Rapid delivery - small frequent releases with no milestones
|
||||
* Merge by one approval - one other dev must approve the PR
|
||||
|
||||
Survive, gather, hunt, mine for ores, build houses, explore, and do much more.
|
||||
|
||||
### Gameplay
|
||||
You start in a randomly-generated world made entirely of cubes. You can explore
|
||||
the world and dig and build almost every block in the world to create new
|
||||
|
@ -66,7 +70,7 @@ Use the `/giveme` chat command to obtain them. See the in-game help for
|
|||
an explanation.
|
||||
|
||||
## Installation
|
||||
This game requires [Minetest](http://minetest.net) to run (version 5.3.0 or
|
||||
This game requires [Minetest](http://minetest.net) 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 MineClone 5 in development versions of Minetest.
|
||||
|
|
|
@ -169,8 +169,8 @@ for _, s in pairs(stair_oxidation) do
|
|||
register_oxidation_abm("Copper oxidation", "mcl_stairs:"..s[1].."_copper_"..s[2], "mcl_stairs:"..s[1].."_copper_"..s[3])
|
||||
end
|
||||
local axes = {"wood", "stone", "iron", "gold", "diamond"}
|
||||
--[[
|
||||
|
||||
for _, axe in pairs(axes) do
|
||||
register_axe_override(axe)
|
||||
end
|
||||
]]
|
||||
|
||||
|
|
Loading…
Reference in New Issue