Skip to content

Commit

Permalink
feat: Add Swet Balls to Slimeballs tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Jan 9, 2024
1 parent ad4a68c commit c5ae429
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.4 2024-01-05T19:58:24.7715792 Tags for minecraft:item mod id aether
// 1.19.4 2024-01-09T15:40:04.5766897 Tags for minecraft:item mod id aether
688ae9828b941d1f6760e1e9d3126fac6b99608c data/aether/tags/items/accepted_music_discs.json
b1ab124000a7da5fa5e186c46b51223391f132d9 data/aether/tags/items/accessories.json
99e752628cab3cfc3a63a53fa4d137f0f7f03936 data/aether/tags/items/accessories_capes.json
Expand Down Expand Up @@ -95,6 +95,7 @@ bc9de2bdb11aba0025a16f480e48e231376296ee data/forge/tags/items/fences/wooden.jso
47071da7c265ffd70c41ff2b88a06b237cd784f9 data/forge/tags/items/ores.json
47071da7c265ffd70c41ff2b88a06b237cd784f9 data/forge/tags/items/ore_rates/singular.json
4d0fcd44af39fa4f1950e841827bfde973be863f data/forge/tags/items/rods/wooden.json
59990c003209bd1350c89f0fe3c6037c16e95ae4 data/forge/tags/items/slimeballs.json
01be455b4f57023ac9af8857eb885afcfb917025 data/forge/tags/items/storage_blocks.json
addb62cbd712e3f83c6bbadcbfdf309dc0ee3cc3 data/forge/tags/items/tools.json
194d42fbb36c91ae3f46b107ece7166c78d58625 data/forge/tags/items/tools/bows.json
Expand Down
5 changes: 5 additions & 0 deletions src/generated/resources/data/forge/tags/items/slimeballs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"#aether:swet_balls"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ public void addTags(HolderLookup.Provider provider) {
AetherBlocks.ZANITE_ORE.get().asItem(),
AetherBlocks.GRAVITITE_ORE.get().asItem());
this.tag(Tags.Items.RODS_WOODEN).add(AetherItems.SKYROOT_STICK.get());
this.tag(Tags.Items.SLIMEBALLS).addTag(AetherTags.Items.SWET_BALLS);
this.tag(Tags.Items.STORAGE_BLOCKS).add(
AetherBlocks.AMBROSIUM_BLOCK.get().asItem(),
AetherBlocks.ZANITE_BLOCK.get().asItem());
Expand Down

0 comments on commit c5ae429

Please sign in to comment.