Skip to content

Commit

Permalink
Remove unnecessary interface on RoomDataAttachments, bump MDG to fix JiJ
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Jun 15, 2024
1 parent 5d0d8f5 commit 13379ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
import net.minecraft.nbt.CompoundTag;
import net.minecraft.server.MinecraftServer;
import net.neoforged.neoforge.attachment.AttachmentHolder;
import net.neoforged.neoforge.attachment.IAttachmentHolder;

import java.nio.file.Path;

public class RoomDataAttachments extends AttachmentHolder implements CMDataFile, CodecHolder<RoomDataAttachments>, IAttachmentHolder {
public class RoomDataAttachments extends AttachmentHolder implements CMDataFile, CodecHolder<RoomDataAttachments> {

private final String roomCode;
private final Codec<RoomDataAttachments> codec;
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ rootProject.name = "Compact Machines 21.0"

dependencyResolutionManagement {
versionCatalogs.create("neoforged") {
version("mdg", "0.1.74")
version("mdg", "0.1.79")
version("neoforge", "21.0.2-beta")

plugin("moddev", "net.neoforged.moddev")
Expand Down

0 comments on commit 13379ac

Please sign in to comment.