Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoLezury committed Jul 24, 2024
1 parent 0f1745b commit 87f31a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 1.21 2024-07-24T01:06:09.5298485 Tags for minecraft:item mod id farm_away
5e3f64321ddade1ae8829fe943feba3b9f76ec11 data/farm_away/tags/item/seeds/flame.json
// 1.21 2024-07-24T12:17:49.3158604 Tags for minecraft:item mod id farm_away
e8d9c8ae63868fdfe355432e839d26e1ba3519d3 data/farm_away/tags/item/seeds/flame.json
fdd34af9f633905bed8dc3c5b61a7a971d6a65db data/farm_away/tags/item/seeds/shadow.json
f2c6401609ba18572083a8acd9c36df9c6f2d8b3 data/minecraft/tags/item/hoes.json
d1ea4fd4f335a246cf541b96de4eec1cb66eebfb data/minecraft/tags/item/swords.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"values": [
"farm_away:explosion_potato"
"farm_away:explosion_potato",
"farm_away:strong_carrot"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ protected void addTags(HolderLookup.Provider lookupProvider) {
FAItems.ENHANCED_HOE.get()
);
tag(FAItemTags.FLAME_SEEDS).add(
FAItems.EXPLOSION_POTATO.get()
FAItems.EXPLOSION_POTATO.get(),
FAItems.STRONG_CARROT.get()
);
tag(FAItemTags.SHADOW_SEEDS).add(
FAItems.BLUES_CARROT.get()
Expand Down

0 comments on commit 87f31a7

Please sign in to comment.