Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotori316 committed Oct 1, 2024
1 parent 4cd292d commit 95d27a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions changelog/1.21.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 21.1.x-latest

* Use Obsidian tags for fabric recipe. This requires fabric newer than or equal to `0.105.0+1.21.1`
* Add tooltip for generator to ensure the block is for creative
* Chunk Destroyer, experimental

# 21.1.x

Expand Down Expand Up @@ -29,6 +28,8 @@
* Implement `No Energy` mode
* Add a storage for debug usage
* Add marker log for Status Checker
* Use Obsidian tags for fabric recipe. This requires fabric newer than or equal to `0.105.0+1.21.1`
* Add tooltip for generator to ensure the block is for creative

# 21.0.x

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected void onRemove(BlockState state, Level level, BlockPos pos, BlockState
@Override
public void appendHoverText(ItemStack stack, Item.TooltipContext context, List<Component> tooltipComponents, TooltipFlag tooltipFlag) {
super.appendHoverText(stack, context, tooltipComponents, tooltipFlag);
tooltipComponents.add(Component.literal("WIP"));
tooltipComponents.add(Component.literal("Experimental"));
}

@NotNull
Expand Down

0 comments on commit 95d27a2

Please sign in to comment.