3D Stuff

Bdew's server mods threads.
Post Reply
User avatar
bdew
Cart loader
Cart loader
Posts: 29
Joined: Sun Jul 26, 2020 5:22 am

3D Stuff

Post by bdew »

This mod adds the ability to configure what items other items can be placed on, and allows actions like pushing and turning placed items.

⚠️ Warning: It predates the vanilla system added in WU 1.7 and isn't fully compatible with it. Installing it on a server that has items placed with the vanilla system will make them disappear.

Items can be placed either using the "Place" action, or by activating the item, clicking the surface and selecting "Put on top".

Put on top will place the item in the center of the surface and it can later be moved by pushing/pulling/rotating.

Some surfaces with irregular shape can only be used with Place action.

For more details check the wiki page: https://wiki.wurm-unlimited.net/page/3D_Stuff_Mod

Downloads and source code: https://github.com/bdew-wurm/threedee

User avatar
bdew
Cart loader
Cart loader
Posts: 29
Joined: Sun Jul 26, 2020 5:22 am

Re: 3D Stuff

Post by bdew »

Updated to v0.21

* Config and commands can now use modded item ids, and string names from ItemList
* Added vanilla items: small chest, settlement token, pillar, alchemist cupboard

Download: https://github.com/bdew-wurm/threedee/r ... /tag/v0.21

Example config for planters mod:

Code: Select all

container@bdew.planters.metal.bush=manual-place-only
container@bdew.planters.slate.tree=manual-place-only
container@bdew.planters.sandstone.tree=manual-place-only
container@bdew.planters.brick.tree=manual-place-only
container@bdew.planters.clay.tree=manual-place-only
container@bdew.planters.marble.tree=manual-place-only
container@bdew.planters.pottery.tree=manual-place-only
container@bdew.planters.wood.bush=manual-place-only
container@bdew.planters.stone.tree=manual-place-only
container@bdew.planters.wood.tree=manual-place-only
container@bdew.planters.stone.magic=manual-place-only
container@bdew.planters.wood.magic=manual-place-only
container@bdew.planters.stone=manual-place-only
container@bdew.planters.wood=manual-place-only
container@bdew.planters.stump=manual-place-only
I added a section on the wiki for custom config examples, feel free to add to it

Post Reply