Skip to content

Commit

Permalink
change that allows me to run the game, isolated to one commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Aug 26, 2021
1 parent 121e365 commit 977e818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {

forge "net.minecraftforge:forge:${minecraft_version}-${forge_version}"

modImplementation ("com.github.Reforged-Mods:NetherEndBiomeInjector:1a6287") //d7bc649383
modImplementation ("com.github.Reforged-Mods:NetherEndBiomeInjector:33be17904c") //d7bc649383
modCompileOnly ("com.github.Reforged-Mods.Terraform-Reforged:terraform-wood-api-v1:d1712e223d")
modCompileOnly ("com.github.Reforged-Mods.Terraform-Reforged:terraform-shapes-api-v1:d1712e223d")
modRuntime ("com.github.Reforged-Mods.Terraform-Reforged:terraform:d1712e223d")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private void setup(final FMLCommonSetupEvent e) {
e.enqueueWork(() -> {
CinderscapesConfiguredFeatures.init();
});
CinderscapesBiomes.initBiomeAdd();
//CinderscapesBiomes.initBiomeAdd();
NoiseCollisionChecker.init(e);
onInitialize();
ComposterBlock.ITEM_TO_LEVEL_INCREASE_CHANCE.put(CinderscapesItems.BRAMBLE_BERRIES, 0.3f);
Expand Down

0 comments on commit 977e818

Please sign in to comment.