1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-04 17:10:44 +02:00

Added display_lib.entity_spacing variable to centralize entity spacing.

This commit is contained in:
Pierre-Yves Rollo
2018-01-18 21:46:10 +01:00
parent a71ae8e013
commit ea36ed50d8
3 changed files with 7 additions and 2 deletions

View File

@ -19,6 +19,11 @@
display_lib = {}
-- Prefered gap between node and entity
-- Entity positionment is up to mods but it is a good practice to use this
-- variable as spacing between entity and node
display_lib.entity_spacing = 0.002
-- Miscelaneous values depending on wallmounted param2
local wallmounted_values = {
[0]={dx=0, dz=0, rx=0, rz=0, yaw=0, rotate=0}, -- Should never be used