From bdcbf486924a771faf8106b2bf1023f39b66db2a Mon Sep 17 00:00:00 2001 From: Noxitu <4777470+Noxitu@users.noreply.github.com> Date: Sat, 30 Dec 2023 21:59:15 +0100 Subject: [PATCH] Added 3 missed artifact droppers with Googles of Symmetry in first slot --- .../data/do2_refill/functions/refill_droppers.mcfunction | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Decked Out 2 Refill Datapack/data/do2_refill/functions/refill_droppers.mcfunction b/Decked Out 2 Refill Datapack/data/do2_refill/functions/refill_droppers.mcfunction index 3647a05..6384600 100644 --- a/Decked Out 2 Refill Datapack/data/do2_refill/functions/refill_droppers.mcfunction +++ b/Decked Out 2 Refill Datapack/data/do2_refill/functions/refill_droppers.mcfunction @@ -75,6 +75,15 @@ data modify block -590 -51 1899 Items[].Count set value 64b ## Example Item: "Gem of Greatness (40)" data modify block -601 -50 1890 Items[].Count set value 64b +## Example Item: "Goggles of Symmetry (32)" +data modify block -603 -19 1924 Items[].Count set value 64b + +## Example Item: "Goggles of Symmetry (32)" +data modify block -613 -19 1889 Items[].Count set value 64b + +## Example Item: "Goggles of Symmetry (32)" +data modify block -629 -19 1920 Items[].Count set value 64b + ## Example Item: "Golden Eye (34)" data modify block -580 -11 1892 Items[].Count set value 64b diff --git a/README.md b/README.md index 045511a..d5fa272 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Adds an area with two right-clickable signs, that can be used for dungeon mainte For more automation you can put `function do2_refill:refill_droppers` in a command block and connect it to some existing redstone (e.g. to the button at `-561 115 1974`). -Download `.zip` here: [do2_refill.zip](https://github.com/Noxitu/Decked-Out-2-Datapacks/releases/download/do2_refill_v1.1.1/do2_refill.zip) +Download `.zip` here: [do2_refill.zip](https://github.com/Noxitu/Decked-Out-2-Datapacks/releases/download/do2_refill_v1.2/do2_refill.zip)