An open API service indexing awesome lists of open source software.

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

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

![alt text](https://media.forgecdn.net/attachments/324/459/unknown-1.png "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.