https://github.com/jadc/dropspread
Minecraft Fabric Mod - Control the spread of drops on death
https://github.com/jadc/dropspread
Last synced: 27 days ago
JSON representation
Minecraft Fabric Mod - Control the spread of drops on death
- Host: GitHub
- URL: https://github.com/jadc/dropspread
- Owner: jadc
- License: mit
- Created: 2020-11-25T07:11:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T22:20:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T05:15:28.216Z (over 1 year ago)
- Language: Java
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drop Spread
Control the spread of items dropped on death with a gamerule
## Usage
By default, the dropSpread is set to 0.1, so your items will stay neatly packed together without you changing anything.
However, if you wish to modify this value, the syntax is as follows;
```minecraft
/gamerule dropSpread 1
```
- 1 = vanilla
- 0.1 = mod default, 10% distance of vanilla
- 10 = maximum. why
## Drop Spread of 0.1

## Side
This mod is server-side only. It will do nothing on the client except allow it to function in single-player.