Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyyTV committed Dec 10, 2018
1 parent f5b659d commit bd40759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class DimensionalEdibles {
public static final String MCVERSION = "[1.12,1.13)";
public static final String MODID = "dimensionaledibles";
public static final String MODNAME = "Dimensional Edibles";
public static final String DEPENDS = "after:waila;after:theoneprobe;after:jei@[4.12.0.0,)";
public static final String DEPENDS = "after:waila;after:theoneprobe;after:jei@[4.12.0.0,);";
public static final CreativeTabs TAB = new CreativeTabs(MODID) {
@Override
public ItemStack createIcon() {
Expand Down

0 comments on commit bd40759

Please sign in to comment.