Correction texture diamond shard ore
@@ -0,0 +1,28 @@
|
||||
modLoader="javafml"
|
||||
loaderVersion="[47,)"
|
||||
license="Not specified"
|
||||
|
||||
[[mods]]
|
||||
modId="custom_ore_gen"
|
||||
version="1.0.0"
|
||||
displayName="custom_ore_gen"
|
||||
displayURL="https://lanro.eu"
|
||||
credits="Created using mod maker MCreator - https://mcreator.net/about"
|
||||
authors="Aulyrius cr\u00E9e via MCreator"
|
||||
description="Changement de la distribution des ressources sur Minecraft, ne pas utilis\u00E9 seul sans KubeJS"
|
||||
|
||||
# Start of user code block mod configuration
|
||||
# End of user code block mod configuration
|
||||
|
||||
[[dependencies.custom_ore_gen]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.20.1]"
|
||||
ordering="AFTER"
|
||||
side="BOTH"
|
||||
|
||||
|
||||
|
||||
|
||||
# Start of user code block dependencies configuration
|
||||
# End of user code block dependencies configuration
|
||||
@@ -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/deepslateironore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "custom_ore_gen:block/deepslatelapisore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "custom_ore_gen:block/deepslatepuregoldenore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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/highemeraldore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "custom_ore_gen:block/ironore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "custom_ore_gen:block/lapisore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "custom_ore_gen:block/loweremeraldore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "custom_ore_gen:block/puregoldenore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "custom_ore_gen:block/redstoneore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "custom_ore_gen:block/sharddiamondblockore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"block.custom_ore_gen.lapisore": "Lapis ore",
|
||||
"block.custom_ore_gen.sharddiamondblockore": "Shard diamond block ore",
|
||||
"block.custom_ore_gen.concentratedcoalore": "Concentrated coal ore",
|
||||
"block.custom_ore_gen.ironore": "Iron 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": "Diamond sparkle, to create tools or to create a diamond ",
|
||||
"block.custom_ore_gen.copperhighore": "Copper high ore",
|
||||
"block.custom_ore_gen.copperlowerore": "deepslate copper ore",
|
||||
"block.custom_ore_gen.loweremeraldore": "Loweremeraldore",
|
||||
"block.custom_ore_gen.deepslateredstoneore": "Deepslate redstone ore",
|
||||
"block.custom_ore_gen.deepslateironore": "Deepslate iron ore",
|
||||
"item.custom_ore_gen.sharddiamondaxe": "Sharddiamondaxe",
|
||||
"block.custom_ore_gen.deepslatesharddiamondore": "Deepslate shard diamond ore",
|
||||
"block.custom_ore_gen.concentrateddiamondore": "Concentrated diamond ore",
|
||||
"item.custom_ore_gen.shardironore": "Shard iron ore",
|
||||
"item.custom_ore_gen.diamondshard": "Diamond shard",
|
||||
"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,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "minecraft:block/coal_ore",
|
||||
"up": "minecraft:block/coal_ore",
|
||||
"north": "minecraft:block/coal_ore",
|
||||
"east": "minecraft:block/coal_ore",
|
||||
"south": "minecraft:block/coal_ore",
|
||||
"west": "minecraft:block/coal_ore",
|
||||
"particle": "minecraft:block/coal_ore"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "minecraft:block/deepslate_diamond_ore",
|
||||
"particle": "minecraft:block/deepslate_diamond_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,8 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "minecraft:block/deepslate_iron_ore",
|
||||
"particle": "minecraft:block/deepslate_iron_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_gold_ore",
|
||||
"particle": "minecraft:block/deepslate_gold_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/emerald_ore",
|
||||
"particle": "minecraft:block/emerald_ore"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "minecraft:block/iron_ore",
|
||||
"particle": "minecraft:block/iron_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/deepslate_emerald_ore",
|
||||
"particle": "minecraft:block/deepslate_emerald_ore"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "minecraft:block/gold_ore",
|
||||
"particle": "minecraft:block/gold_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"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "custom_ore_gen:block/shard_diamond_ore_2",
|
||||
"particle": "custom_ore_gen:block/shard_diamond_ore_2"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -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/deepslateironore",
|
||||
"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/deepslatepuregoldenore",
|
||||
"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,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "custom_ore_gen:item/shard_diamond-removebg-preview"
|
||||
}
|
||||
}
|
||||
@@ -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/ironore",
|
||||
"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/loweremeraldore",
|
||||
"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/puregoldenore",
|
||||
"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,22 @@
|
||||
{
|
||||
"parent": "custom_ore_gen:block/sharddiamondblockore",
|
||||
"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_pickaxe"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/handheld",
|
||||
"textures": {
|
||||
"layer0": "custom_ore_gen:item/shard_diamond_shovel"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 313 B |
|
After Width: | Height: | Size: 502 B |
|
After Width: | Height: | Size: 476 B |
|
After Width: | Height: | Size: 489 B |
|
After Width: | Height: | Size: 349 B |
|
After Width: | Height: | Size: 718 B |
|
After Width: | Height: | Size: 542 B |
|
After Width: | Height: | Size: 446 B |
|
After Width: | Height: | Size: 653 B |
|
After Width: | Height: | Size: 692 B |
|
After Width: | Height: | Size: 386 B |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 385 B |
|
After Width: | Height: | Size: 552 B |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 507 B |
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 395 B |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 840 B |
|
After Width: | Height: | Size: 860 B |
|
After Width: | Height: | Size: 860 B |
|
After Width: | Height: | Size: 259 B |
|
After Width: | Height: | Size: 284 B |
|
After Width: | Height: | Size: 257 B |
@@ -0,0 +1,179 @@
|
||||
|
||||
#==========================
|
||||
# Custom Ore Gem - Configuration
|
||||
#==========================
|
||||
# Ce fichier permet de personnaliser le mod Custom Ore Gem
|
||||
# Modifiez ces valeurs pour ajuster la génération des minerais, les stats des outils et plus encore!
|
||||
|
||||
|
||||
#==========================
|
||||
# Génération des Minerais
|
||||
#==========================
|
||||
[ore_generation]
|
||||
|
||||
# Configuration du Minerai d'Éclats de Diamant
|
||||
[ore_generation.shard_diamond_ore]
|
||||
# Hauteur minimale de génération (par défaut: 0)
|
||||
# Min: -64, Max: 320
|
||||
minHeight = 0
|
||||
# Hauteur maximale de génération (par défaut: 15)
|
||||
# Min: -64, Max: 320
|
||||
maxHeight = 15
|
||||
# Nombre de filons par chunk (par défaut: 1)
|
||||
# Min: 0, Max: 20
|
||||
veinsPerChunk = 1
|
||||
# Taille des filons (par défaut: 8)
|
||||
# Min: 1, Max: 32
|
||||
veinSize = 8
|
||||
|
||||
# Configuration du Minerai de Diamant Concentré
|
||||
[ore_generation.concentrated_diamond_ore]
|
||||
# Nombre de filons par chunk (par défaut: 1)
|
||||
veinsPerChunk = 1
|
||||
# Taille des filons (par défaut: 8)
|
||||
veinSize = 8
|
||||
|
||||
# Configuration du Minerai d'Or Pur
|
||||
[ore_generation.pure_golden_ore]
|
||||
# Nombre de filons par chunk (par défaut: 4)
|
||||
veinsPerChunk = 4
|
||||
# Hauteur minimale de génération (par défaut: 0)
|
||||
minHeight = 0
|
||||
# Hauteur maximale de génération (par défaut: 256)
|
||||
maxHeight = 256
|
||||
|
||||
# Configuration du Minerai de Charbon Concentré
|
||||
[ore_generation.concentrated_coal_ore]
|
||||
veinsPerChunk = 2
|
||||
|
||||
# Configuration des Minerais Impurs
|
||||
[ore_generation.impure_ores]
|
||||
# Nombre de filons de Fer Impur par chunk (par défaut: 2)
|
||||
ironVeinsPerChunk = 2
|
||||
# Nombre de filons d'Or Impur par chunk (par défaut: 2)
|
||||
goldVeinsPerChunk = 2
|
||||
|
||||
# Configuration des Minerais d'Émeraude
|
||||
[ore_generation.emerald_ores]
|
||||
# Nombre de filons de Haut Émeraude par chunk (par défaut: 1)
|
||||
highVeinsPerChunk = 1
|
||||
# Nombre de filons de Bas Émeraude par chunk (par défaut: 1)
|
||||
lowerVeinsPerChunk = 1
|
||||
|
||||
# Configuration des Minerais de Cuivre
|
||||
[ore_generation.copper_ores]
|
||||
# Nombre de filons de Haut Cuivre par chunk (par défaut: 2)
|
||||
highVeinsPerChunk = 2
|
||||
# Nombre de filons de Bas Cuivre par chunk (par défaut: 2)
|
||||
lowerVeinsPerChunk = 2
|
||||
|
||||
|
||||
#==========================
|
||||
# Stats des Outils
|
||||
#==========================
|
||||
[tool_stats]
|
||||
|
||||
# Configuration des Outils en Éclats de Diamant
|
||||
[tool_stats.shard_diamond_tools]
|
||||
# Durabilité de la Pioche (par défaut: 200)
|
||||
# Min: 1, Max: 5000
|
||||
pickaxeDurability = 200
|
||||
# Vitesse de minage de la Pioche (par défaut: 7.0)
|
||||
pickaxeSpeed = 7.0
|
||||
# Dégâts d'attaque de la Pioche (par défaut: 1)
|
||||
pickaxeAttackDamage = 1
|
||||
|
||||
# Durabilité de la Hache (par défaut: 200)
|
||||
axeDurability = 200
|
||||
# Vitesse de minage de la Hache (par défaut: 7.0)
|
||||
axeSpeed = 7.0
|
||||
# Dégâts d'attaque de la Hache (par défaut: 6)
|
||||
axeAttackDamage = 6
|
||||
|
||||
# Durabilité de la Pelle (par défaut: 200)
|
||||
shovelDurability = 200
|
||||
# Vitesse de minage de la Pelle (par défaut: 4.0)
|
||||
shovelSpeed = 4.0
|
||||
# Dégâts d'attaque de la Pelle (par défaut: 2)
|
||||
shovelAttackDamage = 2
|
||||
|
||||
|
||||
#==========================
|
||||
# Drops des Minerais
|
||||
#==========================
|
||||
[drops]
|
||||
|
||||
# Configuration du Minerai d'Éclats de Diamant
|
||||
[drops.shard_diamond_ore]
|
||||
# Nombre minimum d'éclats droppés (par défaut: 1)
|
||||
minDrops = 1
|
||||
# Nombre maximum d'éclats droppés (par défaut: 2)
|
||||
maxDrops = 2
|
||||
# Activer l'enchantement Fortune (par défaut: true)
|
||||
enableFortune = true
|
||||
|
||||
# Configuration du Minerai de Diamant Concentré
|
||||
[drops.concentrated_diamond_ore]
|
||||
# Nombre minimum de diamants droppés (par défaut: 1)
|
||||
minDrops = 1
|
||||
# Nombre maximum de diamants droppés (par défaut: 2)
|
||||
maxDrops = 2
|
||||
# Activer l'enchantement Fortune (par défaut: true)
|
||||
enableFortune = true
|
||||
|
||||
# Configuration du Minerai de Charbon Concentré
|
||||
[drops.concentrated_coal_ore]
|
||||
# Nombre minimum de charbon droppé (par défaut: 2)
|
||||
minDrops = 2
|
||||
# Nombre maximum de charbon droppé (par défaut: 4)
|
||||
maxDrops = 4
|
||||
|
||||
# Configuration du Minerai d'Or Pur
|
||||
[drops.pure_golden_ore]
|
||||
# Nombre minimum de pépites d'or droppées (par défaut: 2)
|
||||
minDrops = 2
|
||||
# Nombre maximum de pépites d'or droppées (par défaut: 4)
|
||||
maxDrops = 4
|
||||
|
||||
# Configuration du Minerai de Charbon de Cendre
|
||||
[drops.ash_coal_ore]
|
||||
# Nombre minimum de charbon de cendre droppé (par défaut: 1)
|
||||
minDrops = 1
|
||||
# Nombre maximum de charbon de cendre droppé (par défaut: 2)
|
||||
maxDrops = 2
|
||||
|
||||
# Configuration des Minerais Impurs
|
||||
[drops.impure_ores]
|
||||
# Configuration du Fer Impur
|
||||
ironMinDrops = 1
|
||||
ironMaxDrops = 2
|
||||
# Configuration de l'Or Impur
|
||||
goldMinDrops = 1
|
||||
goldMaxDrops = 2
|
||||
|
||||
# Expérience droppée par les minerais personnalisés (par défaut: 2)
|
||||
oreExperience = 2
|
||||
|
||||
|
||||
#==========================
|
||||
# Activation des Fonctionnalités
|
||||
#==========================
|
||||
[features]
|
||||
# Activer les Outils en Éclats de Diamant (par défaut: true)
|
||||
enableShardDiamondTools = true
|
||||
# Activer le Minerai d'Éclats de Diamant (par défaut: true)
|
||||
enableShardDiamondOre = true
|
||||
# Activer les Minerais Concentrés (Diamant, Charbon) (par défaut: true)
|
||||
enableConcentratedOres = true
|
||||
# Activer les Minerais Impurs (Fer, Or) (par défaut: true)
|
||||
enableImpureOres = true
|
||||
# Activer le Minerai de Charbon de Cendre (par défaut: true)
|
||||
enableAshCoalOre = true
|
||||
# Activer le Minerai d'Or Pur (par défaut: true)
|
||||
enablePureGoldenOre = true
|
||||
# Activer les Minerais d'Émeraude Personnalisés (Haut, Bas) (par défaut: true)
|
||||
enableCustomEmeraldOres = true
|
||||
# Activer les Minerais de Cuivre Personnalisés (Haut, Bas) (par défaut: true)
|
||||
enableCustomCopperOres = true
|
||||
# Activer les Variantes de Minerais Vanilla (Fer, Redstone, Lapis, etc.) (par défaut: true)
|
||||
enableVanillaOreVariants = true
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:tempered_biomes",
|
||||
"features": "custom_ore_gen:concentratedcoalore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:cold_biomes",
|
||||
"features": "custom_ore_gen:concentrateddiamondore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:hot_biomes",
|
||||
"features": "custom_ore_gen:copperhighore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:hot_biomes",
|
||||
"features": "custom_ore_gen:copperlowerore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:tempered_biomes",
|
||||
"features": "custom_ore_gen:deepslateironore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:cold_biomes",
|
||||
"features": "custom_ore_gen:deepslatelapisore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:hot_biomes",
|
||||
"features": "custom_ore_gen:deepslatepuregoldenore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:hot_biomes",
|
||||
"features": "custom_ore_gen:deepslateredstoneore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": {
|
||||
"type": "forge:any"
|
||||
},
|
||||
"features": "custom_ore_gen:deepslatesharddiamondore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:mountain_biomes",
|
||||
"features": "custom_ore_gen:highemeraldore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:tempered_biomes",
|
||||
"features": "custom_ore_gen:ironore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:cold_biomes",
|
||||
"features": "custom_ore_gen:lapisore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:rare_biomes",
|
||||
"features": "custom_ore_gen:loweremeraldore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:hot_biomes",
|
||||
"features": "custom_ore_gen:puregoldenore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#custom_ore_gen:hot_biomes",
|
||||
"features": "custom_ore_gen:redstoneore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": {
|
||||
"type": "forge:any"
|
||||
},
|
||||
"features": "custom_ore_gen:sharddiamondblockore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:coal",
|
||||
"weight": 1,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:coal_ore",
|
||||
"weight": 1,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "custom_ore_gen:blocks/concentratedcoalore"
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:diamond",
|
||||
"weight": 1,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "custom_ore_gen:concentrateddiamondore",
|
||||
"weight": 1,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "custom_ore_gen:blocks/concentrateddiamondore"
|
||||
}
|
||||