Rajout de tous les minerais, deux outils qui se fabrique avec les Shard

This commit is contained in:
felden.r@grenoble.archi.fr
2025-02-24 16:13:21 +01:00
parent 05e155fcae
commit 55b9df61fe
335 changed files with 13474 additions and 3143 deletions
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "custom_ore_gen:block/ashcoalore"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "custom_ore_gen:block/concentratedcoalore"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "custom_ore_gen:block/concentrateddiamondore"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "custom_ore_gen:block/copperhighore"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "custom_ore_gen:block/copperlowerore"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "custom_ore_gen:block/deepslatelapisore"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "custom_ore_gen:block/deepslateredstoneore"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "custom_ore_gen:block/deepslatesharddiamondore"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "custom_ore_gen:block/lapisore"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "custom_ore_gen:block/redstoneore"
}
}
}
@@ -1,9 +1,23 @@
{
"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.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",
"item.custom_ore_gen.diamondshard.description_0": "Sert a crée un diamant",
"block.custom_ore_gen.puregoldenore": "Pure golden ore"
"block.custom_ore_gen.puregoldenore": "Pure golden ore",
"item.custom_ore_gen.sharddiamondshovel": "Shard diamond shovel"
}
@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "custom_ore_gen:block/ash_coal_ore",
"particle": "custom_ore_gen:block/ash_coal_ore"
},
"render_type": "solid"
}
@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "custom_ore_gen:block/concentrated_coal",
"up": "custom_ore_gen:block/concentrated_coal",
"north": "custom_ore_gen:block/concentrated_coal",
"east": "custom_ore_gen:block/concentrated_coal",
"south": "custom_ore_gen:block/concentrated_coal",
"west": "custom_ore_gen:block/concentrated_coal",
"particle": "custom_ore_gen:block/concentrated_coal"
},
"render_type": "solid"
}
@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "custom_ore_gen:block/shard_diamond_deepslate_ore",
"particle": "custom_ore_gen:block/shard_diamond_deepslate_ore"
},
"render_type": "solid"
}
@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "minecraft:block/copper_ore",
"up": "minecraft:block/copper_ore",
"north": "minecraft:block/copper_ore",
"east": "minecraft:block/copper_ore",
"south": "minecraft:block/copper_ore",
"west": "minecraft:block/copper_ore",
"particle": "minecraft:block/copper_ore"
},
"render_type": "solid"
}
@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "minecraft:block/deepslate_copper_ore",
"particle": "minecraft:block/deepslate_copper_ore"
},
"render_type": "solid"
}
@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "minecraft:block/deepslate_lapis_ore",
"up": "minecraft:block/deepslate_lapis_ore",
"north": "minecraft:block/deepslate_lapis_ore",
"east": "minecraft:block/deepslate_lapis_ore",
"south": "minecraft:block/deepslate_lapis_ore",
"west": "minecraft:block/deepslate_lapis_ore",
"particle": "minecraft:block/deepslate_lapis_ore"
},
"render_type": "solid"
}
@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "minecraft:block/deepslate_redstone_ore",
"particle": "minecraft:block/deepslate_redstone_ore"
},
"render_type": "solid"
}
@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "custom_ore_gen:block/shard_diamond_ore",
"up": "custom_ore_gen:block/shard_diamond_ore",
"north": "custom_ore_gen:block/shard_diamond_ore",
"east": "custom_ore_gen:block/shard_diamond_ore",
"south": "custom_ore_gen:block/shard_diamond_ore",
"west": "custom_ore_gen:block/shard_diamond_ore",
"particle": "custom_ore_gen:block/shard_diamond_ore"
},
"render_type": "solid"
}
@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "minecraft:block/lapis_ore",
"particle": "minecraft:block/lapis_ore"
},
"render_type": "solid"
}
@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "minecraft:block/redstone_ore",
"particle": "minecraft:block/redstone_ore"
},
"render_type": "solid"
}
@@ -1,8 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "custom_ore_gen:block/shard_diamond_ore",
"particle": "custom_ore_gen:block/shard_diamond_ore"
"all": "custom_ore_gen:block/stone_shard_diamond_ore",
"particle": "custom_ore_gen:block/stone_shard_diamond_ore"
},
"render_type": "solid"
}
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "custom_ore_gen:item/ash_coal"
}
}
@@ -0,0 +1,22 @@
{
"parent": "custom_ore_gen:block/ashcoalore",
"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/concentratedcoalore",
"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/concentrateddiamondore",
"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/copperhighore",
"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/copperlowerore",
"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/deepslatelapisore",
"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/deepslateredstoneore",
"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/deepslatesharddiamondore",
"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/lapisore",
"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/redstoneore",
"display": {
"thirdperson": {
"rotation": [
10,
-45,
170
],
"translation": [
0,
1.5,
-2.75
],
"scale": [
0.375,
0.375,
0.375
]
}
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "custom_ore_gen:item/shard_diamond_axe"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "custom_ore_gen:item/shard_diamond_pickaxe"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "custom_ore_gen:item/shard_diamond_shovel"
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 636 B

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B