Compatibility
Minecraft: Java Edition
26.2
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published 3 days ago
Updated 3 weeks ago
This is the simple mod that I decided to make cause no same stuff on NeoForge 26.2 and Forge 26.2
Use:
/previews item <item>
for <item> rendering
/previews block <block>
for <block> rendering
/previews entity
for crossheaded entity
/previews entity <entity>
for <entity> rendering
/previews area <x1, y1, z1> <x2, y2, z2>
for area rendering (like structure)
I saw only for Fabric at 26.2
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:previews:1-NeoForge"
}
to your build.gradle


