From 895cf671238ac5c026eeb95e5f701108f8bf4b2b Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 18 Mar 2022 10:42:43 +0000 Subject: [PATCH] More demo shit --- eco-core/core-plugin/src/main/resources/crates.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/crates.yml b/eco-core/core-plugin/src/main/resources/crates.yml index 753a96e..83cc214 100644 --- a/eco-core/core-plugin/src/main/resources/crates.yml +++ b/eco-core/core-plugin/src/main/resources/crates.yml @@ -106,7 +106,9 @@ crates: display: name: "&bDiamond" item: diamond - lore: [ ] + lore: + - "&fDisplay Chance: &a%chance%%" + - "&fActual Chance: &a%actual_chance%%" row: 3 column: 2 @@ -123,7 +125,9 @@ crates: display: name: "&aEmerald" item: emerald - lore: [ ] + lore: + - "&fDisplay Chance: &a%chance%%" + - "&fActual Chance: &a%actual_chance%%" row: 4 column: 2 @@ -140,6 +144,8 @@ crates: display: name: "very cool demo bedrock" item: bedrock - lore: [ ] + lore: + - "&fDisplay Chance: &a%chance%%" + - "&fActual Chance: &a%actual_chance%%" row: 5 column: 2