Skip to content

Commit 0c5ea6d

Browse files
committed
update for 1.9
1 parent 2ae1730 commit 0c5ea6d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
LICENSEという名前のファイルを見てください。
@@ -12,7 +12,7 @@ Licenseはこのリポジトリに対してAdmin以上の権限を持ってい
1212

1313
# Minecraft Mod Cooperation API
1414
This 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
1818
See the LICENSE file.

src/main/java/jp/MinecraftModderJapan/ModCooperationAPI/api/block/ICrop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import net.minecraft.entity.player.EntityPlayer;
44
import net.minecraft.item.ItemStack;
5-
import net.minecraft.util.BlockPos;
5+
import net.minecraft.util.math.BlockPos;
66
import net.minecraft.world.World;
77

88
import java.util.Random;

0 commit comments

Comments
 (0)