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:
@ -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
|
||||
}
|
||||
]
|
||||
}
|
@ -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
|
||||
}
|
@ -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
|
||||
}
|
48
kubejs/data/minecraft/loot_tables/blocks/coal_ore.json
Normal file
48
kubejs/data/minecraft/loot_tables/blocks/coal_ore.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
48
kubejs/data/minecraft/loot_tables/blocks/diamond_ore.json
Normal file
48
kubejs/data/minecraft/loot_tables/blocks/diamond_ore.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
48
kubejs/data/minecraft/loot_tables/blocks/emerald_ore.json
Normal file
48
kubejs/data/minecraft/loot_tables/blocks/emerald_ore.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
19
kubejs/data/minecraft/loot_tables/blocks/gold_ore.json
Normal file
19
kubejs/data/minecraft/loot_tables/blocks/gold_ore.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "emendatusenigmatica:gold_chunk"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
19
kubejs/data/minecraft/loot_tables/blocks/iron_ore.json
Normal file
19
kubejs/data/minecraft/loot_tables/blocks/iron_ore.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "emendatusenigmatica:iron_chunk"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
56
kubejs/data/minecraft/loot_tables/blocks/lapis_ore.json
Normal file
56
kubejs/data/minecraft/loot_tables/blocks/lapis_ore.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
56
kubejs/data/minecraft/loot_tables/blocks/redstone_ore.json
Normal file
56
kubejs/data/minecraft/loot_tables/blocks/redstone_ore.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user