Мова

Vanillin

Vanillin

Modrinth

Instanced rendering for entities and block entities using Flywheel

1.0M завантажень 197 підписників оновлено 14mo ago
остання v1.1.3 Modrinth
Fabric Forge Neoforge 1.20.1 – 1.21.1

How it Works

Vanillin optimizes Minecraft by implementing instanced rendering for entities and block entities through Flywheel.

With Flywheel doing the heavy lifting, Vanillin is able to achieve significant performance improvements on all the game objects it affects. The end result is that ten thousand of something have the same frame time impact as one of something.
64k chests rendering at 7fps without Vanillin, and 271fps with Vanillin.

Shaders

Flywheel 1.0, and therefore Vanillin, is currently incompatible with shaders. Work is underway to make first party compat between Flywheel and shaders a reality, but no time estimates can be made.

Optimizations

Vanillin does not optimize everything by default. Special support needs to be built for each type of entity and block entity. Those that are currently optimized are listed below.

✅ = Stable, enabled by default.

🧪 = Experimental, enabled behind a config.

❌ = Temporarily disabled entirely due to crashes/compat/etc.

Block Entities

  • ✅ Chests
  • ✅ Shulker boxes
  • ✅ Bells
  • ❌ Signs

Entities

  • ✅ Minecarts (and all variants)
  • 🧪 Items
  • 🧪 Item Displays
  • 🧪 Block Displays

Config

To enable experimental optimizations, edit the config file:

Forge/NeoForge

config/vanillin.toml

[entities]
    #Allowed Values: DEFAULT, DISABLE, FORCE_ENABLE
-   "minecraft:item" = "DEFAULT"
+   "minecraft:item" = "FORCE_ENABLE"

Fabric

config/vanillin.json

{
  "entities": {
-   "minecraft:item": "default",
+   "minecraft:item": "force_enable",
  }
}

Alternatively, you can disable optimizations that you find to be causing conflict:

Forge/NeoForge

config/vanillin.toml

[entities]
    #Allowed Values: DEFAULT, DISABLE, FORCE_ENABLE
-   "minecraft:minecart" = "DEFAULT"
+   "minecraft:minecart" = "DISABLE"

Fabric

config/vanillin.json

{
  "entities": {
-   "minecraft:minecart": "default",
+   "minecraft:minecart": "disable",
  }
}

Версії

Release
1.1.3
forge · 1.20.1 · 14mo ago
- TEMORARY: Remove sign instancing - Fix crash on resource reload caused by mixins to Font code - Fix item displays not updating correctly
169.0k
Release
1.1.3+1.20.1
fabric · 1.20.1 · 14mo ago
- TEMORARY: Remove sign instancing - Fix crash on resource reload caused by mixins to Font code - Fix item displays not updating correctly - Fix crash on…
630.9k
Release
1.1.3
neoforge · 1.21.1 · 14mo ago
- TEMORARY: Remove sign instancing - Fix crash on resource reload caused by mixins to Font code - Fix item displays not updating correctly
135.8k
Release
1.1.3+1.21.1
fabric · 1.21.1 · 14mo ago
- TEMORARY: Remove sign instancing - Fix crash on resource reload caused by mixins to Font code - Fix item displays not updating correctly
51.6k
Release
1.1.2
neoforge · 1.21.1 · 14mo ago
- Fix items with animated textures not animating when used with sodium
6.4k
Release
1.1.2+1.21.1
fabric · 1.21.1 · 14mo ago
- Fix items with animated textures not animating when used with sodium
534
Release
1.1.1+1.20.1
fabric · 1.20.1 · 14mo ago
- Add limit to how many errors are emitted to reduce log spam - Item instancing now handles items with overrides - Item instancing no longer handles items with…
208
Release
1.1.1+1.21.1
fabric · 1.21.1 · 14mo ago
- Add limit to how many errors are emitted to reduce log spam - Item instancing now handles items with overrides - Item instancing no longer handles items with…
126
Release
1.1.1
neoforge · 1.21.1 · 14mo ago
- Add limit to how many errors are emitted to reduce log spam - Item instancing now handles items with overrides - Item instancing no longer handles items with…
144
Release
1.1.1
forge · 1.20.1 · 14mo ago
- Add limit to how many errors are emitted to reduce log spam - Item instancing now handles items with overrides - Item instancing no longer handles items with…
911
Release
1.1.0+1.20.1
fabric · 1.20.1 · 14mo ago
280
Release
1.1.0
forge · 1.20.1 · 14mo ago
1.3k

Коментарі 0

Поки немає коментарів. Будь першим, хто поділиться думкою.