Prise en charge des emeraudes, correction de bug sur le lapis

This commit is contained in:
felden.r@grenoble.archi.fr
2025-02-24 20:14:56 +01:00
parent 3e2d7a9c22
commit c3b48b530a
134 changed files with 7223 additions and 3943 deletions
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "custom_ore_gen:block/highemeraldore"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "custom_ore_gen:block/loweremeraldore"
}
}
}
@@ -1,23 +1,25 @@
{
"block.custom_ore_gen.lapisore": "Lapis ore",
"block.custom_ore_gen.sharddiamondblockore": "Sharddiamondblockore",
"block.custom_ore_gen.ashcoalore": "Ash coal ore",
"item.custom_ore_gen.ashcoal": "Ash",
"block.custom_ore_gen.concentratedcoalore": "Concentrated coal ore",
"block.custom_ore_gen.impuregoldore": "Impure gold ore",
"block.custom_ore_gen.redstoneore": "Redstone ore",
"block.custom_ore_gen.deepslatelapisore": "Deepslate lapis ore",
"item.custom_ore_gen.sharddiamondpickaxe": "Shard diamond pickaxe",
"item.custom_ore_gen.diamondshard.description_0": "Sert a crée un diamant",
"block.custom_ore_gen.copperhighore": "Copperhighore",
"block.custom_ore_gen.copperlowerore": "deepslate copper ore",
"block.custom_ore_gen.deepslateredstoneore": "Deepslate redstone ore",
"block.custom_ore_gen.deepslatesharddiamondore": "Deepslatesharddiamondore",
"item.custom_ore_gen.sharddiamondaxe": "Shard diamond axe",
"block.custom_ore_gen.deepslateimpuregoldore": "deepslate Impure gold ore",
"block.custom_ore_gen.ashcoalore": "Ash coal ore",
"item.custom_ore_gen.ashcoal": "Ash",
"block.custom_ore_gen.impuregoldore": "Impure gold ore",
"block.custom_ore_gen.redstoneore": "Redstone ore",
"block.custom_ore_gen.deepslatelapisore": "Deepslate lapis ore",
"item.custom_ore_gen.sharddiamondpickaxe": "Shard diamond pickaxe",
"block.custom_ore_gen.loweremeraldore": "Loweremeraldore",
"block.custom_ore_gen.deepslatesharddiamondore": "Deepslatesharddiamondore",
"block.custom_ore_gen.concentrateddiamondore": "Concentrated diamond ore",
"item.custom_ore_gen.diamondshard": "Diamondshard",
"block.custom_ore_gen.deepslateimpuregoldore": "deepslate Impure gold ore",
"block.custom_ore_gen.deepslatepuregoldenore": "Deepslate pure golden ore",
"block.custom_ore_gen.puregoldenore": "Pure golden ore",
"block.custom_ore_gen.highemeraldore": "emerald ore",
"item.custom_ore_gen.sharddiamondshovel": "Shard diamond shovel"
}
@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "minecraft:block/emerald_ore",
"particle": "minecraft:block/emerald_ore"
},
"render_type": "solid"
}
@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "minecraft:block/deepslate_emerald_ore",
"particle": "minecraft:block/deepslate_emerald_ore"
},
"render_type": "solid"
}
@@ -0,0 +1,22 @@
{
"parent": "custom_ore_gen:block/highemeraldore",
"display": {
"thirdperson": {
"rotation": [
10,
-45,
170
],
"translation": [
0,
1.5,
-2.75
],
"scale": [
0.375,
0.375,
0.375
]
}
}
}
@@ -0,0 +1,22 @@
{
"parent": "custom_ore_gen:block/loweremeraldore",
"display": {
"thirdperson": {
"rotation": [
10,
-45,
170
],
"translation": [
0,
1.5,
-2.75
],
"scale": [
0.375,
0.375,
0.375
]
}
}
}