Reimplemented different ore-types for Grantie, Diorite, Andensite. Added material, items and other stuff for each ore. Oregen rebalanced. Fixed Generator for Oregen.

This commit is contained in:
Robert Sosnitzka
2016-12-17 13:28:08 +01:00
parent 851eaabb16
commit f6521cdddf
19 changed files with 187 additions and 56 deletions

View File

@@ -88,6 +88,27 @@
}
}
],
"jaxum_fluid": [
{
"custom": {
"fluid": "jaxum_fluid"
}
}
],
"ovium_fluid": [
{
"custom": {
"fluid": "ovium_fluid"
}
}
],
"terrax_fluid": [
{
"custom": {
"fluid": "terrax_fluid"
}
}
],
"palladium_fluid": [
{
"custom": {

View File

@@ -3,7 +3,7 @@
"defaults": {
"model": "minecraft:cube_all",
"textures": {
"all": "taiga:blocks/ore/karmesinediorite"
"all": "taiga:blocks/block/jauxum"
},
"transform": "forge:default-block"
},

View File

@@ -3,7 +3,7 @@
"defaults": {
"model": "minecraft:cube_all",
"textures": {
"all": "taiga:blocks/ore/karmesinegranite"
"all": "taiga:blocks/ore/jauxum"
},
"transform": "forge:default-block"
},

View File

@@ -3,7 +3,7 @@
"defaults": {
"model": "minecraft:cube_all",
"textures": {
"all": "taiga:blocks/ore/karmesineandensite"
"all": "taiga:blocks/block/ovium"
},
"transform": "forge:default-block"
},

View File

@@ -0,0 +1,18 @@
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_all",
"textures": {
"all": "taiga:blocks/ore/ovium"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [
{}
],
"inventory": [
{}
]
}
}

View File

@@ -0,0 +1,18 @@
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_all",
"textures": {
"all": "taiga:blocks/block/terrax"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [
{}
],
"inventory": [
{}
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB