Modding:Block Entity Classes

From Vintage Story Wiki
Revision as of 01:23, 1 May 2020 by Lazy Warlock (talk | contribs) (Created page with "== Using block classes == May blocks that have interactive functions will require using a block entity to accomplish. When your block requires the use of a block entity you as...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Using block classes

May blocks that have interactive functions will require using a block entity to accomplish. When your block requires the use of a block entity you assign it using the following property format in the JSON:

entityClass: "Entity"

All Block Entities

Here is a table containing all entities used by blocks as of version 1.9.+

Entity Name Example Blocks Description Github Link
BlockWateringCan wateringcan - Wateringcan Class
BlockWithGrassOverlay - - Grass Overlay Class