Skip to content

mod for minetest, shows the player a preview where they are placing a "node" including it's orientation.

License

Notifications You must be signed in to change notification settings

KingTheGuy/placement_preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample-gif


Shows an in world placement preview of the item held in hand

Hold sneak for more orientations

player commands/settings: /placement_preview help settings include:

  • smooth movement
  • only preview stairs and slabs
  • disable/enable preview

Originally this mod was intended to only preview stairs/slab placement

1.0.5 CHANGELOG:

  • by default only slabs and stairs will preview (can be toggled with command)
  • removed mtg dependency
  • bug fixes (setting: only_stairs_slabs, was causing a crash)

1.0.4 CHANGELOG:

  • new animation after placing node/block (great for when placing "blocks" quickly)
  • fixed crafting table placement (mcl)
  • actually fixed door placement (80% sure)
  • slightly changed slab placing (still need a bit more work)

1.0.3 CHANGELOG:

  • fixed doors and workbench placement

1.0.2 CHANGELOG:

  • per player settings (using commands)
  • support for placement of inner and outer stairs
  • bug fixes

1.0.1 CHANGELOG:

  • double slab preview
  • better node orientation
  • preview on buildable_to
  • added more compatibility

note for devs: if you want a node to preview like stairs, add "stairs" somewhere in the node's name or description (i may create an api for this at some point)

About

mod for minetest, shows the player a preview where they are placing a "node" including it's orientation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages