One Tile Mining Mod

From Wurm Unlimited
Jump to navigation Jump to search

Enables players to surface mine with just 1 tile exposed.

Usage

Activate pickaxe and right click a rock tile on surface, click lower rock to flat.

This action will start to lower the 3 highest corners down to the lowest corner.

It uses your server timer settings for surface mining, so skill, ql and so on affect the time, it is rounded though to nearest second, so 2.8 would be 3.

All the usual restrictions will apply as if you were just surface mining.

The range on the action is increased to roughly 3 tiles, this allows for easier dealing with steep slopes and also ability to move to another tile when you have 100 rocks where you are standing.

Properties

surfaceminechance = true
Surfaceminechance true to enable changing the chance code.
minecode=1.0f;
Default server code is Math.max(0.2f, (float)mining.getKnowledge(0.0) / 200.0f);
Make sure to have a ; at end and dont use any ' or "
If you want pure % regardless of skill its a float value so do minecode=1.0f; for 100% minecode=0.5f; for 50%
levelfactor=0.5f
Alters speed for mining action to use level INSIDE a mine.
onetilehook = true
enables mining and concrete usage with just 1 tile of rock exposed
loweraction = true
true enables lower action on surface rock

Release Versions

7th August 2020 major update. v 4.5

  • New 'lower rock to flat' action

Links

Download mod: https://1drv.ms/u/s!AjnBltNOSFjCgkfWbCn02pAkzD1S

Forum thread: https://forum.wurm-unlimited.net/viewtopic.php?f=36&t=37