diff --git a/gradle.properties b/gradle.properties index b46d82d..76f04ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -49,7 +49,7 @@ useSrcApiPath = false # Specify the configuration file for Forge's access transformers here. It must be placed into /src/main/resources/ # There can be multiple files in a comma-separated list. # Example value: mymodid_at.cfg,jei_at.cfg -accessTransformersFile = +accessTransformersFile = uti_alsofluids_at.cfg # Provides setup for Mixins if enabled. If you don't know what mixins are: Keep it disabled! usesMixins = false diff --git a/src/main/resources/uti_alsofluids_at.cfg b/src/main/resources/uti_alsofluids_at.cfg new file mode 100644 index 0000000..dd0a4b6 --- /dev/null +++ b/src/main/resources/uti_alsofluids_at.cfg @@ -0,0 +1,10 @@ +# 1行目は禁止 + + + +#本家のファイル名がミスってるので代わりに登録 +# fields +protected net.minecraft.client.resources.Locale field_135032_a # properties +# methods +protected net.minecraft.client.resources.Locale func_135028_a(Ljava/util/List;)V # loadLocaleData(Ljava/util/List;)V +protected net.minecraft.client.resources.Locale func_135024_b()V # checkUnicode()V