mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Decoration: Add Schematic decoration type
This commit is contained in:
@@ -57,6 +57,7 @@ struct DigParams;
|
||||
struct HitParams;
|
||||
struct EnumString;
|
||||
struct NoiseParams;
|
||||
class DecoSchematic;
|
||||
|
||||
|
||||
ContentFeatures read_content_features (lua_State *L, int index);
|
||||
@@ -139,6 +140,10 @@ bool string_to_enum (const EnumString *spec,
|
||||
|
||||
NoiseParams* read_noiseparams (lua_State *L, int index);
|
||||
|
||||
bool read_schematic (lua_State *L, int index,
|
||||
DecoSchematic *dschem,
|
||||
Server *server);
|
||||
|
||||
void luaentity_get (lua_State *L,u16 id);
|
||||
|
||||
extern struct EnumString es_TileAnimationType[];
|
||||
|
Reference in New Issue
Block a user