Fabricators-of-Create / Create

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

Add Alloy Forgery compat #156

Closed JieningYu closed 2 years ago

JieningYu commented 2 years ago

"When creating an Alloy Forge recipe you want to use the alloy_forgery:forging type. The recipe can be placed anywhere under data/namespace/recipes in your data." so i cant add the recipe files in compat folder.

It now includes blaze cake as fules, zinc forging, brass forging and crushed ores forging.

JieningYu commented 2 years ago

I only edited data but github autobuild display this:

* What went wrong:
A problem occurred configuring root project 'Create'.
> Could not resolve all dependencies for configuration ':modImplementation'.
   > Could not resolve me.alphamode:ForgeTags:2.0.
     Required by:
         project :
      > Could not resolve me.alphamode:ForgeTags:2.0.
         > Could not get resource 'https://maven.devos.community/releases/me/alphamode/ForgeTags/2.0/ForgeTags-2.0.pom'.
            > Could not GET 'https://maven.devos.community/releases/me/alphamode/ForgeTags/2.0/ForgeTags-2.0.pom'.
               > maven.devos.community: Name or service not known
      > Could not resolve me.alphamode:ForgeTags:2.0.
         > Could not get resource 'https://maven.devos.community/snapshots/me/alphamode/ForgeTags/2.0/ForgeTags-2.0.pom'.
            > Could not GET 'https://maven.devos.community/snapshots/me/alphamode/ForgeTags/2.0/ForgeTags-2.0.pom'.
               > maven.devos.community
   > Could not resolve com.tterrag.registrate:Registrate:MC1.18.1-1.0.7.
     Required by:
         project :
      > Could not resolve com.tterrag.registrate:Registrate:MC1.18.1-1.0.7.
         > Could not get resource 'https://maven.devos.community/releases/com/tterrag/registrate/Registrate/MC1.18.1-1.0.7/Registrate-MC1.18.1-1.0.7.pom'.
            > Could not GET 'https://maven.devos.community/releases/com/tterrag/registrate/Registrate/MC1.18.1-1.0.7/Registrate-MC1.18.1-1.0.7.pom'.
               > maven.devos.community
      > Could not resolve com.tterrag.registrate:Registrate:MC1.18.1-1.0.7.
         > Could not get resource 'https://maven.devos.community/snapshots/com/tterrag/registrate/Registrate/MC1.18.1-1.0.7/Registrate-MC1.18.1-1.0.7.pom'.
            > Could not GET 'https://maven.devos.community/snapshots/com/tterrag/registrate/Registrate/MC1.18.1-1.0.7/Registrate-MC1.18.1-1.0.7.pom'.
               > maven.devos.community
   > Could not resolve io.github.tropheusj:milk-lib:0.1.6.
     Required by:
         project :
      > Could not resolve io.github.tropheusj:milk-lib:0.1.6.
         > Could not get resource 'https://maven.devos.community/releases/io/github/tropheusj/milk-lib/0.1.6/milk-lib-0.1.6.pom'.
            > Could not GET 'https://maven.devos.community/releases/io/github/tropheusj/milk-lib/0.1.6/milk-lib-0.1.6.pom'.
               > maven.devos.community: Name or service not known
      > Could not resolve io.github.tropheusj:milk-lib:0.1.6.
         > Could not get resource 'https://maven.devos.community/snapshots/io/github/tropheusj/milk-lib/0.1.6/milk-lib-0.1.6.pom'.
            > Could not GET 'https://maven.devos.community/snapshots/io/github/tropheusj/milk-lib/0.1.6/milk-lib-0.1.6.pom'.
               > maven.devos.community

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED
TropheusJ commented 2 years ago

Maven is down for maintenance, ignore it

JieningYu commented 2 years ago

Maven is down for maintenance, ignore it

fine.

AlphaMode commented 2 years ago

Please move all the recipes you added to the compat folder with the modid

identithree commented 2 years ago

Maven server should be back online. Please try rebuilding. If it does not work, ping me and I will try and fix the server ASAP.

JieningYu commented 2 years ago

Please move all the recipes you added to the compat folder with the modid

I can’t because alloy forgery can only support recipes under data/namespace/recipes Look up alloy forgery wiki for more details.

When creating an Alloy Forge recipe you want to use the alloy_forgery:forging type.
The recipe can be placed anywhere under data/namespace/recipes in your data.
JieningYu commented 2 years ago

Please move all the recipes you added to the compat folder with the modid

I can’t because alloy forgery can only support recipes under data/namespace/recipes Look up alloy forgery wiki for more details.

When creating an Alloy Forge recipe you want to use the alloy_forgery:forging type.
The recipe can be placed anywhere under data/namespace/recipes in your data.

tested when under create/recipes/compat/alloy_forgery folder, can’t load recipes.

Noaaan commented 2 years ago

tested when under create/recipes/compat/alloy_forgery folder, can’t load recipes.

I tested using the data directory of Create in dev under create/recipes/compat/alloy_forge/, and with my Mythic Metals recipes it does seem to work. I am not sure what is going wrong on your end.

image

JieningYu commented 2 years ago

tested when under create/recipes/compat/alloy_forgery folder, can’t load recipes.

I tested using the data directory of Create in dev under create/recipes/compat/alloy_forge/, and with my Mythic Metals recipes it does seem to work. I am not sure what is going wrong on your end.

image

Work in the alloy forge?

JieningYu commented 2 years ago

Please move all the recipes you added to the compat folder with the modid

ok now

AlphaMode commented 2 years ago

Will check this out soon

JieningYu commented 2 years ago

creative cake is missing a fuel value, should be 2147483647.

Ok.

JieningYu commented 2 years ago

@TropheusJ

TropheusJ commented 2 years ago

has this been tested? will merge if so

JieningYu commented 2 years ago

has this been tested? will merge if so

Yep