Tommsy64 / DenseOres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DenseOres by RWTema


Note: Dense Ores has updated to 1.8. If you are looking for the 1.7 code select the 1.7 from the branch list

Creative Commons Licence
This work is licensed under a Creative Commons Attribution 4.0 International License.

Code is provided without guarantee of being error-free or optimal.


Download of the latest release: Version 1.4.2

If you wish to add another mods ores to the game, you will need to alter the config file. I generally wouldn't recommend doing this if you are a casual player since this can cause issues. It's best to see if there is a modpack that does it properly for you. There is a simple denseores.cfg that includes a number of ores from some common mods here https://github.com/rwtema/DenseOres/blob/master/example_configs/denseores.cfg

You can also find individual example configs for common mods at https://github.com/rwtema/DenseOres/tree/master/example_configs/mods. This will require you to change the ore ids when you add them to your config file. If anyone wishes to add more example configs for common mods, then please feel free to submit a pull request for it.

Older Versions:
Version 1.4.1
Dense Ores 1.4
Dense Ores 1.3
There was no 1.2 version for some reason.
Dense Ores 1.1
Dense Ores 1.1.0

Config Info
S:baseBlock - The ore block that you wish to replace. This is in the form modid:blockname
I:baseBlockMeta - The metadata value for the block (0-15)
S:baseBlockTexture - The ores texture name (as found in assets/modid/textures/blocks)
D:denseOreProbability - Currently unused.
I:renderType - This changes the way the texture generation works (see here for details).
I:retroGenId - Retrogen number. Set it to non-zero to enable retrogen. You can change it to a diffent number to run retrogen again.
S:underlyingBlock - The texture of the base block (usually stone or netherrack), see baseBlockTexture.

About


Languages

Language:Java 100.0%