3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 3511|回复: 1
打印 上一主题 下一主题

[求助] 新人初次尝试制作mod,貌似服务端的代码有点问题,求大神解惑!~~~

[复制链接]

2

主题

281

帖子

1002

积分

游戏狂人

Rank: 6Rank: 6

贡献度
0
金元
10021
积分
1002
精华
0
注册时间
2014-6-7
跳转到指定楼层
主题
发表于 2016-8-2 16:56 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
问题貌似在preInit阶段,先附上log的2段说明:
[Client thread/ERROR] [FML]: An error occured trying to load a proxy into {serverSide=Frozen_Phoenix.minecraftmods.client.CommonProxy, clientSide=Frozen_Phoenix.minecraftmods.common.ClientProxy}.Frozen_Phoenix.minecraftmods.Powered_Armor
[Client thread/ERROR] [FML]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
我的mod目前就包括1个自定义物品,1个自定义方块,这是我的服务端代码,求教这里代码应该怎么写。。。:
public class CommonProxy
{
        public void preInit(FMLPreInitializationEvent event)
    {
        new ConfigLoader(event);
        new CreativeTabsLoader(event);
        new ItemLoader(event);
        new BlockLoader(event);
    }

    public void init(FMLInitializationEvent event)
    {

    }

    public void postInit(FMLPostInitializationEvent event)
    {

    }
}
另附log完整版。。。

minecraft_mod log.docx

18 KB, 下载次数: 4

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-3-24 06:14 , Processed in 0.028858 second(s), 18 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表