Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Andromander committed Feb 22, 2020
1 parent a4f7c56 commit 8bd2f2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 32 deletions.

This file was deleted.

4 changes: 3 additions & 1 deletion src/main/resources/META-INF/gd_at.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
public net.minecraft.item.crafting.RecipeManager func_215366_a(Lnet/minecraft/item/crafting/IRecipeType;)Ljava/util/Map; # getRecipes

public net.minecraft.entity.player.ServerPlayerEntity field_184851_cj # invulnerableDimensionChange
public net.minecraft.entity.player.ServerPlayerEntity field_184851_cj # invulnerableDimensionChange

public net.minecraft.world.biome.provider.BiomeProviderType <init>(Ljava/util/function/Function;Ljava/util/function/Function;)V #constructor
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
modLoader="javafml" #mandatory
loaderVersion="[28,)" #mandatory
loaderVersion="[31,)" #mandatory
issueTrackerURL="https://github.com/Andromander/Gaia-Dimension/issues" #optional

# A list of mods - how many allowed here is determined by the individual mod loader
[[mods]] #mandatory
modId="gaiadimension" #mandatory
version="1.1.2" #mandatory
version="1.3.0" #mandatory
displayName="The Gaia Dimension" #mandatory
updateJSONURL="https://raw.githubusercontent.com/Andromander/Gaia-Dimension/master/update.json" #optional
displayURL="https://www.curseforge.com/minecraft/mc-mods/gaia-dimension" #optional
Expand All @@ -17,12 +17,12 @@ description="Explore the fantastical land of Gaia and uncover the secrets within
[[dependencies.gaiadimension]] #optional
modId="forge" #mandatory
mandatory=true #mandatory
versionRange="[28.1.96,)" #mandatory
versionRange="[31.1.0,)" #mandatory
ordering="NONE"
side="BOTH"
[[dependencies.gaiadimension]]
modId="minecraft"
mandatory=true
versionRange="[1.14.4]"
versionRange="[1.15.2]"
ordering="NONE"
side="BOTH"

0 comments on commit 8bd2f2a

Please sign in to comment.