Skip to content

Commit

Permalink
Fix compatibility with new beta Lithium 0.14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Oct 31, 2024
1 parent 08ec14b commit 9968f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion polymer-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {

//modRuntime "supercoder79:databreaker:0.2.7"

modCompileOnly('maven.modrinth:lithium:mc1.21-0.12.7')
modCompileOnly('maven.modrinth:lithium:mc1.21.1-0.14.0-beta.1')

//modCompileOnly ('nl.theepicblock:PolyMc:5.1.0+1.19')
modCompileOnly('com.github.TheEpicBlock:PolyMc:5.6.1') {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package eu.pb4.polymer.core.mixin.compat;

import eu.pb4.polymer.core.api.block.PolymerBlockUtils;
import eu.pb4.polymer.core.api.utils.PolymerUtils;
import eu.pb4.polymer.core.impl.client.InternalClientRegistry;
import me.jellysquid.mods.lithium.common.world.chunk.LithiumHashPalette;
import net.caffeinemc.mods.lithium.common.world.chunk.LithiumHashPalette;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.minecraft.block.BlockState;
Expand Down

0 comments on commit 9968f7c

Please sign in to comment.