Skip to content

Commit

Permalink
Fixed wings not working on contraptions
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Oct 16, 2023
1 parent f95be0e commit ba64881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import net.minecraft.world.entity.Entity
object CreateCompat {

private val contraptionClass = runCatching {
Class.forName("com.simibubi.create.content.contraptions.components.structureMovement.AbstractContraptionEntity")
Class.forName("com.simibubi.create.content.contraptions.AbstractContraptionEntity")
}.getOrNull()

@JvmStatic
Expand Down

0 comments on commit ba64881

Please sign in to comment.