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

Commit

Permalink
Force version bumps on builds, document PSD tag
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Feb 24, 2023
1 parent 01ff01f commit 833ca86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Version
id: version
uses: paulhatch/[email protected]
with:
bump_each_commit: true

publish:
name: Publish
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
import net.minecraft.world.item.Item;

public interface PSDTags {
/**
* Marks an item as a personal shrinking device.
*/
TagKey<Item> ITEM = TagKey.create(Registry.ITEM_REGISTRY, new ResourceLocation(Constants.MOD_ID, "shrinking_device"));
}

0 comments on commit 833ca86

Please sign in to comment.