#Boat Sails
61 messages · Page 1 of 1 (latest)
oh my god yes
🆙
this didn't seem too bad... we'll see if I finish it in the morning
oh the first one is dinnerbone boat?
no. 🐛
i noticed you are doing on 1.21.4. Could you do for 1.21.5 please?
oh i see
oh no
build.gradle (constants inside the build script)
minecraft "com.mojang:minecraft:1.21.5"
mappings "net.fabricmc:yarn:1.21.5+build.1:v2"
modImplementation "net.fabricmc:fabric-loader:0.16.10"
// Fabric API
modImplementation "net.fabricmc.fabric-api:fabric-api:0.119.6+1.21.5"
}```
**gradle.properties** (constants in a separate file, as with Example Mod)
```minecraft_version=1.21.5
yarn_mappings=1.21.5+build.1
loader_version=0.16.10
# Fabric API
fabric_version=0.119.6+1.21.5```
**Mappings Migration** ([more info](https://fabricmc.net/wiki/tutorial:migratemappings))
```gradlew migrateMappings --mappings "1.21.5+build.1"```
Note that the Fabric API version is usually only correct for the latest minor MC release (e.g. 1.16.5 or 1.15.2) due to implementation limitations. Check [CurseForge](https://minecraft.curseforge.com/projects/fabric/files) for a more precise listing.
build.gradle (constants inside the build script)
minecraft "com.mojang:minecraft:1.20.1"
mappings "net.fabricmc:yarn:1.20.1+build.10:v2"
modImplementation "net.fabricmc:fabric-loader:0.16.10"
// Fabric API
modImplementation "net.fabricmc.fabric-api:fabric-api:0.92.5+1.20.1"
}```
**gradle.properties** (constants in a separate file, as with Example Mod)
```minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.16.10
# Fabric API
fabric_version=0.92.5+1.20.1```
**Mappings Migration** ([more info](https://fabricmc.net/wiki/tutorial:migratemappings))
```gradlew migrateMappings --mappings "1.20.1+build.10"```
Note that the Fabric API version is usually only correct for the latest minor MC release (e.g. 1.16.5 or 1.15.2) due to implementation limitations. Check [CurseForge](https://minecraft.curseforge.com/projects/fabric/files) for a more precise listing.
unfortunately for hero, the 1.20.1 version proved to be too complicated to do right now
syncing got weird
thank you so much
@cyan palm sorry the another ping, but did you made a 1.21.1 version of this too?
ah np
should be a working 1.21.1 version now. I think I figured out what went wrong with the 1.20.1 versions too.
Oh this is so cool! I'm definitely trying this out
will try too!
Vico always having cool ideas for mods, lol
i think i'm using 21 here
ty
-# 28 isn't out yet
I'm also on Java 21
it won't be for probably another year or two
something weird happened
after the mojang logo appeared, the screen went black
and then this appears on latest.log
game seems to boot normally without the mod
aaand it disables all my resourcepacks
(╯°□°)╯︵ ┻━┻
#Fear

ah np
I think I said it was already done
So probably just pushing. I'll try and take a look tonight
okay, I pushed