File tree Expand file tree Collapse file tree
src/main/java/jp/MinecraftModderJapan/ModCooperationAPI/api/block Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Minecraft Mod Cooperation API
22本APIは食べ物や色といった各modで内容が共通しやすいInterfaceやEnumerationを定義し、modderに提供する事で、mod間の連携を容易にすることを目的とします。
3- 現在は、Minecraft1.8.9のMinecraftForge11.15.1.1722以上の環境で動作させることを想定してコーディングされています 。
3+ 現在は、Minecraft1.9のMinecraftForge12.16.0.1766以上の環境で動作させることを想定してコーディングされています 。
44
55## License
66LICENSEという名前のファイルを見てください。
@@ -12,7 +12,7 @@ Licenseはこのリポジトリに対してAdmin以上の権限を持ってい
1212
1313# Minecraft Mod Cooperation API
1414This API will be used to make your mods to work with other mods easily.
15- Now work on Minecraft1.8. 9 and upper MinecraftForge11.15.1.1722 .
15+ Now work on Minecraft1.9 and upper MinecraftForge12.16.0.1766 .
1616
1717## License
1818See the LICENSE file.
Original file line number Diff line number Diff line change 22
33import net .minecraft .entity .player .EntityPlayer ;
44import net .minecraft .item .ItemStack ;
5- import net .minecraft .util .BlockPos ;
5+ import net .minecraft .util .math . BlockPos ;
66import net .minecraft .world .World ;
77
88import java .util .Random ;
You can’t perform that action at this time.
0 commit comments