Skip to content

Commit

Permalink
Hopefully fixes #1
Browse files Browse the repository at this point in the history
Bump version to 2.0.1
  • Loading branch information
Flamarine committed Jun 13, 2022
1 parent 3f659f7 commit 341c84d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yarn_mappings=1.18.2+build.2
loader_version=0.13.3
fabric_kotlin_version=1.7.1+kotlin.1.6.10
fabric_api_version=0.48.0+1.18.2
mod_version=2.0.0
mod_version=2.0.1
omega_config_version=1.2.3-1.18.1

org.gradle.jvmargs=-Xmx4000m
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ object Randore : ModInitializer {
OregenInit.registerOregen()
LOGGER.info("Initialized.")
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object OregenInit {
private val END_RANDOM_ORE_CONFIGURED_FEATURE: ConfiguredFeature<*, *> = ConfiguredFeature(
Feature.ORE, OreFeatureConfig(
BlockMatchRuleTest(Blocks.END_STONE),
BlockInit.NETHER_RANDOM_ORE.defaultState,
BlockInit.END_RANDOM_ORE.defaultState,
Randore.CONFIG.end_random_ore_vein_size
)
)
Expand Down

0 comments on commit 341c84d

Please sign in to comment.