Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki page for Fabric #1173

Closed
PSGitHubUser1 opened this issue Oct 28, 2023 · 12 comments
Closed

Wiki page for Fabric #1173

PSGitHubUser1 opened this issue Oct 28, 2023 · 12 comments

Comments

@PSGitHubUser1
Copy link

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
Copy link
Member

IThundxr commented Feb 8, 2024

Fabric create already provides a fabric template and multiloader template

@rhysdh540
Copy link

please not mcreator :(

@PSGitHubUser1
Copy link
Author

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
Copy link
Member

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
Copy link
Author

PSGitHubUser1 commented Feb 11, 2024

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
Copy link
Member

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
Copy link
Author

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
Copy link
Author

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

@IThundxr
Copy link
Member

@PSGitHubUser1
Copy link
Author

@IThundxr
Copy link
Member

@PSGitHubUser1
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants