cech12 / UnlitCampfire

Minecraft mod where placed campfires are unlit.
https://www.curseforge.com/minecraft/mc-mods/unlit-campfire
MIT License
2 stars 3 forks source link

Update Fabric version to 1.3.0 #5

Closed JayCeeCreates closed 3 years ago

cech12 commented 3 years ago

Thanks! Looks good to me :)

cech12 commented 3 years ago

Now I have building issues. When I run the gradle build process I got this message:

Execution failed for task ':remapJar'.
> Failed to find accessWidener in fabric.mod.json

Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

But it generates a jar file. I made a new Minecraft instance in MultiMC (1.16.5) and installed the latest Fabric Loader (0.11.6) and installed the Fabric API mod 0.36.0+1.16 and the generated Unlit Campfire jar.

I got these errors on startup: https://pastebin.com/SMutk32R

cech12 commented 3 years ago

After adding the line "accessWidener" : "unlitcampfire.accesswidener" to the fabric.mod.json and run the build process, I got all 4 jars but this message:

Execution failed for task ':remapSourcesJar'.
org/eclipse/core/runtime/IAdaptable has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

The log at startup looks the same as before. There is a missing reference map unlitcampfire.refmap.json for unlitcampfire.mixins.json which my lead to mapping errors in mixin.

Please fix that with another Pull Request and give some instructions how to build and install that. :) Thanks for your work!

cech12 commented 3 years ago

I fixed the startup issue so I can release the mod version. But the build throws the error. It would be nice, if this could be fixed in one of your next PRs ;)