Skip to content

Commit

Permalink
updated forge/create/flywheel deps
Browse files Browse the repository at this point in the history
fixes crash with PNC wrenching create blocks in create 0.5.1
  • Loading branch information
desht committed Jul 22, 2023
1 parent e1d6dfa commit 5ddee50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.daemon=false
# Minecraft versions
#########################################################
mc_version=1.19.2
forge_version=43.2.2
forge_version=43.2.21
mappings_version=1.19.2-2022.09.04
forge_version_range=[43.2.0,)
minecraft_version_range=[1.19.2,)
Expand Down Expand Up @@ -44,10 +44,8 @@ thermal_foundation_curse_id=4112137
thermal_innovation_curse_id=4112132
thermal_locomotion_curse_id=4112134
jade_curse_id = 4433884
# 0.5.0f
create_curse_id = 4011414
create_version = 0.5.0.f-15
flywheel_version = 0.6.7-9
create_version = 0.5.1.c-36
flywheel_version = 0.6.9-18
registrate_version = MC1.19-1.1.5
#ae2_version=10.0.0
gamestages_version = 11.0.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package me.desht.pneumaticcraft.common.thirdparty.create;

import com.simibubi.create.content.contraptions.relays.belt.BeltBlock;
import com.simibubi.create.content.contraptions.relays.belt.BeltSlicer;
import com.simibubi.create.content.contraptions.wrench.IWrenchable;
import com.simibubi.create.content.equipment.wrench.IWrenchable;
import com.simibubi.create.content.kinetics.belt.BeltBlock;
import com.simibubi.create.content.kinetics.belt.BeltSlicer;
import me.desht.pneumaticcraft.common.util.PneumaticCraftUtils;
import me.desht.pneumaticcraft.common.util.RayTraceUtils;
import net.minecraft.world.InteractionResult;
Expand Down

0 comments on commit 5ddee50

Please sign in to comment.