常见问题解答:
- 我可以将ZeroCore作为我的模组的依赖项吗?可以。如果您对如何使用它有任何疑问,请在Discord上留言。
- Fabric呢?是的,我正在开发。目前还没有预计完成时间,但它正在开发中。
ZeroCore是一个面向其他模组作者的模组。
它包含处理游戏和Forge基本机制的代码,包括:
- 用于在正确线程上处理网络消息的处理器
- 新的图形用户界面系统
- 一个基础的TileEntity实现,简化了服务器与远程客户端之间的数据同步、更新以及图形用户界面处理
- 用于处理连接纹理的辅助类和方块状态属性
- 支持游戏内配置更改的标准配置处理器
- 标准的矿石生成和重新生成
- 还有更多
它也是经过修订的多方块API的所在地,该API支持多个客户端模组且不会造成性能损失。
MAVEN
ZC可在我的Maven仓库获取:https://maven.zerono.it/
与朋友一起玩或直播你的游戏过程
我与BisectHosting合作啦!
如果您有兴趣搭建一个服务器,与朋友一起玩《极限反应堆》及其他模组或模组包,或者想要一个强大的服务器,以便在YouTube或Twitch上直播游戏过程时使用,点击下方图片即可!
BisectHosting提供 快速、 简单易用 且 高质量 的服务器托管服务,全球有十多个可用地点,确保您和您的朋友享受 低延迟 体验。我自己就使用他们的一台服务器来测试《极限反应堆》并和朋友们一起玩《我的世界》。
他们有 出色的支持团队,能帮助您为您的模组包选择最佳服务器,无论是现有模组包还是您自己整合的模组包。购买后,服务器已配置好并可立即使用。
记得使用优惠码“zero”,作为新客户,在他们任意游戏服务器首月可享受25%的折扣。祝您玩得开心!
联系方式
由于很多人询问,我开设了一个 Discord服务器。在这里可以询问关于我的模组的问题、分享您的反应堆设计并报告问题。您也可以在 Minecraft Forge 的Discord服务器或 Direwolf20 的Discord服务器上找到我。愉快聊天。
模组包、Let's Play以及其他授权
您可以将Zero Core添加到您的模组包中,或者在您的Let's Play/直播中随意使用,无需征求我的许可: 您已获得许可。
如果您愿意,可以在此处或主论坛主题帖发表评论,让我们知道您用这些模组玩出了什么有趣的东西,这样我们都能分享这份乐趣。
未经授权,任何人不得在Curse Forge以外的任何其他网站重新发布我的模组,或其任何部分。如果您愿意,可以从您的网站链接到此页面,让您的用户下载该模组。
关于安全的说明
我们 仅 在Curse客户端或FTB启动器以及以下网站发布我们的模组:
- Curse Forge:https://minecraft.curseforge.com
- Curse:https://mods.curse.com
如果您在其他网站发现我们的模组,请务必知晓它们 并非来自我们,并且我们无法保证您下载的内容使用安全,也无法保证其能在您的《我的世界》版本上正常运行。简而言之:请勿下载 这些文件,始终使用Curse客户端或FTB启动器或Curse/Curse Forge网站。
教程
关于多方块API的教程可在此处获取:
http://zerono.it/zerocore-multiblock-api-tutorial/
虽然不是最新的,但仍然有用。
FAQ:
- Can I use ZeroCore as a dependency of my mod? Yes. Drop on discord if you have any question on how to use it
- Fabric ? Yes, I'm working on it. No ETA yet but it's coming
ZeroCore is a mod intended for other mod authors
It contains code to handle the basic mechanics of the game and Forge, including:
- handlers to process network messages on the correct thread
- new GUI system
- a base TileEntity implementation that simplifiy data syncronization between server and remote clients, updates and GUI handling
- helper classes and blockstate properties to handle connected textures
- standard configuration handler with built-in support for in-game configs changes
- standard ore generator and re-generation
- much more
It's also the home of a revised multiblock API that support multiple client mods without performance penalities
MAVEN
ZC is available on my maven rep: https://maven.zerono.it/
PLAY ALONG WITH YOUR FRIENDS OR STREAM YOUR GAMEPLAY
I've partnered with BisectHosting!
If you're interested in hosting a server to play with Extreme Reactors and other mods or mods pack along with your friends, or in a robust server to play in while you stream your gameplay on You Tube or Twitch, click the image below!
BisectHosting offers quick, simple to use and high quality server hosting with over a dozen locations available across the world, ensuring low latency for you and your friends. I use one of their server myself to test Extreme Reactors and play Minacraft along with my friends.
They've got greath support to help you choose the best server for your mod pack, be that an existing pack or one that you put together yourself. After your purchase, the server is already configured and ready to use.
Remember to use the code "zero" to get 25% off your first month as a new client for any of their gaming servers. Enjoy!
CONTACTS
Since many of you have asked, I've opened a Discord server. Ask questions about my mods, share your Reactors designs and report issues. You can also find me on the Minecraft Forge discord server or the Direwolf20 one. Happy chat.
MODPACKS AND LET'S PLAYs AND OTHER PERMISSIONS
You can add Zero Core to your mod pack or use them in your let's play / live streams to your heart content, no need to ask for my permission: you got it.
If you like, post a comment here or on the main forum thread to let's us know what fun stuff you are doing with the mods so we can all share in the fun.
No one is authorized to repost my mods, or any part of them, on any other website other then Curse Forge. If you wish, you can link to this page from your website to let your users download the mod.
A NOTE ON SAFETY
We release our mods only on the Curse client or the FTB launcher and on the following websites:
- Curse Forge : https://minecraft.curseforge.com
- Curse : https://mods.curse.com
If you found our mods on another website be sure that they do not come from us and we cannot guarantee that you are downloading something safe to use and that will work on your version of Minecraft. To keep things short: do not download those files and always use the Curse client or the FTB launcher or Curse / Curse Forge websites
TUTORIALS
A tutorial about the Multiblock API is available here:
http://zerono.it/zerocore-multiblock-api-tutorial/
It's not up-to-date but still relevant.
本站是资源分享站,资源均来自于互联网和用户自发分享,仅供学习和交流使用。如有版权问题,请联系管理员删除。
操作
创作者
待认领资源
成为此资源的创作者
其他链接
最近更新资源
天煞孤星·魔女的末路
181次下载 | 11 小时前更新
农场物语 - FarmingTales Forge
87次下载 | 11 小时前更新
神秘启旅 ~ Thaum Journey
24次下载 | 5 天前更新
虚饰作品-Fictional
114次下载 | 5 天前更新
剑与王国
523次下载 | 5 天前更新
阿卡迪亚的天启
82次下载 | 5 天前更新
脆骨症 2 - No Flesh Within Chest 2
69次下载 | 1 周前更新
新雾中人恐怖生存---In the Fog(Horror)
49次下载 | 2 周前更新
诡厄:使徒
20次下载 | 2 周前更新
新:模拟大都市
534次下载 | 2 周前更新
香草纪元:食旅纪行
2863次下载 | 2 周前更新
云游四海
55次下载 | 2 周前更新
评论区 (0)
登录 后才能发表评论
快来发表第一条评论吧!