[screenshots] Updated.

master
Quentin Bazin 2019-01-20 19:09:37 +01:00
parent 9c620efaf3
commit 61ee28fe83
6 changed files with 21 additions and 2 deletions

View File

@ -7,7 +7,14 @@
- OpenMiner is a Minecraft-like game engine.
![](screenshot.png?raw=true)
<details>
<summary>Screenshots</summary>
![](screenshot1.png?raw=true)
![](screenshot2.png?raw=true)
![](screenshot3.png?raw=true)
</details>
## Keys
@ -43,5 +50,5 @@
## Credits
- MadPixel (Minecrafter font) [CC BY-ND]
- xMrVizzy ([Faithful 32x](https://www.curseforge.com/minecraft/texture-packs/faithful-32x) texture pack)
- xMrVizzy ([Faithful 32x](https://www.curseforge.com/minecraft/texture-packs/faithful-32x) texture pack, will completely replace Vanilla textures)

View File

@ -255,6 +255,18 @@ mod:crafting_recipe {
keys = {['#'] = "default:planks"}
}
-- Glowstone
mod:crafting_recipe {
result = {
id = "default:glowstone",
amount = 99
},
pattern = {"#"},
keys = {['#'] = "default:leaves"},
}
-- Iron Ingot
mod:smelting_recipe {
input = {id = "default:ore_iron", amount = 1},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 KiB

BIN
screenshot1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
screenshot2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
screenshot3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB