Exit Confirmation

Exit Confirmation

206 Downloads

Fabric Support

rampd2 opened this issue ยท 3 comments

commented

It looks like this mod is forge only?
How difficult is it to port this mod to fabric (and 1.19+)?

I know there are other mods but they have some disadvantages:

commented

I could try to port it, it's not a large mod.

commented
commented

Thank you for that quick development. This is great.

Sadly I don't play in 1.19.1 and above, but just 1.19.
Is there also a 1.19 (1.19.0) variant?

I think it is compatible but when "installed" the fabric loader reports a incompatible mod set.

Replace 'Minecraft' (minecraft) 1.19 with any version between 1.19.2 (inclusive) and 1.20- (exclusive).

detailed error:

Incompatible mod set!
net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
	 - Install forgeconfigapiport, version 4.2.6 or later.
	 - Replace 'Minecraft' (minecraft) 1.19 with any version between 1.19.2 (inclusive) and 1.20- (exclusive).
Unmet dependency listing:
	 - Mod 'Exit Confirmation' (exit_confirm) 2.0.0 requires any version between 1.19.2 (inclusive) and 1.20- (exclusive) of 'Minecraft' (minecraft), but only the wrong version is present: 1.19!
	 - Mod 'Exit Confirmation' (exit_confirm) 2.0.0 requires version 4.2.6 or later of forgeconfigapiport, which is missing!
	at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:190)
	at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:148)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:577)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)