This is the simple mod that I decided to make cause no same stuff on NeoForge 26.1.x. Use F9 by default to make a panorama like Minecraft's default one
I saw only for Fabric at 26.1 or for Neo 1.21
Use this mod as you want without any trouble
Translated into 30 european languages
To use this in your Dev project use
repositories {
...
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
...
}
And add
dependencies {
...
runtimeOnly "maven.modrinth:panoramic:26.1.x-NeoForge"
}
to your build.gradle
