Examples
Materials:
A couple of examples of material files for a Modded Metal, a Vanilla Gem, and an Alloy.
Example 1: Aluminum [Modded Metal]
{
"id": "aluminum",
"source": "modded",
"localizedName": "Aluminum",
"processedTypes": [
"ore",
"storage_block",
"ingot",
"nugget",
"raw",
"dust",
"plate",
"gear",
"rod",
"sword",
"pickaxe",
"axe",
"shovel",
"hoe",
"paxel",
"helmet",
"chestplate",
"leggings",
"boots",
"shield",
"cluster",
"fluid",
"slurry",
"crystal",
"shard",
"clump",
"dirty_dust",
"gas",
"crushed_ore"
],
"properties": {
"materialType": "metal",
"harvestLevel": 2,
"isBurnable": true,
"burnTime": 1600,
"isEmissive": true,
"hasOxidization": true
},
"colors": {
"fluidColor": "c5dbed",
"materialColor": "c5dbed",
"gasColor":"98b350",
"oxidizationColor": "781c22"
},
"gas": {
"isBurnable": true,
"burnTime": 40,
"energyDensity": 200,
"isRadioactive": true,
"radioactivity": 0.5,
"isCoolant": true,
"coolantType": "heated",
"thermalEnthalpy": 0.4,
"conductivity": 0.7
},
"compat": {
"create": true,
"occultism": false,
"mekanism": true
}
}Example 2: Lapis Lazuli [Vanilla Gem]
Example 3: Brass [Alloy]
Compats:
A couple of examples of material compat files for a Thermal Expansion, and Create.
Example1: Iridium [Thermal Expansion - Ore and Raw]
Example2: Steel [Thermal Expansion - Alloy]
Example 3: Silver [Create - Ore and Crushed Ore]
Strata:
A couple of examples of strata files for a Modded, and a Vanilla type.
Example 1: Minecraft Sand [Vanilla Type]
Example 2: Undergarden Depthrock [Modded Type]
Deposits:
A couple of examples of deposit files for a Vanilla, a Sphere, and a Geode.
Example 1: Uranium [Vanilla Deposit]
Example 2: Galena [Sphere Deposit]
Example 3: Vanilla Metal in the Undergarden [Geode Deposit]
Example 4: Zinc [Dense Deposit]
Example 5: Arcane [Dike Deposit]
Last updated