Re-enable pings
This commit is contained in:
parent
e346aafbfa
commit
42c7847855
@ -1,5 +1,5 @@
|
|||||||
-- vim: set foldmethod=marker ts=4 sw=4 :
|
-- vim: set foldmethod=marker ts=4 sw=4 :
|
||||||
-- TODO rewrite variables: armor_model, ping, model
|
-- TODO rewrite variables: armor_model, model
|
||||||
--- Initial definitions ---
|
--- Initial definitions ---
|
||||||
-- player model backwards compatibility
|
-- player model backwards compatibility
|
||||||
model=models.player_model
|
model=models.player_model
|
||||||
@ -9,8 +9,7 @@ armor_model={
|
|||||||
["CHESTPLATE"]=vanilla_model.CHESTPLATE,
|
["CHESTPLATE"]=vanilla_model.CHESTPLATE,
|
||||||
["HELMET"]=vanilla_model.HELMET
|
["HELMET"]=vanilla_model.HELMET
|
||||||
}
|
}
|
||||||
-- TODO remove placeholder table when pings are implemented
|
ping=pings
|
||||||
ping={}
|
|
||||||
-- Texture dimensions --
|
-- Texture dimensions --
|
||||||
TEXTURE_WIDTH = 256
|
TEXTURE_WIDTH = 256
|
||||||
TEXTURE_HEIGHT = 256
|
TEXTURE_HEIGHT = 256
|
||||||
|
Loading…
x
Reference in New Issue
Block a user