getItemFromBlock / Create-Tweaked-Controllers

An addon for the Create Minecraft mod that adds a way of controlling contraptions using an advanced controller
https://www.curseforge.com/minecraft/mc-mods/create-tweaked-controllers
MIT License
9 stars 4 forks source link

Multiloader using Architectury #16

Open SLimeyMC opened 6 months ago

SLimeyMC commented 6 months ago

Gradle Task

Source Task

getItemFromBlock commented 6 months ago

Thanks for the PR, there is still quite a lot left to do but that should help towards a fabric version I will take a closer look this weekend

getItemFromBlock commented 6 months ago

After a quick look there are some things that I don't understand completely, like why do we need to have the assets present in both the forge and fabric part, and not in the common part ?

SLimeyMC commented 6 months ago

Oh yeah, I dont know what I was thinking when separating it, I will work on putting it in common 😅

Anyway, I will be abandoning version catalog, it caused a problem with Gradle. Also, do you want the Gradle to be written in Kotlin or not?

getItemFromBlock commented 6 months ago

I am not really familiar with Kotlin (hence why my mod is made in Java) so preferably not, but if it makes things easier to you then go for it Actually I don't even know what would be the alternative, is it like the original build.gradle file ?

SLimeyMC commented 6 months ago

Nope, wildly different. Forge uses Forgegradle which has a lot of kinks IMO.

getItemFromBlock commented 6 months ago

Alright, then let's go with Kotlin

getItemFromBlock commented 5 months ago

Hi, any news on this ? Tell me when you have finished all the gradle/initial setup part so that I can continue to work on this

SLimeyMC commented 5 months ago

Alright, I already smashed alot of bugs and it can build now. You may code peacefully

For context, I have separated the task into gradle and source tasks. Hopefully, the added task reflects what needs to be done

getItemFromBlock commented 5 months ago

Thanks a lot, this is some really good avancement for fabric compat I will take a closer look when things get less busy for me

Frankky001 commented 4 months ago

is the fabric port still being worked on? would be really nice if it releases before create aero. no pressure ofc 😊

getItemFromBlock commented 4 months ago

Yes, I plan to continue working on this soon Right now I am taking some well deserved vacations, but don't worry I have not forgotten about this Note that the Architectury port is not the only thing planned