Wiki page for Fabric
PSGitHubUser1 opened this issue ยท 12 comments
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
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
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
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}")
}
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
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.. pleasedependencies { 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.
umm you mean this?
https://github.com/Fabricators-of-Create/create-fabric-addon-template/blob/1.18/build.gradle
Yes
i hope this works for this thing:
https://mcreator.net/plugin/103828/loot-modifier