Fabricators-of-Create / Create

[Fabric Mod] Building Tools and Aesthetic Technology
MIT License
834 stars 188 forks source link

Wiki page for Fabric #1173

Closed PSGitHubUser1 closed 3 months ago

PSGitHubUser1 commented 6 months ago

Describe the Suggestion

Forge Create has wiki for 'Depending on Create' but fabric doesn't have it.. Please provide a wiki for developing with create and it's APIs. Or if you don't want (maybe cuz you guys will already busy), just provide all dependants here.

And I will add 'em as MCreator plugin. Or can anybody make MCreator plugin for add support for create mod in MCreator Fabric.

Screenshots and Videos

No response

Additional Context

No response

IThundxr commented 3 months ago

Fabric create already provides a fabric template and multiloader template

rhysdh540 commented 3 months ago

please not mcreator :(

PSGitHubUser1 commented 3 months ago

I mean a website with which I can implement the api. In my plugin.. Like https://mcreator.net/plugin/100514/create-api-forge-1192-1201

IThundxr commented 3 months ago

I mean a website with which I can implement the api. In my plugin.. Like mcreator.net/plugin/100514/create-api-forge-1192-1201

The recipes and everything are the same as forge except that fluid recipes use droplets (milibuckets * 81), the apis are more or less the same but you should take a look at the source to see how they work etc, the code is pretty self documenting

PSGitHubUser1 commented 3 months ago

Hey, can you please change this code into fabric? pls? like what should be done when removing 'fg.deoobf'? Just provide fabric version of this code which was on forge wiki.. please

dependencies {
    implementation fg.deobf("com.simibubi.create:create-${create_minecraft_version}:${create_version}:slim") { transitive = false }
    implementation fg.deobf("com.jozufozu.flywheel:flywheel-forge-${flywheel_minecraft_version}:${flywheel_version}")
    implementation fg.deobf("com.tterrag.registrate:Registrate:${registrate_version}")
}
IThundxr commented 3 months ago

Hey, can you please change this code into fabric? pls? like what should be done when removing 'fg.deoobf'?

Just provide fabric version of this code which was on forge wiki.. please


dependencies {

    implementation fg.deobf("com.simibubi.create:create-${create_minecraft_version}:${create_version}:slim") { transitive = false }

    implementation fg.deobf("com.jozufozu.flywheel:flywheel-forge-${flywheel_minecraft_version}:${flywheel_version}")

    implementation fg.deobf("com.tterrag.registrate:Registrate:${registrate_version}")

}

This is basic fabric modding, the wiki goes over it and frankly you shouldn't be modding if you don't know this. And once again the fabric addon template shows you how to add create to your dev env

PSGitHubUser1 commented 3 months ago

Hey, can you please change this code into fabric? pls? like what should be done when removing 'fg.deoobf'? Just provide fabric version of this code which was on forge wiki.. please


dependencies {

    implementation fg.deobf("com.simibubi.create:create-${create_minecraft_version}:${create_version}:slim") { transitive = false }

    implementation fg.deobf("com.jozufozu.flywheel:flywheel-forge-${flywheel_minecraft_version}:${flywheel_version}")

    implementation fg.deobf("com.tterrag.registrate:Registrate:${registrate_version}")

}

This is basic fabric modding, the wiki goes over it and frankly you shouldn't be modding if you don't know this. And once again the fabric addon template shows you how to add create to your dev env

I am just making a mcreator plugin so.. and i cant waste like days just to make a plugin that nobody will know about. thats why I asked you to tell me like if the plugin works then its good but if it doesnt then ill just delete the whole folder in anger anyways.

PSGitHubUser1 commented 3 months ago

it would be nice if you tell me.. (please)

IThundxr commented 3 months ago

https://github.com/Fabricators-of-Create/create-fabric-addon-template

PSGitHubUser1 commented 3 months ago

umm you mean this? https://github.com/Fabricators-of-Create/create-fabric-addon-template/blob/1.18/build.gradle

IThundxr commented 3 months ago

umm you mean this?

https://github.com/Fabricators-of-Create/create-fabric-addon-template/blob/1.18/build.gradle

Yes

PSGitHubUser1 commented 3 months ago

i hope this works for this thing: https://mcreator.net/plugin/103828/loot-modifier