mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Diff KubeJS
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,21 @@
|
||||
{
|
||||
"type": "create:blockzapper_upgrade",
|
||||
"pattern": ["SE", "BS"],
|
||||
"key": {
|
||||
"B": {
|
||||
"tag": "forge:ingots/brass"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"E": {
|
||||
"item": "create:handheld_blockzapper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:handheld_blockzapper",
|
||||
"count": 1
|
||||
},
|
||||
"component": "Accelerator",
|
||||
"tier": "Brass"
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "create:blockzapper_upgrade",
|
||||
"pattern": ["E ", "BR"],
|
||||
"key": {
|
||||
"B": {
|
||||
"tag": "forge:ingots/brass"
|
||||
},
|
||||
"R": {
|
||||
"item": "create:refined_radiance"
|
||||
},
|
||||
"E": {
|
||||
"item": "create:handheld_blockzapper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:handheld_blockzapper",
|
||||
"count": 1
|
||||
},
|
||||
"component": "Amplifier",
|
||||
"tier": "Brass"
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "create:blockzapper_upgrade",
|
||||
"pattern": [" B ", "BEB", " B "],
|
||||
"key": {
|
||||
"B": {
|
||||
"tag": "forge:ingots/brass"
|
||||
},
|
||||
"E": {
|
||||
"item": "create:handheld_blockzapper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:handheld_blockzapper",
|
||||
"count": 1
|
||||
},
|
||||
"component": "Body",
|
||||
"tier": "Brass"
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "create:blockzapper_upgrade",
|
||||
"pattern": ["E ", "BR"],
|
||||
"key": {
|
||||
"B": {
|
||||
"tag": "forge:ingots/brass"
|
||||
},
|
||||
"R": {
|
||||
"tag": "forge:dusts/redstone"
|
||||
},
|
||||
"E": {
|
||||
"item": "create:handheld_blockzapper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:handheld_blockzapper",
|
||||
"count": 1
|
||||
},
|
||||
"component": "Retriever",
|
||||
"tier": "Brass"
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "create:blockzapper_upgrade",
|
||||
"pattern": ["GBG", " E "],
|
||||
"key": {
|
||||
"B": {
|
||||
"tag": "forge:ingots/brass"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:glass"
|
||||
},
|
||||
"E": {
|
||||
"item": "create:handheld_blockzapper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:handheld_blockzapper",
|
||||
"count": 1
|
||||
},
|
||||
"component": "Scope",
|
||||
"tier": "Brass"
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "create:blockzapper_upgrade",
|
||||
"pattern": ["GBG", " E "],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "create:chromatic_compound"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:glass"
|
||||
},
|
||||
"E": {
|
||||
"item": "create:handheld_blockzapper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "create:handheld_blockzapper",
|
||||
"count": 1
|
||||
},
|
||||
"component": "Scope",
|
||||
"tier": "Chromatic"
|
||||
}
|
17
kubejs/data/create/recipes/emptying/honey_bottle.json
Normal file
17
kubejs/data/create/recipes/emptying/honey_bottle.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "create:emptying",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:honey_bottle"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"fluid": "resourcefulbees:honey",
|
||||
"amount": 250
|
||||
}
|
||||
]
|
||||
}
|
17
kubejs/data/create/recipes/filling/honey_bottle.json
Normal file
17
kubejs/data/create/recipes/filling/honey_bottle.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "create:filling",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"fluid": "resourcefulbees:honey",
|
||||
"amount": 250
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:honey_bottle"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:bottler",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"fluid": "resourcefulbees:honey",
|
||||
"amount": 250
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "minecraft:honey_bottle"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "thermal:chiller",
|
||||
"ingredient": {
|
||||
"fluid": "resourcefulbees:honey",
|
||||
"amount": 1000
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "minecraft:honey_block"
|
||||
}
|
||||
],
|
||||
"energy": 2000
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "thermal:crucible",
|
||||
"ingredient": {
|
||||
"item": "minecraft:honey_block"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"fluid": "resourcefulbees:honey",
|
||||
"amount": 1000
|
||||
}
|
||||
],
|
||||
"energy": 2000
|
||||
}
|
Reference in New Issue
Block a user