mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-18 19:04:23 +01:00
Update fabric-api
This commit is contained in:
parent
9b08e17010
commit
aa1c90d014
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ org.gradle.daemon=false
|
||||||
minecraft_version=1.18.2
|
minecraft_version=1.18.2
|
||||||
yarn_mappings=1.18.2+build.1
|
yarn_mappings=1.18.2+build.1
|
||||||
loader_version=0.13.3
|
loader_version=0.13.3
|
||||||
fabric_version=0.47.8+1.18.2
|
fabric_version=0.58.0+1.18.2
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
group=com.minelittlepony
|
group=com.minelittlepony
|
||||||
|
|
|
@ -2,7 +2,7 @@ package com.minelittlepony.unicopia.container;
|
||||||
|
|
||||||
import com.minelittlepony.unicopia.Unicopia;
|
import com.minelittlepony.unicopia.Unicopia;
|
||||||
|
|
||||||
import net.fabricmc.fabric.impl.screenhandler.ExtendedScreenHandlerType;
|
import net.fabricmc.fabric.api.screenhandler.v1.ExtendedScreenHandlerType;
|
||||||
import net.minecraft.screen.ScreenHandler;
|
import net.minecraft.screen.ScreenHandler;
|
||||||
import net.minecraft.screen.ScreenHandlerType;
|
import net.minecraft.screen.ScreenHandlerType;
|
||||||
import net.minecraft.util.registry.Registry;
|
import net.minecraft.util.registry.Registry;
|
||||||
|
|
Loading…
Reference in a new issue