forked from MineClone5/MineClone5
Merge remote-tracking branch 'origin/master' into testing
This commit is contained in:
commit
6bd5232e18
14
README.md
14
README.md
|
@ -1,9 +1,13 @@
|
||||||
# MineClone 5
|
# 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
|
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
|
### Gameplay
|
||||||
You start in a randomly-generated world made entirely of cubes. You can explore
|
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
|
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.
|
an explanation.
|
||||||
|
|
||||||
## Installation
|
## 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
|
later). So you need to install Minetest first. Only stable versions of Minetest
|
||||||
are officially supported.
|
are officially supported.
|
||||||
There is no support for running MineClone 5 in development versions of Minetest.
|
There is no support for running MineClone 5 in development versions of Minetest.
|
||||||
|
@ -88,7 +92,7 @@ The MineClone 5 repository is hosted at Mesehub. To contribute or report issues,
|
||||||
The main goal of **MineClone 5** is to be a clone of Minecraft and to be released as free software.
|
The main goal of **MineClone 5** is to be a clone of Minecraft and to be released as free software.
|
||||||
|
|
||||||
* **Target of development: Minecraft Java Edition latest version**
|
* **Target of development: Minecraft Java Edition latest version**
|
||||||
* MineClone5 also includes Optifine features supported by the Minetest
|
* MineClone 5 also includes Optifine features supported by the Minetest
|
||||||
* In general, Minecraft is aimed to be cloned as good as possible
|
* In general, Minecraft is aimed to be cloned as good as possible
|
||||||
* Cloning the gameplay has highest priority
|
* Cloning the gameplay has highest priority
|
||||||
* MineClone 5 will use different assets, but with a similar style
|
* MineClone 5 will use different assets, but with a similar style
|
||||||
|
|
|
@ -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])
|
register_oxidation_abm("Copper oxidation", "mcl_stairs:"..s[1].."_copper_"..s[2], "mcl_stairs:"..s[1].."_copper_"..s[3])
|
||||||
end
|
end
|
||||||
local axes = {"wood", "stone", "iron", "gold", "diamond"}
|
local axes = {"wood", "stone", "iron", "gold", "diamond"}
|
||||||
--[[
|
|
||||||
for _, axe in pairs(axes) do
|
for _, axe in pairs(axes) do
|
||||||
register_axe_override(axe)
|
register_axe_override(axe)
|
||||||
end
|
end
|
||||||
]]
|
|
||||||
|
|
Loading…
Reference in New Issue