Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
Allow for 1.8.9 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
TehNut committed Dec 30, 2015
1 parent 430a31c commit f8b19d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import java.util.ArrayList;
import java.util.Set;

@Mod(modid = ModInformation.ID, name = ModInformation.NAME, version = ModInformation.VERSION, dependencies = ModInformation.REQUIRED, guiFactory = ModInformation.GUIFACTORY)
@Mod(modid = ModInformation.ID, name = ModInformation.NAME, version = ModInformation.VERSION, acceptedMinecraftVersions = "[1.8.8,1.8.9]", dependencies = ModInformation.REQUIRED, guiFactory = ModInformation.GUIFACTORY)
public class ResourcefulCrops {

@SidedProxy(clientSide = ModInformation.CLIENTPROXY, serverSide = ModInformation.COMMONPROXY)
Expand Down

0 comments on commit f8b19d5

Please sign in to comment.