PneumonoIsNotAvailable / Gravestones

Minecraft Mod that adds Gravestones that spawn on death to hold your items
MIT License
9 stars 2 forks source link

Documentation #19

Closed masuteri closed 1 month ago

masuteri commented 1 month ago

What do the different configurations do? Like what other options are there other than "REAL_TIME" for the decay. What unit is the decay time in? Ticks? Seconds? I'm also really asking.

PneumonoIsNotAvailable commented 1 month ago

There's the Wiki, which explains all the configs in more detail, but it is lacking explanation for how things work if you're manually editing the config file, so I'll add that now.

For now, the only option for the decay time type is TICKS, and the decay time uses ticks as a measurement.

PneumonoIsNotAvailable commented 1 month ago

Added an explanation of accepted values and units to the Wiki for any configs that aren't simply true/false.