
AutoTag
Automatically populates some item, block and other tags (for mod compatibility)
1.20: AutoTag 2.0.2
release7 июля 2023 г.Updated to 1.20 and 1.20.1
1.19.4: AutoTag 2.0.2
release2 июля 2023 г.- Updated to 1.19.4
- Biome precipitation tags now evaluate precipitation at block position 0, 0, 0 (because location-independent precipitation types do not exist anymore)
1.19.3: AutoTag 2.0.2
release16 февраля 2023 г.Updated to 1.19.3
1.19.x: AutoTag 2.0.0
release14 сентября 2022 г.-
Updated to 1.19.x.
-
Now is split into two mods internally: AutoTag API and AutoTag Convention. As a user, you do not need to worry about this.
-
If you're a developer and depend on AutoTag, you'll likely only want to include AutoTag API. Visit https://github.com/apace100/autotag for more information.
-
Automatically excludes
minecraft:sculkfrom thec:orestags as it is not an ore but would be matched to the tag by AutoTag Convention's automaticc:orestag.
I'd like to send huge thanks to Will BL for pulling the major weight of this update, especially for the split into two modules and providing the maven host!
1.18.2: AutoTag 1.1.0
release29 апреля 2022 г.-
Added the following automatic item tags:
c:mining_tools,c:shields,c:weapons,c:melee_weapons,c:ranged_weapons,c:tridents,c:bows,c:crossbows,c:food,c:snacks,c:food_with_effects,c:drinksandc:potions -
The
c:shieldstag will be populated by shields added via FabricShieldLib in addition to shields extending the vanillaShieldItemclass
Refer to the README on GitHub for more information.