mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Port new changes
This commit is contained in:
parent
d3c8718ba9
commit
e5e2708c66
2 changed files with 4 additions and 5 deletions
|
@ -23,7 +23,7 @@ registrate_version = MC1.21-1.3.0+62
|
||||||
|
|
||||||
# Dependency Versions
|
# Dependency Versions
|
||||||
flywheel_minecraft_version = 1.21.1
|
flywheel_minecraft_version = 1.21.1
|
||||||
flywheel_version = 1.0.1
|
flywheel_version = 1.0.1-11
|
||||||
vanillin_version = 1.0.0-beta-11
|
vanillin_version = 1.0.0-beta-11
|
||||||
flywheel_version_range = [1.0.0,2.0)
|
flywheel_version_range = [1.0.0,2.0)
|
||||||
ponder_version = 1.0.39
|
ponder_version = 1.0.39
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
package com.simibubi.create.compat.inventorySorter;
|
package com.simibubi.create.compat.inventorySorter;
|
||||||
|
|
||||||
import com.simibubi.create.compat.Mods;
|
import com.simibubi.create.compat.Mods;
|
||||||
|
|
||||||
import com.simibubi.create.content.logistics.redstoneRequester.RedstoneRequesterMenu.SorterProofSlot;
|
import com.simibubi.create.content.logistics.redstoneRequester.RedstoneRequesterMenu.SorterProofSlot;
|
||||||
|
|
||||||
import net.minecraftforge.eventbus.api.IEventBus;
|
import net.neoforged.bus.api.IEventBus;
|
||||||
import net.minecraftforge.fml.InterModComms;
|
import net.neoforged.fml.InterModComms;
|
||||||
import net.minecraftforge.fml.event.lifecycle.InterModEnqueueEvent;
|
import net.neoforged.fml.event.lifecycle.InterModEnqueueEvent;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compatibility with cpw's InventorySorter.
|
* Compatibility with cpw's InventorySorter.
|
||||||
|
|
Loading…
Add table
Reference in a new issue