feat: Add FR translation and Mekanism/Create compatibility + Bump version to 2.1.8
This commit is contained in:
+27
@@ -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
|
||||
}
|
||||
+27
@@ -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"
|
||||
}
|
||||
}
|
||||
+12
@@ -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