8000 GitHub - szszss/MigoCraft: [!WIP!] A Minecraft Mod, which looks like UgoCraft...?
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

szszss/MigoCraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MigoCraft
米戈♂克拉夫特 (大雾)

=========

[!WIP!] A Minecraft Mod, which looks like UgoCraft...?
[!制作中!] 一个MinecraftMod,疑似UgoCraft的仿制品...?

MigoCraft is a MCMod wrote by Szszss(a.k.a szszss), a modder and a tutorial-writer. MigoCraft is an open-source mod. It uses MIT License, which allows you not only study it, but also create a branch from it.
MigoCraft是一个MCMod,它的作者是szszss,一个Modder和Mod教程编写者.MigoCraft是一个开源Mod,因为它使用MIT许可证,因此你不但可以自由地阅读它的源代码,还能在你的作品里使用它的代码 - 只要你遵循MIT许可证的协议.

How to deploy it in your Eclipse
如何将项目部署到Eclipse中

Take it easy. Just clone it and link it as a source folder of your MCP project. However, since MigoCraft is a coremod, you have to copy "MigoCraft.jar" to your mcp\jars\mods folder (In another word, your "gameDir" folder).
However, you have to add some codes in your minecraft of MCP project. Add
public Vec3 gravitySource = Vec3.createVectorHelper(0d, -1d, 0d);
in your Entity class.
很简单,只需Clone这个源并将它设为你的Minecraft项目的源代码目录之一即可.不过,由于MigoCraft是一个Coremod,所以你还得把MigoCraft.jar拷贝到你的MCP目录下的jars\mods目录里(换句话说,就是你的"gameDir"设置的目录).
然而,你还需要在你的MCP的minecraft项目中添加一行代码.在你的Entity类中添加:
public Vec3 gravitySource = Vec3.createVectorHelper(0d, -1d, 0d);

About

[!WIP!] A Minecraft Mod, which looks like UgoCraft...?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0