mirror of
https://github.com/GeyserMC/Rainbow.git
synced 2025-12-19 14:59:16 +00:00
Update to 1.21.10
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
|
||||
# Fabric Properties
|
||||
minecraft_version=1.21.8
|
||||
parchment_version=1.21.6:2025.06.29
|
||||
loader_version=0.16.14
|
||||
minecraft_version=1.21.10
|
||||
parchment_version=1.21.10:2025.10.12
|
||||
loader_version=0.17.3
|
||||
|
||||
# Mod Properties
|
||||
mod_version=0.1.0-1.21.8
|
||||
supported_versions=>=1.21.7 <=1.21.8
|
||||
mod_version=0.1.0-1.21.10
|
||||
supported_versions=>=1.21.9 <=1.21.10
|
||||
maven_group=org.geysermc
|
||||
archives_base_name=rainbow
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.129.0+1.21.8
|
||||
fabric_version=0.135.0+1.21.10
|
||||
|
||||
@@ -22,7 +22,7 @@ public abstract class ModelManagerMixin implements PreparableReloadListener, Aut
|
||||
@Unique
|
||||
private Map<ResourceLocation, ResolvedModel> unbakedResolvedModels;
|
||||
|
||||
@WrapOperation(method = "method_65753", at = @At(value = "INVOKE", target = "Ljava/util/concurrent/CompletableFuture;join()Ljava/lang/Object;", ordinal = 0))
|
||||
@WrapOperation(method = "method_65753", at = @At(value = "INVOKE", target = "Ljava/util/concurrent/CompletableFuture;join()Ljava/lang/Object;", ordinal = 1))
|
||||
private static Object setResolvedModels(CompletableFuture<?> instance, Operation<Object> original) {
|
||||
Object resolved = original.call(instance);
|
||||
try {
|
||||
|
||||
@@ -43,7 +43,8 @@ public class BedrockPack {
|
||||
"eclipse will hear about this.", "you must now say the word 'frog' in the #general channel", "You Just Lost The Game", "you are now breathing manually",
|
||||
"you are now blinking manually", "you're eligible for a free hug token! <3", "don't mind me!", "hissss", "Gayser and Floodgayte, my favourite plugins.",
|
||||
"meow", "we'll be done here soon™", "got anything else to say?", "we're done now!", "this will be fixed by v6053", "expect it to be done within 180 business days!",
|
||||
"any colour you like", "someone tell Mojang about this");
|
||||
"any colour you like", "someone tell Mojang about this", "you can't unbake baked models, so we'll store the unbaked models", "soon fully datagen ready",
|
||||
"packconverter when", "codecs ftw");
|
||||
private static final RandomSource RANDOM = RandomSource.create();
|
||||
|
||||
private static final Path EXPORT_DIRECTORY = FabricLoader.getInstance().getGameDir().resolve(Rainbow.MOD_ID);
|
||||
|
||||
Reference in New Issue
Block a user