Strata
Note: EE does not come with any pre-configured strata, and therefore creation of strata should be completely done by the modpack developer from scratch.
Locate the
emendatusenigmatica\strata
config folder inside the root config folder.Create a *.json file inside this folder for each strata you wish to add to the game.
Below you will find a more detailed break down of the Strata Data object, and a brief explanation of each data field. An example of a complete strata file can be found here.
Strata Core module:
Used for all registry naming conventions, and should be a unique identifier for each strata.
A Resource Location string of the strata type's texture.
Used for ore registry and data generation of that specific strata.
Used to determine a list of Strata for each ore generation feature.
Used for the generation of the lang (en_us) entries of the strata-based ores.
Determines the harvest tool requirement for the strata ore block. Only Vanilla tools are accepted, and they are the following:
pickaxe
axe
hoe
shovel
Determines the hardness of the strata ore block.
Determines the resistance of the strata ore block.
Determines whether this Strata should be used for Ore Surface Samples.
Last updated