Create Fabric

Create Fabric

7M Downloads

Wiki page for Fabric

PSGitHubUser1 opened this issue ยท 12 comments

commented

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

commented

Fabric create already provides a fabric template and multiloader template

commented

please not mcreator :(

commented

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

commented

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

commented

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}")
}
commented

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

commented

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.

commented

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

commented

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