1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Enigmatica configs

This commit is contained in:
2021-01-24 17:10:27 +01:00
parent 5a06719b8a
commit 8d0cd17a27
665 changed files with 12258 additions and 21014 deletions

View File

@ -0,0 +1,47 @@
{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "quark"
},
{
"type": "forge:item_exists",
"item": "quark:red_blossom_sapling"
}
],
"seed": {
"item": "quark:red_blossom_sapling"
},
"categories": ["dirt"],
"growthTicks": 2400,
"display": {
"block": "quark:red_blossom_sapling"
},
"results": [
{
"chance": 0.5,
"output": {
"item": "minecraft:spruce_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.1,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "quark:red_blossom_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}

View File

@ -0,0 +1,8 @@
{
"type": "mekanism:sawing",
"conditions": [{ "modid": "biomesoplenty", "type": "forge:mod_loaded" }],
"input": { "ingredient": { "tag": "biomesoplenty:cherry_logs" } },
"mainOutput": { "item": "biomesoplenty:cherry_planks", "count": 6 },
"secondaryOutput": { "item": "emendatusenigmatica:wood_dust" },
"secondaryChance": 0.25
}

View File

@ -0,0 +1,8 @@
{
"type": "mekanism:sawing",
"conditions": [{ "modid": "biomesoplenty", "type": "forge:mod_loaded" }],
"input": { "ingredient": { "tag": "biomesoplenty:dead_logs" } },
"mainOutput": { "item": "biomesoplenty:dead_planks", "count": 6 },
"secondaryOutput": { "item": "emendatusenigmatica:wood_dust" },
"secondaryChance": 0.25
}

View File

@ -0,0 +1,48 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "emendatusenigmatica:coal_chunk"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:coal"
}
]
}
]
}
]
}

View File

@ -0,0 +1,48 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "emendatusenigmatica:diamond_chunk"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:diamond"
}
]
}
]
}
]
}

View File

@ -0,0 +1,48 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "emendatusenigmatica:emerald_chunk"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:emerald"
}
]
}
]
}
]
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "emendatusenigmatica:gold_chunk"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "emendatusenigmatica:iron_chunk"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@ -0,0 +1,56 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "emendatusenigmatica:lapis_chunk"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4.0,
"max": 9.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:lapis_lazuli"
}
]
}
]
}
]
}

View File

@ -0,0 +1,56 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "emendatusenigmatica:redstone_chunk"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4.0,
"max": 5.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:redstone"
}
]
}
]
}
]
}