#Boat Sails

61 messages · Page 1 of 1 (latest)

real flame
#

Feature originally in Quark - that unfortunately is very unlikely to be ported to Fabric anytime soon

Right clicking a Boat with a Banner adds it as a Sail. The sail is decorative only and is dropped when the boat is destroyed.

#

Suggestion for expansion: a similar feature but for Minecarts as well.

tall hatch
#

oh my god yes

real flame
#

🆙

cyan palm
#

this didn't seem too bad... we'll see if I finish it in the morning

cyan palm
real flame
#

oh the first one is dinnerbone boat?

cyan palm
#

no. 🐛

real flame
#

i noticed you are doing on 1.21.4. Could you do for 1.21.5 please?

real flame
cyan palm
#

I'll try and see

#

I've heard rendering is borked

real flame
#

oh no

cyan palm
#

it's not broken

#

just a 10x skill now

#

!versions

gilded kiteBOT
#
1.21.5 Fabric versions

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.
cyan palm
#

huh

#

I was expecting more pain

#

!versions 1.20.1

gilded kiteBOT
#
1.20.1 Fabric versions

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.
cyan palm
#

unfortunately for hero, the 1.20.1 version proved to be too complicated to do right now

#

syncing got weird

real flame
#

@cyan palm sorry the another ping, but did you made a 1.21.1 version of this too?

cyan palm
#

Huh

#

I guess i didn't

real flame
#

ah np

cyan palm
umbral prairie
#

Oh this is so cool! I'm definitely trying this out

real flame
#

will try too!

cyan palm
#

bad news though

#

this won't work on jdk 28

umbral prairie
#

Vico always having cool ideas for mods, lol

real flame
cyan palm
#

-# 28 isn't out yet

umbral prairie
#

I'm also on Java 21

cyan palm
#

it won't be for probably another year or two

real flame
#

something weird happened

#

after the mojang logo appeared, the screen went black

#

game seems to boot normally without the mod

#

aaand it disables all my resourcepacks

#

(╯°□°)╯︵ ┻━┻

cyan palm
#

oh

#

that was stupid lol

#

one second

real flame
#

#Fear

umbral prairie
real flame
#

🆙, err, any chance for me to see a build for 1.21.11?

#

@cyan palm

cyan palm
#

Oops

#

Yeah, probably, I've just been busy with school and lost track of time

real flame
#

ah np

cyan palm
#

I think I said it was already done

#

So probably just pushing. I'll try and take a look tonight

cyan palm
#

okay, I pushed