Skip to content

Commit

Permalink
All ElectroDynamics ores done
Browse files Browse the repository at this point in the history
Check Soartex_Base_1.20.x
  • Loading branch information
Eleiyas committed May 27, 2024
1 parent efad006 commit 96d76ad
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ElectroDynamics/assets/models/block/deepslateorechromium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/deepslate/chromium"
}
}
6 changes: 6 additions & 0 deletions ElectroDynamics/assets/models/block/deepslateorelithium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/deepslate/lithium"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/deepslate/molybdenum"
}
}
6 changes: 6 additions & 0 deletions ElectroDynamics/assets/models/block/deepslateoresalt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/deepslate/salt"
}
}
6 changes: 6 additions & 0 deletions ElectroDynamics/assets/models/block/deepslateoresylvite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/deepslate/sylvite"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/deepslate/thorianite"
"all": "soartex_base:block/ore/deepslate/thorium"
}
}
6 changes: 6 additions & 0 deletions ElectroDynamics/assets/models/block/deepslateoretitanium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/deepslate/titanium"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/deepslate/vanadinite"
"all": "soartex_base:block/ore/deepslate/vanadium"
}
}
6 changes: 6 additions & 0 deletions ElectroDynamics/assets/models/block/orechromium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/stone/chromium"
}
}
6 changes: 6 additions & 0 deletions ElectroDynamics/assets/models/block/orelithium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/stone/lithium"
}
}
6 changes: 6 additions & 0 deletions ElectroDynamics/assets/models/block/oremolybdenum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/stone/molybdenum"
}
}
6 changes: 6 additions & 0 deletions ElectroDynamics/assets/models/block/oresalt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/stone/salt"
}
}
6 changes: 6 additions & 0 deletions ElectroDynamics/assets/models/block/oresylvite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/stone/sylvite"
}
}
2 changes: 1 addition & 1 deletion ElectroDynamics/assets/models/block/orethorium.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/stone/thorianite"
"all": "soartex_base:block/ore/stone/thorium"
}
}
6 changes: 6 additions & 0 deletions ElectroDynamics/assets/models/block/oretitanium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/stone/titanium"
}
}
2 changes: 1 addition & 1 deletion ElectroDynamics/assets/models/block/orevanadium.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "soartex_base:block/ore/stone/vanadinite"
"all": "soartex_base:block/ore/stone/vanadium"
}
}

0 comments on commit 96d76ad

Please sign in to comment.