lingyunmo / Lanthanum

"Lanthanum" is a Minecraft mod created with Fabric.It is a project driven by personal interest and is available for Minecraft version 1.19.4.
MIT License
1 stars 2 forks source link

Update lanthanum_portal_frame and some texture #29

Closed lingyunmo closed 8 months ago

lingyunmo commented 8 months ago

Summary by CodeRabbit

coderabbitai[bot] commented 8 months ago

Walkthrough

The recent change in the ModPortal class of the Lanthanum mod in Minecraft is a minor but significant one. The portalBuilder method now uses ModBlocks.LANTHANUM_PORTAL_FRAME as the frame block for the portal, replacing the previous ModBlocks.LANTHANUM_BLOCK. This alteration refines the aesthetics and functionality of the portal.

Changes

File Path Change Summary
.../lanthanum/registry/ModPortal.java The portalBuilder method now uses ModBlocks.LANTHANUM_PORTAL_FRAME instead of ModBlocks.LANTHANUM_BLOCK as the frame block for the portal.

Poem

🍂 As the leaves fall, so do the codes change, 🍁

In the world of Minecraft, isn't it strange? 🎮

A portal frame refined, a block rearranged, 🚪

In the realm of Lanthanum, nothing is out of range. 🌌

On this day in history, a change so small, 📜

Yet it brings joy to us, one and all. 😊

So here's to the coders, standing tall, 💻

Making our virtual adventures enthrall! 🎉


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - If you reply to a *review comment* from CodeRabbit, the bot will automatically respond. - To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment - Note: Review comments are made on code diffs or files, not on the PR overview. - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai help` to get help. - `@coderabbitai resolve` to resolve all the CodeRabbit review comments. Note: For conversation with the bot, please use the review comments on code diffs or files. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`