Create Rain Fix

⭐ — (1 endorsements) 📥 492 downloads 📌 v1.0.0 📅 7/24/2026
🟡 Updated this year

By Cat4blep · neoforge

⬇ Download Mod Source: Modrinth 📅 Updated: 7/11/2026 📅 Created: 7/24/2026
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 🏆 #56 of 68 neoforge mods in this game by downloads

📋 About This Mod

✅ Blocks rendered rain and snow inside moving contraptions.
✅ Supports trains, elevators, bearings, pistons, gantries, and other Create contraption types.
✅ Uses real collision shapes, including glass, slabs, stairs, and other partial blocks.
✅ Tracks interpolated movement, yaw, pitch, and rotation.
✅ Removes vanilla rain splash particles when they are covered by a contraption roof.
✅ Handles the visible portion of train carriages during portal transitions.

<div align="center"> <h1>Create Rain Fix</h1> <p><strong>Keep the weather outside moving Create contraptions.</strong></p> <p> <img alt="Minecraft 1.21.1" src="https://img.shields.io/badge/Minecraft-1.21.1-62B47A?style=flat-square"> <img alt="NeoForge 21.1.x" src="https://img.shields.io/badge/NeoForge-21.1.x-EF6C00?style=flat-square"> <img alt="Create 6.0.10" src="https://img.shields.io/badge/Create-6.0.10-DF8C40?style=flat-square"> <img alt="Client-side" src="https://img.shields.io/badge/environment-client-4C8BF5?style=flat-square"> <img alt="Java 21" src="https://img.shields.io/badge/Java-21-ED8B00?style=flat-square"> </p> </div> Create Rain Fix is a lightweight client-side NeoForge mod that prevents rain and snow from rendering through moving (https://github.com/Creators-of-Create/Create) contraptions. Trains, elevators, and other roofed contraptions finally keep the weather outside while remaining fully animated. ## Before and after <table> <tr> <th width="50%">Without Create Rain Fix</th> <th width="50%">With Create Rain Fix</th> </tr> <tr> <td><img src="https://raw.githubusercontent.com/cat4blep/create-rain-fix/refs/heads/main/docs/images/before.png" alt="Rain passing through the roof of a Create contraption"></td> <td><img src="https://raw.githubusercontent.com/cat4blep/create-rain-fix/refs/heads/main/docs/images/after.png" alt="Rain correctly blocked by the roof of a Create contraption"></td> </tr> <tr> <td align="center"><sub>Rain streaks pass straight through the roof.</sub></td> <td align="center"><sub>The interior stays dry while rain remains visible outside.</sub></td> </tr> </table> ## Features - Blocks rendered rain and snow inside moving contraptions. - Supports trains, elevators, bearings, pistons, gantries, and other Create contraption types. - Uses real collision shapes, including glass, slabs, stairs, and other partial blocks. - Tracks interpolated movement, yaw, pitch, and rotation. - Removes vanilla rain splash particles when they are covered by a contraption roof. - Handles the visible portion of train carriages during portal transitions. - Performs no contraption work while the weather is clear. - Requires no configuration, networking, or server installation. > Create Rain Fix changes client-side weather rendering only. It does not alter rain sounds or server-side wetness and exposure checks. ## Compatibility | Component | Supported version | | --- | --- | | Minecraft | `1.21.1` | | NeoForge | `21.1.219` or newer `21.1.x` | | Create | `6.0.10` up to, but not including, `6.1.0` | | Java | `21` for building | | Environment | Client only | The project is built and tested against the official (https://github.com/Creators-of-Create/Create/releases/tag/mc1.21.1-6.0.10). ## Installation 1. Install Minecraft `1.21.1` with a compatible version of NeoForge. 2. Install Create `6.0.10` or another supported `6.0.x` version. 3. Place `create-rain-fix-1.21.1-1.0.0.jar` in the client-side `mods` directory. The mod is not required on a dedicated server and adds no network packets. ## How it works Minecraft normally clips precipitation against the static world heightmap. Create contraptions are moving entities, so their blocks never become part of that heightmap. Create Rain Fix extends the weather-height lookup with nearby contraptions: 1. The current interpolated render transform is captured for every relevant contraption. 2. Each weather column is transformed from world space into the contraption's local coordinates. 3. A vertical ray is traced against the contraption's actual collision shapes. 4. The highest hit is merged with the vanilla heightmap, clipping rain and snow at the moving roof. Column results are cached for the frame, portal-hidden train blocks are ignored, and splash particles use the exact hit height rather than the rounded heightmap value. ## License All rights reserved.

Create Rain Fix

Keep the weather outside moving Create contraptions.

Minecraft 1. 21. 1 NeoForge 21. 1.x Create 6. 0. 10 Client-side Java 21

Create Rain Fix is a lightweight client-side NeoForge mod that prevents rain and snow from rendering through moving (https://github.com/Creators-of-Create/Create) contraptions.

Trains, elevators, and other roofed contraptions finally keep the weather outside while remaining fully animated.

## Before and after

Without Create Rain Fix With Create Rain Fix
Rain passing through the roof of a Create contraption Rain correctly blocked by the roof of a Create contraption
Rain streaks pass straight through the roof. The interior stays dry while rain remains visible outside.

## Features

  • Blocks rendered rain and snow inside moving contraptions.
  • Supports trains, elevators, bearings, pistons, gantries, and other Create contraption types.
  • Uses real collision shapes, including glass, slabs, stairs, and other partial blocks.
  • Tracks interpolated movement, yaw, pitch, and rotation.
  • Removes vanilla rain splash particles when they are covered by a contraption roof.
  • Handles the visible portion of train carriages during portal transitions.
  • Performs no contraption work while the weather is clear.
  • Requires no configuration, networking, or server installation.

> Create Rain Fix changes client-side weather rendering only. It does not alter rain sounds or server-side wetness and exposure checks.

## Compatibility

| Component | Supported version | | --- | --- | | Minecraft | `1. 21. 1` | | NeoForge | `21. 1. 219` or newer `21. 1.x` | | Create | `6. 0. 10` up to, but not including, `6. 1. 0` | | Java | `21` for building | | Environment | Client only |

The project is built and tested against the official (https://github.com/Creators-of-Create/Create/releases/tag/mc1. 21. 1-6. 0. 10).

## Installation

1. Install Minecraft `1. 21. 1` with a compatible version of NeoForge. 2. Install Create `6. 0. 10` or another supported `6. 0.x` version. 3. Place `create-rain-fix-1. 21. 1-1. 0. 0.jar` in the client-side `mods` directory.

The mod is not required on a dedicated server and adds no network packets.

## How it works

Minecraft normally clips precipitation against the static world heightmap. Create contraptions are moving entities, so their blocks never become part of that heightmap.

Create Rain Fix extends the weather-height lookup with nearby contraptions:

1. The current interpolated render transform is captured for every relevant contraption. 2. Each weather column is transformed from world space into the contraption's local coordinates. 3. A vertical ray is traced against the contraption's actual collision shapes. 4. The highest hit is merged with the vanilla heightmap, clipping rain and snow at the moving roof.

Column results are cached for the frame, portal-hidden train blocks are ignored, and splash particles use the exact hit height rather than the rounded heightmap value.

All rights reserved.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Cat4blep
Version
1.0.0
Downloads
492
Endorsements
1
Category
neoforge
Created
7/24/2026
Updated
7/11/2026
Game Versions
1.21.1
Tags
utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Create Rain Fix support?

The author lists 1.21.1. Other versions may work but are untested by the author.

What is the latest version of Create Rain Fix?

Version 1.0.0, published 2026-07-11 with 492 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More neoforge 👤 More by Cat4blep 🔎 Similar Mods 🌐 Best neoforge (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods