Fast Better Grass – Untinted Edition
Compact resource pack that eliminates biome coloring in Fast Better Grass to align with classic Minecraft versions and fixed-color vegetation sets.
🎨 Its Purpose
Bundles such as Golden Days + Alpha Addon and PACP + Beta Addon + Alpha Addon bring back the bright green look reminiscent of Minecraft Classic and Alpha. While Fast Better Grass makes terrain borders neat, full-blown grass blocks still reflect biome shades—causing inconsistent shifts in plains, jungles, swamps, etc. This pack holds on to Fast Better Grass' overlay edges and locks the grass color based on grass_block_top.png; this ensures uniform greenery everywhere.
📄 Made-Up Content
Only one file gets edited:
assets/minecraft/models/block/grass_block.json
It drops every case of tintindex: 0 from the configuration to disable biome tinting:
🚫 Blocker Config (from Fast Better Grass)
```json { "parent": "block/block", "textures": { "particle": "block/dirt", "bottom": "block/dirt", "top": "block/grass_block_top" }, "elements": [ { "from": [0, 0, 0], "to": [16, 16, 16], "faces": { "down": { "uv": [0,0,16,16], "texture": "#bottom", "cullface": "down" }, "up": { "uv": [0,0,16,16], "texture": "#top", "cullface": "up", "tintindex": 0 }, "north": { "uv": [0,0,16,16], "texture": "#top", "cullface": "north", "tintindex": 0 }, "south": { "uv": [0,0,16,16], "texture": "#top", "cullface": "south", "tintindex": 0 }, "west": { "uv": [0,0,16,16], "texture": "#top", "cullface": "west", "tintindex": 0 }, "east": { "uv": [0,0,16,16], "texture": "#top", "cullface": "east", "tintindex": 0 } } } ] } ```✅ Bring-Up Version
```json { "parent": "block/block", "textures": { "particle": "block/dirt", "bottom": "block/dirt", "top": "block/grass_block_top" }, "elements": [ { "from": [0, 0, 0], "to": [16, 16, 16], "faces": { "down": { "uv": [0,0,16,16], "texture": "#bottom", "cullface": "down" }, "up": { "uv": [0,0,16,16], "texture": "#top", "cullface": "up" }, "north": { "uv": [0,0,16,16], "texture": "#top", "cullface": "north" }, "south": { "uv": [0,0,16,16], "texture": "#top", "cullface": "south" }, "west": { "uv": [0,0,16,16], "texture": "#top", "cullface": "west" }, "east": { "uv": [0,0,16,16], "texture": "#top", "cullface": "east" } } } ] } ```Loading spots:
⬆️ Fast Better Grass – Untinted Edition ➡️ Fast Better Grass (stock) ⬇️ Golden Days + Alpha Addon / PACP + Beta Addon + Alpha Addon
✅ Side Factors
| Function | Status |
|---|---|
| Minecraft 1.20–1.21.5 (Java) | ✔ Checked, no mods necessary |
| Fast Better Grass 1.21.5 | ✔ Checked, may suit next versions |
| Outside resource collections | ✔ Cross-parsing differing textures in grass_blocktop.png (doesn't do it if texture grey) |
🤝 Shares
- Fast Better Grass is by robotkoer — functionality origin and overlay basis
- Polished from HandLock
- Released under same original licensing (MIT)
«A uniform color is easier on one’s eye
than a tweak in on-going show».