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

When do we get 1.20.1? #283

Open
millennIumAMbiguity opened this issue Apr 2, 2024 · 0 comments
Open

When do we get 1.20.1? #283

millennIumAMbiguity opened this issue Apr 2, 2024 · 0 comments

Comments

@millennIumAMbiguity
Copy link

I looked into it myself but got stuck on several points. Here are some of the progress I figured out.

I believe the gradle.properties should be the following:

org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.parallel=true
org.gradle.warning.mode=all

mod.id=contenttweaker
mod.name=ContentTweaker
mod.author=CraftTweaker Team
mod.version=2.0.0
mod.curse=https://www.curseforge.com/minecraft/mc-mods/contenttweaker
mod.curse-id=237065
mod.avatar=https://i.blamejared.com/cot.png
mod.first-commit=b762862ec40682cfa40f56e730d73b3bf3eb568f
mod.repo=https://github.com/CraftTweaker/ContentTweaker

minecraft.version=1.20.1
minecraft.forge.version=47.2.0
minecraft.forge.mappings.channel=parchment
minecraft.forge.mappings.version=2023.09.03-1.20.1
minecraft.fabric.mappings=2023.09.03

arch.forge.version=9.2.14
cloth.forge.version=11.1.106
ct.version=14.0.38
fl.version=0.14.22
fapi.version=0.92.0+1.20.1
rei.fabric.version=12.0.684
rei.forge.version=12.0.684

java.version=17

release.fabric.status=beta
release.forge.status=beta

IAction now have a logger argument:
shouldApplyOn(final IScriptLoadSource source) => shouldApplyOn(final IScriptLoadSource source, final Logger logger)
the same applies to assertLoader

in public final class RegisterObjectAction<T> implements ContentTweakerAction the following method needs to be added: public String systemName() {return ContentTweakerConstants.MOD_NAME;}

CraftTweakerAPI.LOGGER no longer exists.
two options to its are to either use ContentTweakerCore.LOGGER or add public static final Logger LOGGER = CraftTweakerAPI.getLogger(ContentTweakerConstants.MOD_NAME); to ContentTweakerApi

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

1 participant