私が良いテクスチャを作れるだけ新しい石の種類を追加するMinetest MOD。現在アクティブに開発中。
Go to file
TheOnlyJoeEnderman 8515a1185d white limestone 2022-11-29 07:31:02 +00:00
locale add translation template 2022-11-25 07:04:42 +00:00
textures white limestone 2022-11-29 07:31:02 +00:00
LICENSE.txt add license for wall code. 2022-11-28 05:36:08 +00:00
README.md improve readme 2022-11-28 06:02:16 +00:00
crafting.lua add granite and rose quartz 2022-11-25 01:36:45 +00:00
credits.txt add credits file 2022-11-23 03:01:08 +00:00
init.lua add init file 2022-11-23 02:56:33 +00:00
mapgen.lua add granite and rose quartz 2022-11-25 01:40:53 +00:00
mod.conf made version requirement more lax 2022-11-28 05:52:06 +00:00
nodes.lua register granite, rose quartz 2022-11-25 01:46:23 +00:00
stairs.lua fix optional dependencies, condense licenses to one file 2022-11-28 05:11:36 +00:00
too_many_stones.png add screenshot 2022-11-25 06:37:59 +00:00
wall.lua fix optional dependencies, condense licenses to one file 2022-11-28 05:11:36 +00:00

README.md

Too Many Stones

This mod is in a quite functional state, but not a polished state. It currently features 14 stone types that all spawn in the world, cobble for most of them, and bricks and blocks for all stone types. If your game supplies stairs, you will have access to stairs and slabs. If your game has walls, then you will also get walls for most stone types. The placement of the stones in the mapgen is not final. More stones may be added, and you can put a feature request on ContentDB or the repo for new ones. I probably won't add any boring stones though.

Done: Amazonite-(light green) Bluestone-(dark blue) Calcite-(light grey) Carnotite-(mustard yellow) Greenstone-(dark green) Ilvaite-(black) Kyanite-(light blue) Marble-(white) Scoria-(red) Sugilite-(purple) Blue Granite-(blue) Green Granite-(green) Red Granite-(red) Rose Quartz-(pink)

To Do: Finalize stone spawn locations, blob size, and blob shape Get play testers Add Ores? Find and add ore mods to optional depends