From 76a67212a189678b9361237140957fff502fcf56 Mon Sep 17 00:00:00 2001 From: RedDevel2 <61326916+RedDevel2@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:09:25 +0200 Subject: [PATCH] test --- .../config/plugins/FactoryMod/config.yml | 147 ++++++++++++++++++ 1 file changed, 147 insertions(+) diff --git a/containers/paper/config/plugins/FactoryMod/config.yml b/containers/paper/config/plugins/FactoryMod/config.yml index dd33e9ab2..a6d3093d8 100644 --- a/containers/paper/config/plugins/FactoryMod/config.yml +++ b/containers/paper/config/plugins/FactoryMod/config.yml @@ -951,6 +951,7 @@ factories: amount: 4 recipes: - wordbank_item + - crack_easter_egg - repair_station concrete_mixer: type: FCC @@ -6444,6 +6445,152 @@ recipes: plate: material: OAK_TRAPDOOR amount: 1 + crack_easter_egg: + type: RANDOM + name: Crack Easter Egg + production_time: 1s + fuel_consumption_intervall: 4s + input: + fossil: + material: EGG + amount: 1 + name: §dEaster Egg + lore: + - Crack it open for a surprise! + outputs: + #Food--- 60% + egg: + chance: 0.15 + egg: + material: EGG + amount: 8 + carrot: + chance: 0.15 + carrot: + material: CARROT + amount: 16 + apple: + chance: 0.15 + apple: + material: APPLE + amount: 16 + bread: + chance: 0.15 + bread: + material: BREAD + amount: 16 + #Good Loot--- 30% + ironingot: + chance: 0.0375 + ironingot: + material: IRON_INGOT + amount: 2 + goldingot: + chance: 0.0375 + goldingot: + material: GOLD_INGOT + amount: 2 + copperblock: + chance: 0.0375 + copperblock: + material: COPPER_BLOCK + amount: 1 + rabbitfoot: + chance: 0.0375 + rabbitfoot: + material: RABBIT_FOOT + amount: 1 + turtleegg: + chance: 0.0375 + turtleegg: + material: TURTLE_EGG + amount: 1 + rabbitspawnegg: + chance: 0.0375 + rabbitspawnegg: + material: RABBIT_SPAWN_EGG + amount: 1 + goldencarrot: + chance: 0.0375 + goldencarrot: + material: GOLDEN_CARROT + amount: 16 + goldenapple: + chance: 0.0375 + goldenapple: + material: GOLDEN_APPLE + amount: 4 + #Unique--- 10% + recipe1: + chance: 0.01 + recipe1: + material: PAPER + amount: 1 + lore: + - Easter Bread + recipe2: + chance: 0.01 + recipe2: + material: PAPER + amount: 1 + lore: + - Candied Carrots + recipe3: + chance: 0.01 + recipe3: + material: PAPER + amount: 1 + lore: + - Dyed Eggs + recipe4: + chance: 0.01 + recipe4: + material: PAPER + lore: + - Carrot Cake + recipe5: + chance: 0.01 + recipe5: + material: PAPER + amount: 1 + lore: + - Deviled Eggs + recipe6: + chance: 0.01 + recipe6: + material: PAPER + amount: 1 + lore: + - Eggnog + recipe7: + chance: 0.01 + recipe7: + material: PAPER + amount: 1 + lore: + - Advocaat + rabbitpunch: + chance: 0.01 + rabbitkick: + material: RABBIT_FEET + amount: 1 + lore: + - Rabbit Kick! + enchants: + sharpness: + enchant: knockback + level: 2 + diamond: + chance: 0.01 + diamond: + material: DIAMOND + amount: 1 + emerald: + chance: 0.01 + emerald: + material: EMERALD + amount: 1 + print_note: type: PRINTNOTE name: Print Note