Skip to content

Commit

Permalink
Make this load on ultramine (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glease authored Dec 17, 2021
1 parent ec33e9e commit 2f9bd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mods/natura/Natura.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import net.minecraftforge.event.world.ChunkDataEvent;
import net.minecraftforge.oredict.OreDictionary;

@Mod(modid = "Natura", name = "Natura", version = "GRADLETOKEN_VERSION", acceptedMinecraftVersions = "[1.7.10]", dependencies = "required-after:Mantle")
@Mod(modid = "Natura", name = "Natura", version = "GRADLETOKEN_VERSION", acceptedMinecraftVersions = "[1.7.10]", dependencies = "required-after:Mantle;after:TConstruct")
public class Natura {
/* Proxies for sides, used for graphics processing */
@SidedProxy(clientSide = "mods.natura.client.NProxyClient", serverSide = "mods.natura.common.NProxyCommon")
Expand Down

0 comments on commit 2f9bd14

Please sign in to comment.