From 4d6235c807e8142a41bab86a4dc1a49fb1a078ca Mon Sep 17 00:00:00 2001 From: 12xx12 <44411062+12xx12@users.noreply.github.com> Date: Fri, 5 Mar 2021 14:04:48 +0100 Subject: Add Mushrooms to Generator and fixed up the roofed forest (#5134) * added generator for mushrooms and aded them to the biomes * removed unused variable * added nEwlY uDocUmEnTeD aPi sYmbOls... --- Server/Plugins/APIDump/APIDesc.lua | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'Server/Plugins/APIDump') diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 430e43df6..c84260903 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -16999,6 +16999,58 @@ end { Notes = "A flag in the metadata of sponges that indicates that the sponge is wet.", }, + E_META_MUSHROOM_ALL_SIDES = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on all sides.", + }, + E_META_MUSHROOM_NORTH_WEST = + { + Notes = "A flag in the metadata of mushroom blocks to display the pore texture on north and west side.", + }, + E_META_MUSHROOM_NORTH = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on north side.", + }, + E_META_MUSHROOM_NORTH_EAST = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on north and east side.", + }, + E_META_MUSHROOM_WEST = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on west side.", + }, + E_META_MUSHROOM_CENTER = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on top.", + }, + E_META_MUSHROOM_EAST = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on east side.", + }, + E_META_MUSHROOM_SOUTH_WEST = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on south and west side.", + }, + E_META_MUSHROOM_SOUTH = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on south side.", + }, + E_META_MUSHROOM_SOUTH_EAST = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on south and east side.", + }, + E_META_MUSHROOM_STEM = + { + Notes = "A flag in the metadata of mushroom blocks to display the stem texture on all sides but not on top and bottom.", + }, + E_META_MUSHROOM_CAP = + { + Notes = "A flag in the metadata of mushroom blocks to display the outside texture on all sides.", + }, + E_META_MUSHROOM_FULL_STEM = + { + Notes = "A flag in the metadata of mushroom blocks to display the stem texture on all sides.", + }, esBed = { Notes = "A bed explosion. The SourceData param is the {{Vector3i|position}} of the bed.", -- cgit v1.2.3