feat: Add FR translation and Mekanism/Create compatibility + Bump version to 2.1.8
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"block.custom_ore_gen.lapisore": "Minerai de lapis",
|
||||
"block.custom_ore_gen.sharddiamondblockore": "Bloc de minerai d'éclat de diamant",
|
||||
"block.custom_ore_gen.concentratedcoalore": "Minerai de charbon concentré",
|
||||
"block.custom_ore_gen.ironore": "Minerai de fer",
|
||||
"block.custom_ore_gen.redstoneore": "Minerai de redstone",
|
||||
"block.custom_ore_gen.deepslatelapisore": "Minerai de lapis des abîmes",
|
||||
"item.custom_ore_gen.sharddiamondpickaxe": "Pioche en éclat de diamant",
|
||||
"item.custom_ore_gen.diamondshard.description_0": "Éclat de diamant, pour créer des outils ou assembler un diamant",
|
||||
"block.custom_ore_gen.copperhighore": "Minerai de cuivre riche",
|
||||
"block.custom_ore_gen.copperlowerore": "Minerai de cuivre des abîmes",
|
||||
"block.custom_ore_gen.loweremeraldore": "Minerai d'émeraude pauvre",
|
||||
"block.custom_ore_gen.deepslateredstoneore": "Minerai de redstone des abîmes",
|
||||
"block.custom_ore_gen.deepslateironore": "Minerai de fer des abîmes",
|
||||
"item.custom_ore_gen.sharddiamondaxe": "Hache en éclat de diamant",
|
||||
"block.custom_ore_gen.deepslatesharddiamondore": "Minerai d'éclat de diamant des abîmes",
|
||||
"block.custom_ore_gen.deepslatediamondore": "Minerai de diamant des abîmes",
|
||||
"item.custom_ore_gen.shardironore": "Minerai d'éclat de fer",
|
||||
"item.custom_ore_gen.diamondshard": "Éclat de diamant",
|
||||
"block.custom_ore_gen.deepslatepuregoldenore": "Minerai d'or pur des abîmes",
|
||||
"block.custom_ore_gen.puregoldenore": "Minerai d'or pur",
|
||||
"block.custom_ore_gen.highemeraldore": "Minerai d'émeraude",
|
||||
"item.custom_ore_gen.sharddiamondshovel": "Pelle en éclat de diamant",
|
||||
"item.custom_ore_gen.ore_biome_finder": "Détecteur de minerai",
|
||||
"item.custom_ore_gen.sharddiamondhelmet": "Casque en éclat de diamant",
|
||||
"item.custom_ore_gen.sharddiamondchestplate": "Plastron en éclat de diamant",
|
||||
"item.custom_ore_gen.sharddiamondleggings": "Jambières en éclat de diamant",
|
||||
"item.custom_ore_gen.sharddiamondboots": "Bottes en éclat de diamant",
|
||||
"item.custom_ore_gen.sharddiamondpaxel": "Paxel en éclat de diamant",
|
||||
"itemGroup.custom_ore_gen": "Custom Ore Gen"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:concentratedcoalore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 4,
|
||||
"item": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"chance": 0.50,
|
||||
"item": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
],
|
||||
"processingTime": 250
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:copperhighore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 5,
|
||||
"item": "create:crushed_raw_copper"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "create:crushed_raw_copper"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:copperlowerore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 5,
|
||||
"item": "create:crushed_raw_copper"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "create:crushed_raw_copper"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
],
|
||||
"processingTime": 450
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:deepslatediamondore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 2,
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
],
|
||||
"processingTime": 450
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:deepslateironore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 1,
|
||||
"item": "create:crushed_raw_iron"
|
||||
},
|
||||
{
|
||||
"chance": 0.30,
|
||||
"item": "create:crushed_raw_iron"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:deepslatelapisore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 10,
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
},
|
||||
{
|
||||
"chance": 0.50,
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
],
|
||||
"processingTime": 450
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:deepslatepuregoldenore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 3,
|
||||
"item": "create:crushed_raw_gold"
|
||||
},
|
||||
{
|
||||
"chance": 0.50,
|
||||
"item": "create:crushed_raw_gold"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:deepslateredstoneore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 6,
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.50,
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
],
|
||||
"processingTime": 450
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:deepslatesharddiamondore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 2,
|
||||
"item": "custom_ore_gen:diamondshard"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "custom_ore_gen:diamondshard"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
],
|
||||
"processingTime": 450
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:highemeraldore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 2,
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:ironore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 1,
|
||||
"item": "create:crushed_raw_iron"
|
||||
},
|
||||
{
|
||||
"chance": 0.30,
|
||||
"item": "create:crushed_raw_iron"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
],
|
||||
"processingTime": 250
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:lapisore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 10,
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
},
|
||||
{
|
||||
"chance": 0.50,
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:loweremeraldore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 2,
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
],
|
||||
"processingTime": 450
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:puregoldenore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 3,
|
||||
"item": "create:crushed_raw_gold"
|
||||
},
|
||||
{
|
||||
"chance": 0.50,
|
||||
"item": "create:crushed_raw_gold"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
],
|
||||
"processingTime": 250
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:redstoneore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 6,
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.50,
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "custom_ore_gen:sharddiamondblockore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 2,
|
||||
"item": "custom_ore_gen:diamondshard"
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"item": "custom_ore_gen:diamondshard"
|
||||
},
|
||||
{
|
||||
"chance": 0.75,
|
||||
"item": "create:experience_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
],
|
||||
"processingTime": 350
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "mekanism:enriching",
|
||||
"input": {
|
||||
"ingredient": {
|
||||
"item": "custom_ore_gen:concentratedcoalore"
|
||||
}
|
||||
},
|
||||
"output": {
|
||||
"count": 4,
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "mekanism:enriching",
|
||||
"input": {
|
||||
"ingredient": {
|
||||
"item": "custom_ore_gen:ironore"
|
||||
}
|
||||
},
|
||||
"output": {
|
||||
"count": 1,
|
||||
"item": "minecraft:raw_iron"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "mekanism:enriching",
|
||||
"input": {
|
||||
"ingredient": {
|
||||
"item": "custom_ore_gen:puregoldenore"
|
||||
}
|
||||
},
|
||||
"output": {
|
||||
"count": 3,
|
||||
"item": "minecraft:raw_gold"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "mekanism:enriching",
|
||||
"input": {
|
||||
"ingredient": {
|
||||
"item": "custom_ore_gen:sharddiamondblockore"
|
||||
}
|
||||
},
|
||||
"output": {
|
||||
"count": 2,
|
||||
"item": "custom_ore_gen:diamondshard"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user