
Let Me Thru
Entities can walk horizontally through leaves but not downwards. Meaning the sides and bottoms of leaf blocks do not have collision but the top of the block...
Downloads
0
Remixes
0
Price
Free
neoforge · Both · 1.21.1 · mod
Let Me Thru makes leaf blocks one-way platforms: entities fall onto the top face as usual but can move through the sides and bottom without being blocked.
Implementation details:
- A mixin on block collision handling swaps leaf collisions to an empty shape unless an entity is descending onto the top surface or is already supported there, keeping the top solid while freeing the other faces.
- Non-entity collision queries still see the normal leaf shape so vanilla interactions such as block placement stay stable.
Known notes:
- Entities that hover without ever moving downward will slip through leaves until they start descending onto the top face. Once supported, the top remains solid while you walk across connected leaf blocks.
Server Validation
✅ Server validation passed - The mod was tested on a real Minecraft server and loaded successfully.
MultiFrameGen
a mod that optimizes rendering so the FPS is boosted using motion based frame generation that interpolates, add a reflex so that the latency and delay is low...
Amecs-NeoForge
Add redefinable keybindings with modifier keys; search bar on the Controls screen; non-blocking keybindings to allow multiple bindings per key; combo...
Speedrunner vs Hunter AI
Create a Minecraft mod "Speedrunner vs Hunter": hostile Hunters with roles (MELEE, ARCHER, BUILDER, TANK), adaptive AI, teleport, bridge building, TNT,...
betterenchants
A mod that makes the enchant cap the integer limit as well as being able to add any combination of enchants together.
the king in yellow
theres an entity called "the king in yellow" going after the player. The king in yellow is a tall figure, covered in yellow robes and a blurred face. If the...
dupe
package com.example.dupemod; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.ItemStack;...