forked from TAIGA/TAIGA
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:
@@ -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": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"defaults": {
|
||||
"model": "minecraft:cube_all",
|
||||
"textures": {
|
||||
"all": "taiga:blocks/ore/karmesinediorite"
|
||||
"all": "taiga:blocks/block/jauxum"
|
||||
},
|
||||
"transform": "forge:default-block"
|
||||
},
|
||||
@@ -3,7 +3,7 @@
|
||||
"defaults": {
|
||||
"model": "minecraft:cube_all",
|
||||
"textures": {
|
||||
"all": "taiga:blocks/ore/karmesinegranite"
|
||||
"all": "taiga:blocks/ore/jauxum"
|
||||
},
|
||||
"transform": "forge:default-block"
|
||||
},
|
||||
@@ -3,7 +3,7 @@
|
||||
"defaults": {
|
||||
"model": "minecraft:cube_all",
|
||||
"textures": {
|
||||
"all": "taiga:blocks/ore/karmesineandensite"
|
||||
"all": "taiga:blocks/block/ovium"
|
||||
},
|
||||
"transform": "forge:default-block"
|
||||
},
|
||||
18
src/main/resources/assets/taiga/blockstates/ovium_ore.json
Normal file
18
src/main/resources/assets/taiga/blockstates/ovium_ore.json
Normal 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": [
|
||||
{}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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 |
Reference in New Issue
Block a user