Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

bedrock-dev/MCBE-hopper-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCBE Hopper Fix

This is more vanilla than MOJANG

When a hopper tries to collect item entities on top of it, it will fetch all the item entities in a specific AABB, and it will only try to pull the first item stack, which causes the hopper bug.

This fix modifies the code of collecting item entities, and selects a random item entity instead of the first one.

How to use

This a dll mod, you need to inject it into BDS