feat: Version 2.1.7 - Mekanism Compatibility & Ore Rebalance
- Added Forge tags (forge:ores/*) for all ores - Added Shik Mekanism Enrichment recipe for Shard Diamond - Rebalanced Lapis (0-32, 2x) and Diamond (Deepslate 6x) to match Vanilla - Reduced Shard Diamond vein sizes for rarity - Updated Biome Scanner & /ores to display Y-levels - Fixed Shard Diamond Boots crafting recipe
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "custom_ore_gen:block/concentrateddiamondore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "custom_ore_gen:block/deepslatediamondore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -14,7 +14,7 @@
|
||||
"block.custom_ore_gen.deepslateironore": "Deepslate iron ore",
|
||||
"item.custom_ore_gen.sharddiamondaxe": "Sharddiamondaxe",
|
||||
"block.custom_ore_gen.deepslatesharddiamondore": "Deepslate shard diamond ore",
|
||||
"block.custom_ore_gen.concentrateddiamondore": "Concentrated diamond ore",
|
||||
"block.custom_ore_gen.deepslatediamondore": "Deepslate diamond ore",
|
||||
"item.custom_ore_gen.shardironore": "Shard iron ore",
|
||||
"item.custom_ore_gen.diamondshard": "Diamond shard",
|
||||
"block.custom_ore_gen.deepslatepuregoldenore": "Deepslate pure golden ore",
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "custom_ore_gen:block/concentrateddiamondore",
|
||||
"parent": "custom_ore_gen:block/deepslatediamondore",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [
|
||||
Reference in New Issue
Block a user