Skip to content

Commit 269f602

Browse files
committed
UD-260225-new ore
1 parent f9a71ed commit 269f602

130 files changed

Lines changed: 2172 additions & 436 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "mia:block/abyss_copper_ore"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "mia:block/abyss_diamond_ore"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "mia:block/abyss_emerald_ore"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "mia:block/abyss_gold_ore"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "mia:block/abyss_iron_ore"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "mia:block/abyss_lapis_ore"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "mia:block/abyss_quartz_ore"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "mia:block/abyss_redstone_ore"
5+
}
6+
}
7+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"variants": {
3+
"dusted=0": {
4+
"model": "mia:block/suspicious_abyss_andesite_0"
5+
},
6+
"dusted=1": {
7+
"model": "mia:block/suspicious_abyss_andesite_1"
8+
},
9+
"dusted=2": {
10+
"model": "mia:block/suspicious_abyss_andesite_2"
11+
},
12+
"dusted=3": {
13+
"model": "mia:block/suspicious_abyss_andesite_3"
14+
}
15+
}
16+
}

src/generated/resources/assets/mia/lang/en_us.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,16 @@
2121
"block.mia.abyss_cobbled_andesite_slab": "Abyss Cobbled Andesite Slab",
2222
"block.mia.abyss_cobbled_andesite_stairs": "Abyss Cobbled Andesite Stairs",
2323
"block.mia.abyss_cobbled_andesite_wall": "Abyss Cobbled Andesite Wall",
24+
"block.mia.abyss_copper_ore": "Abyss Copper Ore",
25+
"block.mia.abyss_diamond_ore": "Abyss Diamond Ore",
26+
"block.mia.abyss_emerald_ore": "Abyss Emerald Ore",
27+
"block.mia.abyss_gold_ore": "Abyss Gold Ore",
28+
"block.mia.abyss_iron_ore": "Abyss Iron Ore",
29+
"block.mia.abyss_lapis_ore": "Abyss Lapis Ore",
2430
"block.mia.abyss_portal": "Abyss Portal",
2531
"block.mia.abyss_portal_frame": "Abyss Portal Frame",
32+
"block.mia.abyss_quartz_ore": "Abyss Quartz Ore",
33+
"block.mia.abyss_redstone_ore": "Abyss Redstone Ore",
2634
"block.mia.abyss_spawner": "Abyss Spawner",
2735
"block.mia.amethyst_lamptube": "Amethyst Lamptube",
2836
"block.mia.artifact_smithing_table": "Artifact Smithing Table",
@@ -122,6 +130,7 @@
122130
"block.mia.stripped_verdant_hyphae": "Stripped Verdant Hyphae",
123131
"block.mia.stripped_verdant_stem": "Stripped Verdant Stem",
124132
"block.mia.sun_stone": "Sun Stone",
133+
"block.mia.suspicious_abyss_andesite": "Suspicious Abyss Andesite",
125134
"block.mia.verdant_button": "Verdant Button",
126135
"block.mia.verdant_door": "Verdant Door",
127136
"block.mia.verdant_fence": "Verdant Fence",

0 commit comments

Comments
 (0)