Skip to content

1.21.6 Release#99

Open
benshan36 wants to merge 1 commit intopop4959:masterfrom
benshan36:master
Open

1.21.6 Release#99
benshan36 wants to merge 1 commit intopop4959:masterfrom
benshan36:master

Conversation

@benshan36
Copy link

Incorporate Worldborderrenderer changes across all mods
Update serverWorld() to world() and serverLevel() to level()
Bump versioning and required versions
Change NeoForge ServerGamePacketListenerImplMixin.java to ServerPlayerMixin due to changes to teleport classes
Make changes to incorporate Forge Eventbus 7 changes

Incorporate Worldborderrenderer changes across all mods
update serverWorld() to world() and serverLevel() to level()
Bump versioning and required versions
Change NeoForge ServerGamePacketListenerImplMixin.java to ServerPlayerMixin due to changes to teleport classes
Copy link
Owner

@pop4959 pop4959 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few minor things after taking an initial glance over the PR. Haven't looked closely at WorldBorderRenderer yet as I would like to compare this later to the vanilla code.

Also, if possible, please adhere to the existing code style as this makes things much easier to review especially in terms of reducing unnecessary diff. E.g. changing line/file endings, changing code indentation, adding/removing 'final' or other keywords, etc.

],
"depends": {
"fabricloader": ">=0.16.7",
"fabricloader": ">=0.16.12",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"fabricloader": ">=0.16.12",
"fabricloader": ">=0.16.14",

14?

private boolean initialized;

public ChunkyBorderForge() {
public ChunkyBorderForge(net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext context) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason this isn't just an import?


public ChunkyBorderForge() {
public ChunkyBorderForge(net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext context) {
var modBusGroup = context.getModBusGroup();
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer avoiding var

@pop4959 pop4959 mentioned this pull request Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants