3.5 Gallery

Image

Figure 3.1 A zombie with the navigation path.

Image

Figure 3.2 A red deer walking around

Image

Figure 3.3 One dungeon in the game!

Image

Figure 3.4 Dungeon entrance

Image

Figure 3.5 A path in the landscape

3.6 Documentation

3.6.1 Tutorial

The controls are pretty standard for first person games (through you can also change into a third person perspective):
  • Mouse Left Place remove material or use current tool
  • Mouse Right Cycle through pen modes
  • W: Forward
  • A: Strafe left
  • S: Backward
  • D: Strafe right
  • Ctrl: Crouch
  • Space: Jump
  • E: Use key
  • R: Reload key
  • Tab: Open inventar
  • 0-9: Use defaults
  • F5: Screenshot
  • Esc: Exit game to menu
And you can change the view direction via the mouse.
How do I play this game?
  • Safe Zone: When you first start the game you are in a safe zone. In this save zone aren't any monsters. The radius of this area is 64 m. So fell free to start your camp here.
  • Weapons: Craft as fast as you can your first weapon: A stick
  • Crafting: Create an construction set to craft additional things. Note that you can also craft with the table and the 3D printer.
  • Smelting: There is no tool to smelt. Instead, place a block of wood on the ground. Then put a block of iron ore on the wood. Then use the lighter (you need to craft it) to set the wood on fire. The heat will then turn the iron ore into iron. Then collect your new iron.
  • Learn: Collect learning points and invest them to be able to place smaller blocks or to increase your technological level.
  • Electric Wires: You will need a certain technological level and a 3D printer to create them. Current is transported instandly, regardless how long your cable is.
  • Water: Yes it is supported now.
  • Dying: If you die you will lose your backpack. Collect it to retreive your items again. You will start again in the safe zone.
  • Carrying: You can only carry a maximum amount of weight.
  • Bed: Use a bed to sleep till the next morning.

3.6.2 Cheats

Open the console via F2 and then enter them.
  1  setGodMode(b: boolean);
  2  setBuildMode(b: boolean);
  3  setNoTarget(b: boolean);
  4  setFly(b: boolean);
  5  setDebugMode(b: boolean);
  6  setGravity(b: single);
  7  addItem(name: string; amount:integer);
  8  iwanttogotothesurface;
  9  newday;
 10  breakfast;
 11  midnight;
 12  printCurrentPosition;
 13  addAbility(name: string; amount:integer);
 14  loadMap(name: string);
 15  loadSynMap(name: string);
 16  disconnect;
 17  suicide;
 18  quit;
``boolean'' means you can use ``true'' (on) or ``false'' (off). Example: => setGodMode(true);
``single'' is a number: ``integer'' is a natural number: 1,2,3,4,... ``string'' is a text
Example:
  1  => addItem('Iron', 64*10);
This will add 10 blocks of iron.
  1  => addAbility('gameabilities_learningpoints', 40);
This will add 40 learning points.
Build Mode
  1  setBuildMode(true); makes building easier.
And for the interested reader: There is actual a fully self developed pascal compiler in the game who interprets your commands. So the syntax is pascal (a programming language). This means you could also write something like this:
  1  addItem('Ir'+'on', 10+63*10);
which is equivalent to:
  1  addItem('Iron', 64*10);

3.6.2.1 Abilities

Hint: These are not cheats. This is only a description of all available abilities!
Aikido:
  1  gameabilities_Aikido(level, 4 Levels: (White: 10 LP)(Yellow: 10 LP)(Orange: 10 LP)(Green: 10 LP)
Faster Crafting:
  1  gameabilities_Building_FasterCrafting(bool, 10 LP)
Master of Materials:
  1  gameabilities_Building_MasterOfMaterials(bool, 10 LP)
Precision:
  1  gameabilities_Building_Precision(level, 4 Levels: (Novice: 10 LP)(Intermediate: 10 LP)(Expert: 10 LP)(Master: 10 LP)
Resource collection:
  1  gameabilities_Building_Resource_Collection(level, 4 Levels: (Novice: 10 LP)(Intermediate: 10 LP)(Expert: 10 LP)(Master: 10 LP)
Technology:
  1  gameabilities_Building_Technology(level, 4 Levels: (Middleage: 10 LP)(20th Century: 10 LP)(21th Century: 10 LP)(Singularity: 10 LP)
Faster Learning:
  1  gameabilities_FasterLearning(bool, 10 LP)
Agility:
  1  gameabilities_agility(int, 1 LP)
Experience points:
  1  gameabilities_exp(int, 0 LP)
Health:
  1  gameabilities_health(int, 0 LP)
Learning Points:
  1  gameabilities_learningpoints(int, 0 LP)
Level:
  1  gameabilities_level(int, 0 LP)
Name:
  1  gameabilitie_name
Regeneration:
  1  gameabilities_regeneration(level, 5 Levels: (1 points per second: 10 LP)(2 points per second: 5 LP)(3 points per second: 8 LP)(4 points per second: 10 LP)(5 points per second: 12 LP)
Strength:
  1  gameabilities_strength(int, 1 LP)

3.6.3 Reference

3.6.3.1 Blocks

Air

icon_Air.png
  • Name: Air
  • Internal Name: Air
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
You should not see this in your inventory!
Alu Ore

icon_AluOre.png
  • Name: Alu Ore
  • Internal Name: AluOre
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Alu Ore

icon_AluOreUser.png
  • Name: Alu Ore
  • Internal Name: AluOreUser
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Barkdust

icon_Barkdust.png
  • Name: Barkdust
  • Internal Name: Barkdust
  • Type: Voxel Block
  • Health: 70
  • Renewable: No
  • Weight: 0.25
  • Burnable: No
  • Heatspread: 4
Wheat

icon_BoneCorn.png
  • Name: Wheat
  • Internal Name: BoneCorn
  • Type: Voxel Block
  • Health: 20
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Wheat Seed

icon_BoneCornSeed.png
  • Name: Wheat Seed
  • Internal Name: BoneCornSeed
  • Type: Voxel Block
  • Health: 20
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
This block is used in the following recipes:

icon_Item_Bread_Recipe.png
Bread Recipe
icon_Item_Cookie_Recipe.png
Cookie Recipe

Cactus

icon_Cactus.png
  • Name: Cactus
  • Internal Name: Cactus
  • Type: Voxel Block
  • Health: 80
  • Renewable: Yes
  • Weight: 1
  • Burnable: Yes
  • Heatspread: 4
Cactus Seed

icon_CactusSeed.png
  • Name: Cactus Seed
  • Internal Name: CactusSeed
  • Type: Voxel Block
  • Health: 80
  • Renewable: Yes
  • Weight: 0.01
  • Burnable: Yes
  • Heatspread: 4
Carbon

icon_Carbon.png
  • Name: Carbon
  • Internal Name: Carbon
  • Type: Voxel Block
  • Health: 100
  • Renewable: Yes
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Chrom Ore

icon_ChromOre.png
  • Name: Chrom Ore
  • Internal Name: ChromOre
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Chrom Ore

icon_ChromOreUser.png
  • Name: Chrom Ore
  • Internal Name: ChromOreUser
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Clay

icon_Clay.png
  • Name: Clay
  • Internal Name: Clay
  • Type: Voxel Block
  • Health: 80
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_Brick_Recipe.png
Brick Recipe
icon_ClayWall_Recipe.png
Clay Wall Recipe
icon_PlasterWhite_Recipe.png
Plaster Recipe
icon_PotteryWhite_Recipe.png
Pottery Recipe
icon_Tiles_Recipe.png
Tiles Recipe

Coal

icon_Coal.png
  • Name: Coal
  • Internal Name: Coal
  • Type: Voxel Block
  • Health: 120
  • Renewable: Yes
  • Weight: 1
  • Burnable: Yes
  • Heatspread: 4
Coal

icon_CoalUser.png
  • Name: Coal
  • Internal Name: CoalUser
  • Type: Voxel Block
  • Health: 120
  • Renewable: Yes
  • Weight: 1
  • Burnable: Yes
  • Heatspread: 4
This block is used in the following recipes:

icon_AmmoGrenade_Recipe.png
Grenade Launcher Ammunition Recipe
icon_BlackColor_Recipe.png
Black color Recipe
icon_Item_Torch_Recipe.png
Torch (Hand) Recipe
icon_Pavement_Recipe.png
Pavement Recipe
icon_Road_Recipe.png
Road Recipe
icon_Voxel_CampFire_Recipe.png
Campfire Recipe
icon_Voxel_Explosive_Recipe.png
Explosive Recipe
icon_Voxel_Lamp_Recipe.png
Lamp Recipe
icon_Voxel_StandingTorch_Recipe.png
Standing Torch Recipe
icon_Voxel_Torch_Recipe.png
Torch Recipe

Copper

icon_Copper.png
  • Name: Copper
  • Internal Name: Copper
  • Type: Voxel Block
  • Health: 40
  • Renewable: No
  • Weight: 3
  • Burnable: No
  • Heatspread: 4
Copper Ore

icon_CopperOre.png
  • Name: Copper Ore
  • Internal Name: CopperOre
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Copper Ore

icon_CopperOreUser.png
  • Name: Copper Ore
  • Internal Name: CopperOreUser
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Cotton

icon_Cotton.png
  • Name: Cotton
  • Internal Name: Cotton
  • Type: Voxel Block
  • Health: 100
  • Renewable: Yes
  • Weight: 1
  • Burnable: Yes
  • Heatspread: 4
This block is used in the following recipes:

icon_Item_Linen_Recipe.png
Linen Recipe

Cotton Plant

icon_CottonPlant.png
  • Name: Cotton Plant
  • Internal Name: CottonPlant
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Cotton Plant Plant with Seeds

icon_CottonPlantFinishWithSeed.png
  • Name: Cotton Plant Plant with Seeds
  • Internal Name: CottonPlantFinishWithSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Cotton Plant Seed

icon_CottonPlantSeed.png
  • Name: Cotton Plant Seed
  • Internal Name: CottonPlantSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Diamond Ore

icon_DiamondOre.png
  • Name: Diamond Ore
  • Internal Name: DiamondOre
  • Type: Voxel Block
  • Health: 150
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Diamond Ore

icon_DiamondOreUser.png
  • Name: Diamond Ore
  • Internal Name: DiamondOreUser
  • Type: Voxel Block
  • Health: 150
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Dirt

icon_Dirt.png
  • Name: Dirt
  • Internal Name: Dirt
  • Type: Voxel Block
  • Health: 50
  • Renewable: No
  • Weight: 0.5
  • Burnable: No
  • Heatspread: 8
-
This block is used in the following recipes:

icon_RoadDirt_Recipe.png
Dirt Road Recipe

EntityPlaceHolder

icon_EntityPlaceHolder.png
  • Name: EntityPlaceHolder
  • Internal Name: EntityPlaceHolder
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
Stop it cheater!
Farberwaid

icon_Farberwaid.png
  • Name: Farberwaid
  • Internal Name: Farberwaid
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
This block is used in the following recipes:

icon_Indigo_Recipe.png
Indigo Recipe

Farberwaid Seed

icon_FarberwaidSeed.png
  • Name: Farberwaid Seed
  • Internal Name: FarberwaidSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Fern

icon_Fern.png
  • Name: Fern
  • Internal Name: Fern
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
This block is used in the following recipes:

icon_GreenColor_Recipe.png
Green color Recipe

Fern 2

icon_Fern2.png
  • Name: Fern 2
  • Internal Name: Fern2
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Fern 2 Seed

icon_Fern2Seed.png
  • Name: Fern 2 Seed
  • Internal Name: Fern2Seed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Fern Seed

icon_FernSeed.png
  • Name: Fern Seed
  • Internal Name: FernSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Fern Sun

icon_FernSun.png
  • Name: Fern Sun
  • Internal Name: FernSun
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Fern Sun 2

icon_FernSun2.png
  • Name: Fern Sun 2
  • Internal Name: FernSun2
  • Type: Voxel Block
  • Health: 20
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Fern Sun 2 Seed

icon_FernSun2Seed.png
  • Name: Fern Sun 2 Seed
  • Internal Name: FernSun2Seed
  • Type: Voxel Block
  • Health: 20
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Fern Sun Seed

icon_FernSunSeed.png
  • Name: Fern Sun Seed
  • Internal Name: FernSunSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Flower

icon_Flower.png
  • Name: Flower
  • Internal Name: Flower
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Flower Heal

icon_FlowerHeal.png
  • Name: Flower Heal
  • Internal Name: FlowerHeal
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Flower Heal Seed

icon_FlowerHealSeed.png
  • Name: Flower Heal Seed
  • Internal Name: FlowerHealSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Flower Red

icon_FlowerRed.png
  • Name: Flower Red
  • Internal Name: FlowerRed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_RedColor_Recipe.png
Red color Recipe

Flower Red Seed

icon_FlowerRedSeed.png
  • Name: Flower Red Seed
  • Internal Name: FlowerRedSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Flower Seed

icon_FlowerSeed.png
  • Name: Flower Seed
  • Internal Name: FlowerSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Flower Yellow

icon_FlowerYellow.png
  • Name: Flower Yellow
  • Internal Name: FlowerYellow
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Flower Yellow Seed

icon_FlowerYellowSeed.png
  • Name: Flower Yellow Seed
  • Internal Name: FlowerYellowSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Fungus

icon_Fungus.png
  • Name: Fungus
  • Internal Name: Fungus
  • Type: Voxel Block
  • Health: 20
  • Renewable: Yes
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
Fungus

icon_FungusBig.png
  • Name: Fungus
  • Internal Name: FungusBig
  • Type: Voxel Block
  • Health: 45
  • Renewable: No
  • Weight: 0.2
  • Burnable: No
  • Heatspread: 4
Fungus Seed

icon_FungusSeed.png
  • Name: Fungus Seed
  • Internal Name: FungusSeed
  • Type: Voxel Block
  • Health: 20
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Gold

icon_Gold.png
  • Name: Gold
  • Internal Name: Gold
  • Type: Voxel Block
  • Health: 150
  • Renewable: No
  • Weight: 3
  • Burnable: No
  • Heatspread: 8
This block is used in the following recipes:

icon_Voxel_3DPrinter_Recipe.png
3D Printer Recipe

Gold Ore

icon_GoldOre.png
  • Name: Gold Ore
  • Internal Name: GoldOre
  • Type: Voxel Block
  • Health: 150
  • Renewable: No
  • Weight: 3
  • Burnable: No
  • Heatspread: 8
  • Smelting: Gold
-
If heated this block will smelt to Gold.
Gold Ore

icon_GoldOreUser.png
  • Name: Gold Ore
  • Internal Name: GoldOreUser
  • Type: Voxel Block
  • Health: 150
  • Renewable: No
  • Weight: 3
  • Burnable: No
  • Heatspread: 8
  • Smelting: Gold
-
If heated this block will smelt to Gold.
Granite

icon_Granite.png
  • Name: Granite
  • Internal Name: Granite
  • Type: Voxel Block
  • Health: 250
  • Renewable: No
  • Weight: 0.5
  • Burnable: No
  • Heatspread: 4
-
Granite

icon_GraniteUser.png
  • Name: Granite
  • Internal Name: GraniteUser
  • Type: Voxel Block
  • Health: 250
  • Renewable: No
  • Weight: 0.5
  • Burnable: No
  • Heatspread: 4
-
This block is used in the following recipes:

icon_GraniteWall_Recipe.png
Granite Wall Recipe

Gravel

icon_Gravel.png
  • Name: Gravel
  • Internal Name: Gravel
  • Type: Voxel Block
  • Health: 40
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_Concrete_Recipe.png
Concrete Recipe

Recipe
icon_Gravel_Recipe.png
  • Name: Gravel Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Gravel_Recipe.png
Heal Plant

icon_HealPlant1.png
  • Name: Heal Plant
  • Internal Name: HealPlant1
  • Type: Voxel Block
  • Health: 5
  • Renewable: Yes
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_Item_Health_Portion_Recipe.png
Health Portion Recipe

Heal Plant Seed

icon_HealPlant1Seed.png
  • Name: Heal Plant Seed
  • Internal Name: HealPlant1Seed
  • Type: Voxel Block
  • Health: 5
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Heal Plant (stronger)

icon_HealPlant2.png
  • Name: Heal Plant (stronger)
  • Internal Name: HealPlant2
  • Type: Voxel Block
  • Health: 5
  • Renewable: Yes
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_Item_Health_Portion1_Recipe.png
Stronger Health Portion Recipe

Heal Plant (stronger) Seed

icon_HealPlant2Seed.png
  • Name: Heal Plant (stronger) Seed
  • Internal Name: HealPlant2Seed
  • Type: Voxel Block
  • Health: 5
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Heal Root

icon_HealPlant3.png
  • Name: Heal Root
  • Internal Name: HealPlant3
  • Type: Voxel Block
  • Health: 5
  • Renewable: Yes
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_Item_Health_Portion2_Recipe.png
Ultimate Health Portion Recipe

Heal Root Seed

icon_HealPlant3Seed.png
  • Name: Heal Root Seed
  • Internal Name: HealPlant3Seed
  • Type: Voxel Block
  • Health: 5
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Ice

icon_Ice.png
  • Name: Ice
  • Internal Name: Ice
  • Type: Voxel Block
  • Health: 300
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Indigo

icon_Indigo.png
  • Name: Indigo
  • Internal Name: Indigo
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_BlueColor_Recipe.png
Blue color Recipe

Recipe
icon_Indigo_Recipe.png
  • Name: Indigo Recipe
  • Result Count: 4
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Indigo_Recipe.png
Iron

icon_Iron.png
  • Name: Iron
  • Internal Name: Iron
  • Type: Voxel Block
  • Health: 200
  • Renewable: No
  • Weight: 2
  • Burnable: No
  • Heatspread: 8
This block is used in the following recipes:

icon_Ammo9mm_Recipe.png
9mm Ammunition Recipe
icon_AmmoGrenade_Recipe.png
Grenade Launcher Ammunition Recipe
icon_AmmoMachineGun_Recipe.png
Machine Gun Ammunition Recipe
icon_AmmoRevolver_Recipe.png
Revolver Ammunition Recipe
icon_AmmoShotgun_Recipe.png
Shotgun Ammunition Recipe
icon_AmmoSniper_Recipe.png
Sniper Ammunition Recipe
icon_Cloth_Army_Helmet_Recipe.png
Army Helmet Recipe
icon_Electronic_Wire_Recipe.png
Electric Wire Recipe
icon_Fence_Recipe.png
Fence Recipe
icon_GrateCoarse_Recipe.png
Coarse Grate Recipe
icon_Grate_Recipe.png
Grate Recipe
icon_GridCoarse_Recipe.png
Coarse Grid Recipe
icon_Grid_Recipe.png
Grid Recipe
icon_IronBlock_Recipe.png
Iron Block Recipe
icon_Item_Arrow_Recipe.png
Arrow Recipe
icon_Item_AxeNew_Recipe.png
Steel Axe Recipe
icon_Item_AxeOld_Recipe.png
Iron Axe Recipe
icon_Item_Bolt_Recipe.png
Bolt Recipe
icon_Item_Bucket_Recipe.png
Bucket Recipe
icon_Item_FlashLight_Recipe.png
Flash Light Recipe
icon_Item_GrenadeLauncher_Recipe.png
Grenade Launcher Recipe
icon_Item_Knife_Recipe.png
Knife Recipe
icon_Item_Latern_Recipe.png
Lantern Recipe
icon_Item_LongSword_Recipe.png
Long Sword Recipe
icon_Item_MachineGun2_Recipe.png
Machine Gun TQ 30 Recipe
icon_Item_MachineGun3_Recipe.png
Machine Gun TC-10 Recipe
icon_Item_MachineGun4_Recipe.png
Machine Gun TK-14 Recipe
icon_Item_MachineGun_Recipe.png
MachineGun Recipe
icon_Item_Nail_Recipe.png
Nail Recipe
icon_Item_PickaxeNew_Recipe.png
Steel Pickaxe Recipe
icon_Item_PickaxeOld_Recipe.png
Iron Pickaxe Recipe
icon_Item_Pistole2_Recipe.png
Pistole 2 Recipe
icon_Item_Pistole_Recipe.png
9mm Pistole Recipe
icon_Item_Revolver_Recipe.png
Revolver Recipe
icon_Item_Shotgun_Recipe.png
Shotgun Recipe
icon_Item_ShovelNew_Recipe.png
Steel Shovel Recipe
icon_Item_ShovelOld_Recipe.png
Iron Shovel Recipe
icon_Item_SiegfriedsAxe_Recipe.png
Siegfrieds Axe Recipe
icon_Item_Sniper_Recipe.png
Sniper Rifle Recipe
icon_Item_Sword_Recipe.png
Sword Recipe
icon_MetalFloor_Recipe.png
Metal Floor Recipe
icon_Railing_Recipe.png
Railing Recipe
icon_Voxel_3DPrinter_Recipe.png
3D Printer Recipe
icon_Voxel_BarrelNew_Recipe.png
Barrel New Recipe
icon_Voxel_Barrel_Recipe.png
Barrel Recipe
icon_Voxel_Boat_Recipe.png
Boat Recipe
icon_Voxel_Chest_Recipe.png
Chest Recipe
icon_Voxel_Chest_Small_Recipe.png
Chest Small Recipe
icon_Voxel_Electronic_And_Recipe.png
And Recipe
icon_Voxel_Electronic_Button_Recipe.png
Button Recipe
icon_Voxel_Electronic_CPU_Recipe.png
CPU Recipe
icon_Voxel_Electronic_Clock_Recipe.png
Clock Recipe
icon_Voxel_Electronic_FlipFlop_Recipe.png
FlipFlop Recipe
icon_Voxel_Electronic_LED_Recipe.png
LED Recipe
icon_Voxel_Electronic_Nand_Recipe.png
Nand Recipe
icon_Voxel_Electronic_Not_Recipe.png
Not Recipe
icon_Voxel_Electronic_Or_Recipe.png
Or Recipe
icon_Voxel_Electronic_Switch_Recipe.png
Switch Recipe
icon_Voxel_Electronic_Wall_Button_Recipe.png
Wall Button Recipe
icon_Voxel_Electronic_Wooden_Door_Recipe.png
Electronic Wooden Door Recipe
icon_Voxel_IronFence_05m_3Corners_Recipe.png
Iron Fence 0.5m 3 Corners Recipe
icon_Voxel_IronFence_05m_Edge_Recipe.png
Iron Fence 0.5m Edge Recipe
icon_Voxel_IronFence_05m_End_Recipe.png
Iron Fence 0.5m End Recipe
icon_Voxel_IronFence_05m_x_05m_Recipe.png
Iron Fence 0.5m x 0.5m Recipe
icon_Voxel_IronFence_1m_3Corners_Recipe.png
Iron Fence 1m 3 Corners Recipe
icon_Voxel_IronFence_1m_Edge_Recipe.png
Iron Fence 1m Edge Recipe
icon_Voxel_IronFence_1m_End_Recipe.png
Iron Fence 1m End Recipe
icon_Voxel_IronFence_1m_x_1m_Recipe.png
Iron Fence 1m x 1m Recipe
icon_Voxel_IronFence_2m_3Corners_Recipe.png
Iron Fence 2m 3 Corners Recipe
icon_Voxel_IronFence_2m_Edge_Recipe.png
Iron Fence 2m Edge Recipe
icon_Voxel_IronFence_2m_End_Recipe.png
Iron Fence 2m End Recipe
icon_Voxel_IronFence_2m_x_2m_Recipe.png
Iron Fence 2m x 2m Recipe
icon_Voxel_Ladder_1_2m_Recipe.png
Ladder 1/2 m Recipe
icon_Voxel_Ladder_1_4m_Recipe.png
Ladder 1/4 m Recipe
icon_Voxel_Ladder_1m_Recipe.png
Ladder 1 m Recipe
icon_Voxel_Ladder_2m_Recipe.png
Ladder 2 m Recipe
icon_Voxel_Lamp_Recipe.png
Lamp Recipe
icon_Voxel_Metal_Crate_Recipe.png
Metal Crate Recipe
icon_Voxel_Metal_Shelf_Recipe.png
Metal Shelf Recipe

Recipe
icon_Iron_Recipe.png
  • Name: Iron Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CAMPFIRE
recipe_Iron_Recipe.png
Iron Ore

icon_IronOre.png
  • Name: Iron Ore
  • Internal Name: IronOre
  • Type: Voxel Block
  • Health: 200
  • Renewable: No
  • Weight: 3
  • Burnable: No
  • Heatspread: 8
  • Smelting: Iron
-
If heated this block will smelt to Iron.
Iron Ore

icon_IronOreUser.png
  • Name: Iron Ore
  • Internal Name: IronOreUser
  • Type: Voxel Block
  • Health: 200
  • Renewable: No
  • Weight: 3
  • Burnable: No
  • Heatspread: 8
  • Smelting: Iron
-
This block is used in the following recipes:

icon_Iron_Recipe.png
Iron Recipe
icon_Item_Lighter_Recipe.png
Lighter Recipe

If heated this block will smelt to Iron.
Ivy

icon_Ivy.png
  • Name: Ivy
  • Internal Name: Ivy
  • Type: Voxel Block
  • Health: 40
  • Renewable: No
  • Weight: 2
  • Burnable: No
  • Heatspread: 4
Leaf

icon_Leaf.png
  • Name: Leaf
  • Internal Name: Leaf
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Leaf1_2

icon_Leaf1_2.png
  • Name: Leaf1_2
  • Internal Name: Leaf1_2
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Leaf1_3

icon_Leaf1_3.png
  • Name: Leaf1_3
  • Internal Name: Leaf1_3
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Leaf Beech

icon_LeafBeech.png
  • Name: Leaf Beech
  • Internal Name: LeafBeech
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Leaf Beech Seed

icon_LeafBeechSeed.png
  • Name: Leaf Beech Seed
  • Internal Name: LeafBeechSeed
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Leaf Big Beech

icon_LeafBigBeech.png
  • Name: Leaf Big Beech
  • Internal Name: LeafBigBeech
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Leaf Big Oak

icon_LeafBigOak.png
  • Name: Leaf Big Oak
  • Internal Name: LeafBigOak
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Leaf Fir

icon_LeafFir.png
  • Name: Leaf Fir
  • Internal Name: LeafFir
  • Type: Voxel Block
  • Health: 120
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Leaf Fir Seed

icon_LeafFirSeed.png
  • Name: Leaf Fir Seed
  • Internal Name: LeafFirSeed
  • Type: Voxel Block
  • Health: 120
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Leaf Oak

icon_LeafOak.png
  • Name: Leaf Oak
  • Internal Name: LeafOak
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Leaf Oak Seed

icon_LeafOakSeed.png
  • Name: Leaf Oak Seed
  • Internal Name: LeafOakSeed
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Leaf Palm Tree

icon_LeafPalmTree.png
  • Name: Leaf Palm Tree
  • Internal Name: LeafPalmTree
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Leaf Palm Tree Seed

icon_LeafPalmTreeSeed.png
  • Name: Leaf Palm Tree Seed
  • Internal Name: LeafPalmTreeSeed
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Savanna Tree

icon_LeafSavanna.png
  • Name: Savanna Tree
  • Internal Name: LeafSavanna
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Savanna Tree Seed

icon_LeafSavannaSeed.png
  • Name: Savanna Tree Seed
  • Internal Name: LeafSavannaSeed
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Leaf Small Palm Tree

icon_LeafSmallPalmTree.png
  • Name: Leaf Small Palm Tree
  • Internal Name: LeafSmallPalmTree
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Leaf Small Palm Tree Seed

icon_LeafSmallPalmTreeSeed.png
  • Name: Leaf Small Palm Tree Seed
  • Internal Name: LeafSmallPalmTreeSeed
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Leafs

icon_Leafs.png
  • Name: Leafs
  • Internal Name: Leafs
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Leafs Seed

icon_LeafsSeed.png
  • Name: Leafs Seed
  • Internal Name: LeafsSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Lime

icon_Lime.png
  • Name: Lime
  • Internal Name: Lime
  • Type: Voxel Block
  • Health: 40
  • Renewable: No
  • Weight: 3
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_Concrete_Recipe.png
Concrete Recipe
icon_Item_Glue_Recipe.png
Glue Recipe

Recipe
icon_Lime_Recipe.png
  • Name: Lime Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Lime_Recipe.png
Lime stone

icon_Limestone.png
  • Name: Lime stone
  • Internal Name: Limestone
  • Type: Voxel Block
  • Health: 120
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 8
  • Smelting: Lime
This block is used in the following recipes:

icon_Lime_Recipe.png
Lime Recipe

If heated this block will smelt to Lime.
Lithium Ore

icon_LithiumOre.png
  • Name: Lithium Ore
  • Internal Name: LithiumOre
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Lithium Ore

icon_LithiumOreUser.png
  • Name: Lithium Ore
  • Internal Name: LithiumOreUser
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Low Water Plant

icon_LowWaterPlant.png
  • Name: Low Water Plant
  • Internal Name: LowWaterPlant
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
Low Water Plant Seed

icon_LowWaterPlantSeed.png
  • Name: Low Water Plant Seed
  • Internal Name: LowWaterPlantSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Natural Street

icon_NaturalStreet.png
  • Name: Natural Street
  • Internal Name: NaturalStreet
  • Type: Voxel Block
  • Health: 300
  • Renewable: No
  • Weight: 3
  • Burnable: No
  • Heatspread: 4
Neutronium

icon_Neutronium.png
  • Name: Neutronium
  • Internal Name: Neutronium
  • Type: Voxel Block
  • Health: 100000
  • Renewable: No
  • Weight: 1000
  • Burnable: No
  • Heatspread: 4
Palm Tree Wood

icon_PalmTreeWood.png
  • Name: Palm Tree Wood
  • Internal Name: PalmTreeWood
  • Type: Voxel Block
  • Health: 160
  • Renewable: Yes
  • Weight: 1
  • Burnable: Yes
  • Heatspread: 4
Pavement

icon_Pavement.png
  • Name: Pavement
  • Internal Name: Pavement
  • Type: Voxel Block
  • Health: 200
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_Pavement_Recipe.png
  • Name: Pavement Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Pavement_Recipe.png
Petroleum

icon_Petroleum.png
  • Name: Petroleum
  • Internal Name: Petroleum
  • Type: Voxel Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
-
Petroleum

icon_PetroleumUser.png
  • Name: Petroleum
  • Internal Name: PetroleumUser
  • Type: Voxel Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
-
This block is used in the following recipes:

icon_AmmoGrenade_Recipe.png
Grenade Launcher Ammunition Recipe
icon_Cloth_Army_Helmet_Recipe.png
Army Helmet Recipe
icon_Cloth_Police_Helmet_Recipe.png
Police Helmet Recipe
icon_Item_FlashLight_Recipe.png
Flash Light Recipe
icon_Item_Lighter_Recipe.png
Lighter Recipe
icon_Item_Pistole2_Recipe.png
Pistole 2 Recipe
icon_Item_Sniper_Recipe.png
Sniper Rifle Recipe
icon_Voxel_3DPrinter_Recipe.png
3D Printer Recipe
icon_Voxel_Candle_Recipe.png
Candle Recipe
icon_Voxel_Electronic_And_Recipe.png
And Recipe
icon_Voxel_Electronic_Button_Recipe.png
Button Recipe
icon_Voxel_Electronic_CPU_Recipe.png
CPU Recipe
icon_Voxel_Electronic_Clock_Recipe.png
Clock Recipe
icon_Voxel_Electronic_FlipFlop_Recipe.png
FlipFlop Recipe
icon_Voxel_Electronic_LED_Recipe.png
LED Recipe
icon_Voxel_Electronic_Nand_Recipe.png
Nand Recipe
icon_Voxel_Electronic_Not_Recipe.png
Not Recipe
icon_Voxel_Electronic_Or_Recipe.png
Or Recipe
icon_Voxel_Electronic_Switch_Recipe.png
Switch Recipe
icon_Voxel_Electronic_Wall_Button_Recipe.png
Wall Button Recipe
icon_Voxel_Explosive_Recipe.png
Explosive Recipe
icon_Voxel_Hanging_Candle_Recipe.png
Hanging Candle Recipe

Pottery (Color: Aqua)

icon_PotteryAqua.png
  • Name: Pottery (Color: Aqua)
  • Internal Name: PotteryAqua
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryAqua_Recipe.png
  • Name: Pottery (Color: Aqua) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryAqua_Recipe.png
Pottery (Color: Black)

icon_PotteryBlack.png
  • Name: Pottery (Color: Black)
  • Internal Name: PotteryBlack
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryBlack_Recipe.png
  • Name: Pottery (Color: Black) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryBlack_Recipe.png
Pottery (Color: Blue)

icon_PotteryBlue.png
  • Name: Pottery (Color: Blue)
  • Internal Name: PotteryBlue
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryBlue_Recipe.png
  • Name: Pottery (Color: Blue) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryBlue_Recipe.png
Pottery (Color: Fuchsia)

icon_PotteryFuchsia.png
  • Name: Pottery (Color: Fuchsia)
  • Internal Name: PotteryFuchsia
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryFuchsia_Recipe.png
  • Name: Pottery (Color: Fuchsia) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryFuchsia_Recipe.png
Pottery (Color: Gray)

icon_PotteryGray.png
  • Name: Pottery (Color: Gray)
  • Internal Name: PotteryGray
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryGray_Recipe.png
  • Name: Pottery (Color: Gray) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryGray_Recipe.png
Pottery (Color: Green)

icon_PotteryGreen.png
  • Name: Pottery (Color: Green)
  • Internal Name: PotteryGreen
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryGreen_Recipe.png
  • Name: Pottery (Color: Green) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryGreen_Recipe.png
Pottery (Color: Lime)

icon_PotteryLime.png
  • Name: Pottery (Color: Lime)
  • Internal Name: PotteryLime
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryLime_Recipe.png
  • Name: Pottery (Color: Lime) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryLime_Recipe.png
Pottery (Color: Maroon)

icon_PotteryMaroon.png
  • Name: Pottery (Color: Maroon)
  • Internal Name: PotteryMaroon
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryMaroon_Recipe.png
  • Name: Pottery (Color: Maroon) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryMaroon_Recipe.png
Pottery (Color: Navy)

icon_PotteryNavy.png
  • Name: Pottery (Color: Navy)
  • Internal Name: PotteryNavy
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryNavy_Recipe.png
  • Name: Pottery (Color: Navy) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryNavy_Recipe.png
Pottery (Color: Olive)

icon_PotteryOlive.png
  • Name: Pottery (Color: Olive)
  • Internal Name: PotteryOlive
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryOlive_Recipe.png
  • Name: Pottery (Color: Olive) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryOlive_Recipe.png
Pottery (Color: Purple)

icon_PotteryPurple.png
  • Name: Pottery (Color: Purple)
  • Internal Name: PotteryPurple
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryPurple_Recipe.png
  • Name: Pottery (Color: Purple) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryPurple_Recipe.png
Pottery (Color: Red)

icon_PotteryRed.png
  • Name: Pottery (Color: Red)
  • Internal Name: PotteryRed
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryRed_Recipe.png
  • Name: Pottery (Color: Red) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryRed_Recipe.png
Pottery (Color: Silver)

icon_PotterySilver.png
  • Name: Pottery (Color: Silver)
  • Internal Name: PotterySilver
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotterySilver_Recipe.png
  • Name: Pottery (Color: Silver) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotterySilver_Recipe.png
Pottery (Color: Teal)

icon_PotteryTeal.png
  • Name: Pottery (Color: Teal)
  • Internal Name: PotteryTeal
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryTeal_Recipe.png
  • Name: Pottery (Color: Teal) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryTeal_Recipe.png
Pottery

icon_PotteryWhite.png
  • Name: Pottery
  • Internal Name: PotteryWhite
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_PotteryAqua_Recipe.png
Pottery (Color: Aqua) Recipe
icon_PotteryBlack_Recipe.png
Pottery (Color: Black) Recipe
icon_PotteryBlue_Recipe.png
Pottery (Color: Blue) Recipe
icon_PotteryFuchsia_Recipe.png
Pottery (Color: Fuchsia) Recipe
icon_PotteryGray_Recipe.png
Pottery (Color: Gray) Recipe
icon_PotteryGreen_Recipe.png
Pottery (Color: Green) Recipe
icon_PotteryLime_Recipe.png
Pottery (Color: Lime) Recipe
icon_PotteryMaroon_Recipe.png
Pottery (Color: Maroon) Recipe
icon_PotteryNavy_Recipe.png
Pottery (Color: Navy) Recipe
icon_PotteryOlive_Recipe.png
Pottery (Color: Olive) Recipe
icon_PotteryPurple_Recipe.png
Pottery (Color: Purple) Recipe
icon_PotteryRed_Recipe.png
Pottery (Color: Red) Recipe
icon_PotterySilver_Recipe.png
Pottery (Color: Silver) Recipe
icon_PotteryTeal_Recipe.png
Pottery (Color: Teal) Recipe
icon_PotteryYellow_Recipe.png
Pottery (Color: Yellow) Recipe

Recipe
icon_PotteryWhite_Recipe.png
  • Name: Pottery Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryWhite_Recipe.png
Pottery (Color: Yellow)

icon_PotteryYellow.png
  • Name: Pottery (Color: Yellow)
  • Internal Name: PotteryYellow
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PotteryYellow_Recipe.png
  • Name: Pottery (Color: Yellow) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PotteryYellow_Recipe.png
Red Sand

icon_RedSand.png
  • Name: Red Sand
  • Internal Name: RedSand
  • Type: Voxel Block
  • Health: 40
  • Renewable: No
  • Weight: 2
  • Burnable: No
  • Heatspread: 4
Road

icon_Road.png
  • Name: Road
  • Internal Name: Road
  • Type: Voxel Block
  • Health: 250
  • Renewable: No
  • Weight: 0.333333
  • Burnable: No
  • Heatspread: 4
Recipe
icon_Road_Recipe.png
  • Name: Road Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Road_Recipe.png
Dirt Road

icon_RoadDirt.png
  • Name: Dirt Road
  • Internal Name: RoadDirt
  • Type: Voxel Block
  • Health: 150
  • Renewable: No
  • Weight: 0.166667
  • Burnable: No
  • Heatspread: 4
Recipe
icon_RoadDirt_Recipe.png
  • Name: Dirt Road Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_RoadDirt_Recipe.png
Root

icon_Root.png
  • Name: Root
  • Internal Name: Root
  • Type: Voxel Block
  • Health: 15
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Root Seed

icon_RootSeed.png
  • Name: Root Seed
  • Internal Name: RootSeed
  • Type: Voxel Block
  • Health: 15
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Sand

icon_Sand.png
  • Name: Sand
  • Internal Name: Sand
  • Type: Voxel Block
  • Health: 30
  • Renewable: No
  • Weight: 2
  • Burnable: No
  • Heatspread: 16
  • Smelting: Glass
This block is used in the following recipes:

icon_Concrete_Recipe.png
Concrete Recipe
icon_Glass_Recipe.png
Glass Recipe

If heated this block will smelt to Glass.
Sandstone

icon_Sandstone.png
  • Name: Sandstone
  • Internal Name: Sandstone
  • Type: Voxel Block
  • Health: 200
  • Renewable: No
  • Weight: 0.5
  • Burnable: No
  • Heatspread: 4
-
This block is used in the following recipes:

icon_SandstoneWall_Recipe.png
SandstoneWall Recipe

Schlehdorn

icon_Schlehdorn.png
  • Name: Schlehdorn
  • Internal Name: Schlehdorn
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Schlehdorn Seed

icon_SchlehdornSeed.png
  • Name: Schlehdorn Seed
  • Internal Name: SchlehdornSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Shrub

icon_Shrub.png
  • Name: Shrub
  • Internal Name: Shrub
  • Type: Voxel Block
  • Health: 15
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Shrub Big

icon_ShrubBig.png
  • Name: Shrub Big
  • Internal Name: ShrubBig
  • Type: Voxel Block
  • Health: 20
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
-
Shrub Big Seed

icon_ShrubBigSeed.png
  • Name: Shrub Big Seed
  • Internal Name: ShrubBigSeed
  • Type: Voxel Block
  • Health: 20
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
-
Shrub Dead

icon_ShrubDead.png
  • Name: Shrub Dead
  • Internal Name: ShrubDead
  • Type: Voxel Block
  • Health: 10
  • Renewable: No
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Shrub Dead Small

icon_ShrubDeadSmall.png
  • Name: Shrub Dead Small
  • Internal Name: ShrubDeadSmall
  • Type: Voxel Block
  • Health: 10
  • Renewable: No
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Shrub Seed

icon_ShrubSeed.png
  • Name: Shrub Seed
  • Internal Name: ShrubSeed
  • Type: Voxel Block
  • Health: 15
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
ShrubSmall

icon_ShrubSmall.png
  • Name: ShrubSmall
  • Internal Name: ShrubSmall
  • Type: Voxel Block
  • Health: 15
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
ShrubSmall Seed

icon_ShrubSmallSeed.png
  • Name: ShrubSmall Seed
  • Internal Name: ShrubSmallSeed
  • Type: Voxel Block
  • Health: 15
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
ShrubSmaller

icon_ShrubSmaller.png
  • Name: ShrubSmaller
  • Internal Name: ShrubSmaller
  • Type: Voxel Block
  • Health: 15
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
ShrubSmaller Seed

icon_ShrubSmallerSeed.png
  • Name: ShrubSmaller Seed
  • Internal Name: ShrubSmallerSeed
  • Type: Voxel Block
  • Health: 15
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Silicon Ore

icon_SiliconOre.png
  • Name: Silicon Ore
  • Internal Name: SiliconOre
  • Type: Voxel Block
  • Health: 80
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Silicon Ore

icon_SiliconOreUser.png
  • Name: Silicon Ore
  • Internal Name: SiliconOreUser
  • Type: Voxel Block
  • Health: 80
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Snow

icon_Snow.png
  • Name: Snow
  • Internal Name: Snow
  • Type: Voxel Block
  • Health: 50
  • Renewable: No
  • Weight: 0.5
  • Burnable: No
  • Heatspread: 4
Stone

icon_Stone.png
  • Name: Stone
  • Internal Name: Stone
  • Type: Voxel Block
  • Health: 150
  • Renewable: No
  • Weight: 3
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_BigStoneBlocks_Recipe.png
Stone Blocks Recipe
icon_BrickRound_Recipe.png
Round Bricks Recipe
icon_BrickStone_Recipe.png
Stone Brick Recipe
icon_CobbleStone_Recipe.png
CobbleStone Recipe
icon_FloorStone_Recipe.png
Floor Stone Recipe
icon_Gravel_Recipe.png
Gravel Recipe
icon_Item_AxeStone_Recipe.png
Stone Stone Recipe
icon_Item_PickaxeStone_Recipe.png
Stone Pickaxe Recipe
icon_Item_ShovelStone_Recipe.png
Stone Shovel Recipe
icon_Pavement_Recipe.png
Pavement Recipe
icon_Road_Recipe.png
Road Recipe
icon_StoneGround_Recipe.png
Stone Ground Recipe
icon_StoneWall_Recipe.png
Stone Wall Recipe
icon_Voxel_CampFire_Recipe.png
Campfire Recipe

Stones

icon_Stones.png
  • Name: Stones
  • Internal Name: Stones
  • Type: Voxel Block
  • Health: 100
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Street

icon_Street.png
  • Name: Street
  • Internal Name: Street
  • Type: Voxel Block
  • Health: 200
  • Renewable: No
  • Weight: 9
  • Burnable: No
  • Heatspread: 4
Sulfur

icon_Sulfur.png
  • Name: Sulfur
  • Internal Name: Sulfur
  • Type: Voxel Block
  • Health: 20
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Sulfur

icon_SulfurUser.png
  • Name: Sulfur
  • Internal Name: SulfurUser
  • Type: Voxel Block
  • Health: 20
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
This block is used in the following recipes:

icon_AmmoGrenade_Recipe.png
Grenade Launcher Ammunition Recipe
icon_Voxel_Explosive_Recipe.png
Explosive Recipe

Titan

icon_Titan.png
  • Name: Titan
  • Internal Name: Titan
  • Type: Voxel Block
  • Health: 300
  • Renewable: No
  • Weight: 4
  • Burnable: No
  • Heatspread: 4
Titan Ore

icon_TitanOre.png
  • Name: Titan Ore
  • Internal Name: TitanOre
  • Type: Voxel Block
  • Health: 200
  • Renewable: No
  • Weight: 7
  • Burnable: No
  • Heatspread: 4
Titan Ore

icon_TitanOreUser.png
  • Name: Titan Ore
  • Internal Name: TitanOreUser
  • Type: Voxel Block
  • Health: 200
  • Renewable: No
  • Weight: 7
  • Burnable: No
  • Heatspread: 4
Tropical Plant 1

icon_TropicalPlant1.png
  • Name: Tropical Plant 1
  • Internal Name: TropicalPlant1
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 32
  • Burnable: Yes
  • Heatspread: 4
Tropical Plant 1 Seed

icon_TropicalPlant1Seed.png
  • Name: Tropical Plant 1 Seed
  • Internal Name: TropicalPlant1Seed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Tropical Plant 2

icon_TropicalPlant2.png
  • Name: Tropical Plant 2
  • Internal Name: TropicalPlant2
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 32
  • Burnable: Yes
  • Heatspread: 4
Tropical Plant 2 Seed

icon_TropicalPlant2Seed.png
  • Name: Tropical Plant 2 Seed
  • Internal Name: TropicalPlant2Seed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Tropical Plant 3

icon_TropicalPlant3.png
  • Name: Tropical Plant 3
  • Internal Name: TropicalPlant3
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 32
  • Burnable: Yes
  • Heatspread: 4
Tropical Plant 3 Seed

icon_TropicalPlant3Seed.png
  • Name: Tropical Plant 3 Seed
  • Internal Name: TropicalPlant3Seed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Tropical Plant 4

icon_TropicalPlant4.png
  • Name: Tropical Plant 4
  • Internal Name: TropicalPlant4
  • Type: Voxel Block
  • Health: 20
  • Renewable: Yes
  • Weight: 32
  • Burnable: Yes
  • Heatspread: 4
Tropical Plant 4 Seed

icon_TropicalPlant4Seed.png
  • Name: Tropical Plant 4 Seed
  • Internal Name: TropicalPlant4Seed
  • Type: Voxel Block
  • Health: 20
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Tropical Plant 5

icon_TropicalPlant5.png
  • Name: Tropical Plant 5
  • Internal Name: TropicalPlant5
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 32
  • Burnable: Yes
  • Heatspread: 4
Tropical Plant 5 Seed

icon_TropicalPlant5Seed.png
  • Name: Tropical Plant 5 Seed
  • Internal Name: TropicalPlant5Seed
  • Type: Voxel Block
  • Health: 30
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Common Grape Vine

icon_VinePlant.png
  • Name: Common Grape Vine
  • Internal Name: VinePlant
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Common Grape Vine Plant with Seeds

icon_VinePlantFinishWithSeed.png
  • Name: Common Grape Vine Plant with Seeds
  • Internal Name: VinePlantFinishWithSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: Yes
  • Heatspread: 4
Common Grape Vine Seed

icon_VinePlantSeed.png
  • Name: Common Grape Vine Seed
  • Internal Name: VinePlantSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: Yes
  • Heatspread: 4
Visible Neutronium

icon_VisibleNeutronium.png
  • Name: Visible Neutronium
  • Internal Name: VisibleNeutronium
  • Type: Voxel Block
  • Health: 20000
  • Renewable: No
  • Weight: 2
  • Burnable: No
  • Heatspread: 4
This should not be visible in your inventory
Water Plant

icon_WaterPlant.png
  • Name: Water Plant
  • Internal Name: WaterPlant
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
Water Plant Seed

icon_WaterPlantSeed.png
  • Name: Water Plant Seed
  • Internal Name: WaterPlantSeed
  • Type: Voxel Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.64
  • Burnable: No
  • Heatspread: 4
Wood

icon_Wood.png
  • Name: Wood
  • Internal Name: Wood
  • Type: Voxel Block
  • Health: 120
  • Renewable: Yes
  • Weight: 1
  • Burnable: Yes
  • Heatspread: 4
Wood

icon_WoodUser.png
  • Name: Wood
  • Internal Name: WoodUser
  • Type: Voxel Block
  • Health: 120
  • Renewable: Yes
  • Weight: 1
  • Burnable: Yes
  • Heatspread: 4
  • Smelting: Coal
-
This block is used in the following recipes:

icon_Iron_Recipe.png
Iron Recipe
icon_Item_Paper_Recipe.png
Paper Recipe
icon_Item_Stick_Recipe.png
Stick Recipe
icon_Planks_Recipe.png
Planks Recipe
icon_Voxel_CampFire_Recipe.png
Campfire Recipe

If heated this block will smelt to Coal.

3.6.3.2 Solid Blocks

Stone Blocks

icon_BigStoneBlocks.png
  • Name: Stone Blocks
  • Internal Name: BigStoneBlocks
  • Type: Solid Block
  • Health: 350
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_BigStoneBlocks_Recipe.png
  • Name: Stone Blocks Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_BigStoneBlocks_Recipe.png
Black color

icon_BlackColor.png
  • Name: Black color
  • Internal Name: BlackColor
  • Type: Solid Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.2
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_Cloth_Black_TShirt_Recipe.png
Black TShirt Recipe
icon_Cloth_Leather_Jacket_Recipe.png
Leather Jacket Recipe
icon_GlassBlack_Recipe.png
Glass (Black) Recipe
icon_GlassGray_Recipe.png
Glass (Gray) Recipe
icon_GlassSilver_Recipe.png
Glass (Silver) Recipe
icon_PlasterBlack_Recipe.png
Plaster (Color: Black) Recipe
icon_PlasterGray_Recipe.png
Plaster (Color: Gray) Recipe
icon_PlasterSilver_Recipe.png
Plaster (Color: Silver) Recipe
icon_PotteryBlack_Recipe.png
Pottery (Color: Black) Recipe
icon_PotteryGray_Recipe.png
Pottery (Color: Gray) Recipe
icon_PotterySilver_Recipe.png
Pottery (Color: Silver) Recipe
icon_Voxel_Painting_Duck_Recipe.png
Painting: Duck Recipe
icon_Voxel_Painting_Landscape_Recipe.png
Painting: Landscape Recipe

Recipe
icon_BlackColor_Recipe.png
  • Name: Black color Recipe
  • Result Count: 4
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_BlackColor_Recipe.png
Blue color

icon_BlueColor.png
  • Name: Blue color
  • Internal Name: BlueColor
  • Type: Solid Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.1
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_Cloth_Jeans_Recipe.png
Jeans Recipe
icon_Cloth_Trousers_2_Recipe.png
Trousers Recipe
icon_Cloth_Walking_Shoe_2_Recipe.png
Walking Shoes Recipe
icon_Cloth_Yeans_Recipe.png
Yeans Recipe
icon_GlassAqua_Recipe.png
Glass (Aqua) Recipe
icon_GlassBlue_Recipe.png
Glass (Blue) Recipe
icon_GlassFuchsia_Recipe.png
Glass (Fuchsia) Recipe
icon_GlassNavy_Recipe.png
Glass (Navy) Recipe
icon_GlassPurple_Recipe.png
Glass (Purple) Recipe
icon_GlassTeal_Recipe.png
Glass (Teal) Recipe
icon_PlasterAqua_Recipe.png
Plaster (Color: Aqua) Recipe
icon_PlasterBlue_Recipe.png
Plaster (Color: Blue) Recipe
icon_PlasterFuchsia_Recipe.png
Plaster (Color: Fuchsia) Recipe
icon_PlasterNavy_Recipe.png
Plaster (Color: Navy) Recipe
icon_PlasterPurple_Recipe.png
Plaster (Color: Purple) Recipe
icon_PlasterTeal_Recipe.png
Plaster (Color: Teal) Recipe
icon_PotteryAqua_Recipe.png
Pottery (Color: Aqua) Recipe
icon_PotteryBlue_Recipe.png
Pottery (Color: Blue) Recipe
icon_PotteryFuchsia_Recipe.png
Pottery (Color: Fuchsia) Recipe
icon_PotteryNavy_Recipe.png
Pottery (Color: Navy) Recipe
icon_PotteryPurple_Recipe.png
Pottery (Color: Purple) Recipe
icon_PotteryTeal_Recipe.png
Pottery (Color: Teal) Recipe
icon_Voxel_Painting_Duck_Recipe.png
Painting: Duck Recipe
icon_Voxel_Painting_Landscape_Recipe.png
Painting: Landscape Recipe

Recipe
icon_BlueColor_Recipe.png
  • Name: Blue color Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_BlueColor_Recipe.png
Brick

icon_Brick.png
  • Name: Brick
  • Internal Name: Brick
  • Type: Solid Block
  • Health: 200
  • Renewable: No
  • Weight: 0.5
  • Burnable: No
  • Heatspread: 4
A small Brick
Recipe
icon_Brick_Recipe.png
  • Name: Brick Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Brick_Recipe.png
Round Bricks

icon_BrickRound.png
  • Name: Round Bricks
  • Internal Name: BrickRound
  • Type: Solid Block
  • Health: 300
  • Renewable: No
  • Weight: 2
  • Burnable: No
  • Heatspread: 4
Round bricks out of stone
Recipe
icon_BrickRound_Recipe.png
  • Name: Round Bricks Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_BrickRound_Recipe.png
Stone Brick

icon_BrickStone.png
  • Name: Stone Brick
  • Internal Name: BrickStone
  • Type: Solid Block
  • Health: 300
  • Renewable: No
  • Weight: 2
  • Burnable: No
  • Heatspread: 4
Bricks out of stone
Recipe
icon_BrickStone_Recipe.png
  • Name: Stone Brick Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_BrickStone_Recipe.png
Broken Ground

icon_BrokenGround.png
  • Name: Broken Ground
  • Internal Name: BrokenGround
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Clay Wall

icon_ClayWall.png
  • Name: Clay Wall
  • Internal Name: ClayWall
  • Type: Solid Block
  • Health: 150
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_ClayWall_Recipe.png
  • Name: Clay Wall Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_ClayWall_Recipe.png
CobbleStone

icon_CobbleStone.png
  • Name: CobbleStone
  • Internal Name: CobbleStone
  • Type: Solid Block
  • Health: 150
  • Renewable: No
  • Weight: 0.6
  • Burnable: No
  • Heatspread: 4
Recipe
icon_CobbleStone_Recipe.png
  • Name: CobbleStone Recipe
  • Result Count: 4
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_CobbleStone_Recipe.png
Concrete

icon_Concrete.png
  • Name: Concrete
  • Internal Name: Concrete
  • Type: Solid Block
  • Health: 500
  • Renewable: No
  • Weight: 0.5
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_ConcreteFloor_Recipe.png
Concrete Floor Recipe

Recipe
icon_Concrete_Recipe.png
  • Name: Concrete Recipe
  • Result Count: 5
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Concrete_Recipe.png
Concrete Floor

icon_ConcreteFloor.png
  • Name: Concrete Floor
  • Internal Name: ConcreteFloor
  • Type: Solid Block
  • Health: 300
  • Renewable: No
  • Weight: 0.166667
  • Burnable: No
  • Heatspread: 4
Recipe
icon_ConcreteFloor_Recipe.png
  • Name: Concrete Floor Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_ConcreteFloor_Recipe.png
Electronic_Black

icon_Electronic_Black.png
  • Name: Electronic_Black
  • Internal Name: Electronic_Black
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
An electronic device. By the way you shouldn't be abled to see this. This is a bug. Placing this item will crash the game.
Electronic_Contact_In

icon_Electronic_Contact_In.png
  • Name: Electronic_Contact_In
  • Internal Name: Electronic_Contact_In
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
An electronic device. By the way you shouldn't be abled to see this. This is a bug. Placing this item will crash the game.
Electronic_Contact_Out

icon_Electronic_Contact_Out.png
  • Name: Electronic_Contact_Out
  • Internal Name: Electronic_Contact_Out
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
An electronic device. By the way you shouldn't be abled to see this. This is a bug. Placing this item will crash the game.
Electronic_Contact_Read

icon_Electronic_Contact_Read.png
  • Name: Electronic_Contact_Read
  • Internal Name: Electronic_Contact_Read
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
An electronic device. By the way you shouldn't be abled to see this. This is a bug. Placing this item will crash the game.
Electronic_Desc_And

icon_Electronic_Desc_And.png
  • Name: Electronic_Desc_And
  • Internal Name: Electronic_Desc_And
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
An electronic device. By the way you shouldn't be abled to see this. This is a bug. Placing this item will crash the game.
Electronic_Desc_CPU

icon_Electronic_Desc_CPU.png
  • Name: Electronic_Desc_CPU
  • Internal Name: Electronic_Desc_CPU
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
An electronic device. By the way you shouldn't be abled to see this. This is a bug. Placing this item will crash the game.
Electronic_Desc_Clock

icon_Electronic_Desc_Clock.png
  • Name: Electronic_Desc_Clock
  • Internal Name: Electronic_Desc_Clock
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
An electronic device. By the way you shouldn't be abled to see this. This is a bug. Placing this item will crash the game.
Electronic_Desc_FlipFlop

icon_Electronic_Desc_FlipFlop.png
  • Name: Electronic_Desc_FlipFlop
  • Internal Name: Electronic_Desc_FlipFlop
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
An electronic device. By the way you shouldn't be abled to see this. This is a bug. Placing this item will crash the game.
Electronic_Desc_NAnd

icon_Electronic_Desc_NAnd.png
  • Name: Electronic_Desc_NAnd
  • Internal Name: Electronic_Desc_NAnd
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
An electronic device. By the way you shouldn't be abled to see this. This is a bug. Placing this item will crash the game.
Electronic_Desc_Not

icon_Electronic_Desc_Not.png
  • Name: Electronic_Desc_Not
  • Internal Name: Electronic_Desc_Not
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
An electronic device. By the way you shouldn't be abled to see this. This is a bug. Placing this item will crash the game.
Electronic_Desc_Or

icon_Electronic_Desc_Or.png
  • Name: Electronic_Desc_Or
  • Internal Name: Electronic_Desc_Or
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
An electronic device. By the way you shouldn't be abled to see this. This is a bug. Placing this item will crash the game.
Electric Wire

icon_Electronic_Wire.png
  • Name: Electric Wire
  • Internal Name: Electronic_Wire
  • Type: Solid Block
  • Health: 5
  • Renewable: No
  • Weight: 0.5
  • Burnable: No
  • Heatspread: 4
Recipe
icon_Electronic_Wire_Recipe.png
  • Name: Electric Wire Recipe
  • Result Count: 4
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Electronic_Wire_Recipe.png
Fence

icon_Fence.png
  • Name: Fence
  • Internal Name: Fence
  • Type: Solid Block
  • Health: 150
  • Renewable: No
  • Weight: 0.25
  • Burnable: No
  • Heatspread: 4
Recipe
icon_Fence_Recipe.png
  • Name: Fence Recipe
  • Result Count: 4
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Fence_Recipe.png
Floor Stone

icon_FloorStone.png
  • Name: Floor Stone
  • Internal Name: FloorStone
  • Type: Solid Block
  • Health: 200
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_FloorStone_Recipe.png
  • Name: Floor Stone Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_FloorStone_Recipe.png
Glass

icon_Glass.png
  • Name: Glass
  • Internal Name: Glass
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
This block is used in the following recipes:

icon_GlassAqua_Recipe.png
Glass (Aqua) Recipe
icon_GlassBlack_Recipe.png
Glass (Black) Recipe
icon_GlassBlue_Recipe.png
Glass (Blue) Recipe
icon_GlassFuchsia_Recipe.png
Glass (Fuchsia) Recipe
icon_GlassGray_Recipe.png
Glass (Gray) Recipe
icon_GlassGreen_Recipe.png
Glass (Green) Recipe
icon_GlassLime_Recipe.png
Glass (Lime) Recipe
icon_GlassMaroon_Recipe.png
Glass (Maroon) Recipe
icon_GlassNavy_Recipe.png
Glass (Navy) Recipe
icon_GlassOlive_Recipe.png
Glass (Olive) Recipe
icon_GlassPurple_Recipe.png
Glass (Purple) Recipe
icon_GlassRed_Recipe.png
Glass (Red) Recipe
icon_GlassSilver_Recipe.png
Glass (Silver) Recipe
icon_GlassTeal_Recipe.png
Glass (Teal) Recipe
icon_GlassYellow_Recipe.png
Glass (Yellow) Recipe
icon_Item_FlashLight_Recipe.png
Flash Light Recipe
icon_Item_Latern_Recipe.png
Lantern Recipe
icon_Item_Sniper_Recipe.png
Sniper Rifle Recipe

Recipe
icon_Glass_Recipe.png
  • Name: Glass Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Glass_Recipe.png
Glass (Aqua)

icon_GlassAqua.png
  • Name: Glass (Aqua)
  • Internal Name: GlassAqua
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassAqua_Recipe.png
  • Name: Glass (Aqua) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassAqua_Recipe.png
Glass (Black)

icon_GlassBlack.png
  • Name: Glass (Black)
  • Internal Name: GlassBlack
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassBlack_Recipe.png
  • Name: Glass (Black) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassBlack_Recipe.png
Glass (Blue)

icon_GlassBlue.png
  • Name: Glass (Blue)
  • Internal Name: GlassBlue
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassBlue_Recipe.png
  • Name: Glass (Blue) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassBlue_Recipe.png
Glass (Fuchsia)

icon_GlassFuchsia.png
  • Name: Glass (Fuchsia)
  • Internal Name: GlassFuchsia
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassFuchsia_Recipe.png
  • Name: Glass (Fuchsia) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassFuchsia_Recipe.png
Glass (Gray)

icon_GlassGray.png
  • Name: Glass (Gray)
  • Internal Name: GlassGray
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassGray_Recipe.png
  • Name: Glass (Gray) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassGray_Recipe.png
Glass (Green)

icon_GlassGreen.png
  • Name: Glass (Green)
  • Internal Name: GlassGreen
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassGreen_Recipe.png
  • Name: Glass (Green) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassGreen_Recipe.png
Glass (Lime)

icon_GlassLime.png
  • Name: Glass (Lime)
  • Internal Name: GlassLime
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassLime_Recipe.png
  • Name: Glass (Lime) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassLime_Recipe.png
Glass (Maroon)

icon_GlassMaroon.png
  • Name: Glass (Maroon)
  • Internal Name: GlassMaroon
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassMaroon_Recipe.png
  • Name: Glass (Maroon) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassMaroon_Recipe.png
Glass (Navy)

icon_GlassNavy.png
  • Name: Glass (Navy)
  • Internal Name: GlassNavy
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassNavy_Recipe.png
  • Name: Glass (Navy) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassNavy_Recipe.png
Glass (Olive)

icon_GlassOlive.png
  • Name: Glass (Olive)
  • Internal Name: GlassOlive
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassOlive_Recipe.png
  • Name: Glass (Olive) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassOlive_Recipe.png
Glass (Purple)

icon_GlassPurple.png
  • Name: Glass (Purple)
  • Internal Name: GlassPurple
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassPurple_Recipe.png
  • Name: Glass (Purple) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassPurple_Recipe.png
Glass (Red)

icon_GlassRed.png
  • Name: Glass (Red)
  • Internal Name: GlassRed
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassRed_Recipe.png
  • Name: Glass (Red) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassRed_Recipe.png
Glass (Silver)

icon_GlassSilver.png
  • Name: Glass (Silver)
  • Internal Name: GlassSilver
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassSilver_Recipe.png
  • Name: Glass (Silver) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassSilver_Recipe.png
Glass (Teal)

icon_GlassTeal.png
  • Name: Glass (Teal)
  • Internal Name: GlassTeal
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassTeal_Recipe.png
  • Name: Glass (Teal) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassTeal_Recipe.png
Glass (Yellow)

icon_GlassYellow.png
  • Name: Glass (Yellow)
  • Internal Name: GlassYellow
  • Type: Solid Block
  • Health: 80
  • Renewable: No
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
Recipe
icon_GlassYellow_Recipe.png
  • Name: Glass (Yellow) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GlassYellow_Recipe.png
Granite Wall

icon_GraniteWall.png
  • Name: Granite Wall
  • Internal Name: GraniteWall
  • Type: Solid Block
  • Health: 300
  • Renewable: No
  • Weight: 0.5
  • Burnable: No
  • Heatspread: 4
-
Recipe
icon_GraniteWall_Recipe.png
  • Name: Granite Wall Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GraniteWall_Recipe.png
Grate

icon_Grate.png
  • Name: Grate
  • Internal Name: Grate
  • Type: Solid Block
  • Health: 150
  • Renewable: No
  • Weight: 0.25
  • Burnable: No
  • Heatspread: 4
Recipe
icon_Grate_Recipe.png
  • Name: Grate Recipe
  • Result Count: 3
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Grate_Recipe.png
Coarse Grate

icon_GrateCoarse.png
  • Name: Coarse Grate
  • Internal Name: GrateCoarse
  • Type: Solid Block
  • Health: 150
  • Renewable: No
  • Weight: 0.25
  • Burnable: No
  • Heatspread: 4
Recipe
icon_GrateCoarse_Recipe.png
  • Name: Coarse Grate Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GrateCoarse_Recipe.png
Green color

icon_GreenColor.png
  • Name: Green color
  • Internal Name: GreenColor
  • Type: Solid Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.1
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_GlassGreen_Recipe.png
Glass (Green) Recipe
icon_GlassLime_Recipe.png
Glass (Lime) Recipe
icon_GlassOlive_Recipe.png
Glass (Olive) Recipe
icon_GlassTeal_Recipe.png
Glass (Teal) Recipe
icon_GlassYellow_Recipe.png
Glass (Yellow) Recipe
icon_PlasterGreen_Recipe.png
Plaster (Color: Green) Recipe
icon_PlasterLime_Recipe.png
Plaster (Color: Lime) Recipe
icon_PlasterOlive_Recipe.png
Plaster (Color: Olive) Recipe
icon_PlasterTeal_Recipe.png
Plaster (Color: Teal) Recipe
icon_PlasterYellow_Recipe.png
Plaster (Color: Yellow) Recipe
icon_PotteryGreen_Recipe.png
Pottery (Color: Green) Recipe
icon_PotteryLime_Recipe.png
Pottery (Color: Lime) Recipe
icon_PotteryOlive_Recipe.png
Pottery (Color: Olive) Recipe
icon_PotteryTeal_Recipe.png
Pottery (Color: Teal) Recipe
icon_PotteryYellow_Recipe.png
Pottery (Color: Yellow) Recipe
icon_Voxel_Painting_Duck_Recipe.png
Painting: Duck Recipe
icon_Voxel_Painting_Landscape_Recipe.png
Painting: Landscape Recipe

Recipe
icon_GreenColor_Recipe.png
  • Name: Green color Recipe
  • Result Count: 4
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GreenColor_Recipe.png
Grid

icon_Grid.png
  • Name: Grid
  • Internal Name: Grid
  • Type: Solid Block
  • Health: 150
  • Renewable: No
  • Weight: 0.25
  • Burnable: No
  • Heatspread: 4
Recipe
icon_Grid_Recipe.png
  • Name: Grid Recipe
  • Result Count: 3
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Grid_Recipe.png
Coarse Grid

icon_GridCoarse.png
  • Name: Coarse Grid
  • Internal Name: GridCoarse
  • Type: Solid Block
  • Health: 150
  • Renewable: No
  • Weight: 0.25
  • Burnable: No
  • Heatspread: 4
Recipe
icon_GridCoarse_Recipe.png
  • Name: Coarse Grid Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_GridCoarse_Recipe.png
Iron Block

icon_IronBlock.png
  • Name: Iron Block
  • Internal Name: IronBlock
  • Type: Solid Block
  • Health: 200
  • Renewable: No
  • Weight: 2
  • Burnable: No
  • Heatspread: 8
Recipe
icon_IronBlock_Recipe.png
  • Name: Iron Block Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_IronBlock_Recipe.png
TempLava

icon_LavaInfinite.png
  • Name: TempLava
  • Internal Name: LavaInfinite
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
Do not place this!
Metal Floor

icon_MetalFloor.png
  • Name: Metal Floor
  • Internal Name: MetalFloor
  • Type: Solid Block
  • Health: 300
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_MetalFloor_Recipe.png
  • Name: Metal Floor Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_MetalFloor_Recipe.png
Planks

icon_Planks.png
  • Name: Planks
  • Internal Name: Planks
  • Type: Solid Block
  • Health: 80
  • Renewable: Yes
  • Weight: 0.25
  • Burnable: Yes
  • Heatspread: 4
This block is used in the following recipes:

icon_Item_Arrow_Recipe.png
Arrow Recipe
icon_Item_AxeNew_Recipe.png
Steel Axe Recipe
icon_Item_AxeOld_Recipe.png
Iron Axe Recipe
icon_Item_AxeStone_Recipe.png
Stone Stone Recipe
icon_Item_Bolt_Recipe.png
Bolt Recipe
icon_Item_GrenadeLauncher_Recipe.png
Grenade Launcher Recipe
icon_Item_Knife_Recipe.png
Knife Recipe
icon_Item_LongSword_Recipe.png
Long Sword Recipe
icon_Item_MachineGun2_Recipe.png
Machine Gun TQ 30 Recipe
icon_Item_MachineGun3_Recipe.png
Machine Gun TC-10 Recipe
icon_Item_MachineGun4_Recipe.png
Machine Gun TK-14 Recipe
icon_Item_MachineGun_Recipe.png
MachineGun Recipe
icon_Item_PickaxeNew_Recipe.png
Steel Pickaxe Recipe
icon_Item_PickaxeOld_Recipe.png
Iron Pickaxe Recipe
icon_Item_PickaxeStone_Recipe.png
Stone Pickaxe Recipe
icon_Item_Revolver_Recipe.png
Revolver Recipe
icon_Item_Shotgun_Recipe.png
Shotgun Recipe
icon_Item_ShovelNew_Recipe.png
Steel Shovel Recipe
icon_Item_ShovelOld_Recipe.png
Iron Shovel Recipe
icon_Item_ShovelStone_Recipe.png
Stone Shovel Recipe
icon_Item_SiegfriedsAxe_Recipe.png
Siegfrieds Axe Recipe
icon_Item_Sniper_Recipe.png
Sniper Rifle Recipe
icon_Item_Sword_Recipe.png
Sword Recipe
icon_Voxel_3DPrinter_Recipe.png
3D Printer Recipe
icon_Voxel_BarFramework2m_Recipe.png
Bars 2m Recipe
icon_Voxel_Barrel_Recipe.png
Barrel Recipe
icon_Voxel_BasePlateStart_Recipe.png
Base Plate Start Recipe
icon_Voxel_BasePlateWood_Recipe.png
Base Plate Wood Recipe
icon_Voxel_Bed_Recipe.png
Bed Recipe
icon_Voxel_Big_Sign_Recipe.png
Sign Big Recipe
icon_Voxel_Boat_Recipe.png
Boat Recipe
icon_Voxel_Bookrest_Recipe.png
Bookrest Recipe
icon_Voxel_Box_Recipe.png
Box Recipe
icon_Voxel_Cabinet_Recipe.png
Cabinet Recipe
icon_Voxel_Candle_Recipe.png
Candle Recipe
icon_Voxel_Chair_Recipe.png
Chair Recipe
icon_Voxel_Chest_Recipe.png
Chest Recipe
icon_Voxel_Chest_Small_Recipe.png
Chest Small Recipe
icon_Voxel_Construction_Set_Recipe.png
Construction Set Recipe
icon_Voxel_Electronic_Wooden_Door_Recipe.png
Electronic Wooden Door Recipe
icon_Voxel_Fence1m_Recipe.png
Wooden Fence 1m Recipe
icon_Voxel_Fence2m_Recipe.png
Wooden Fence 2m Recipe
icon_Voxel_Fence_End_Recipe.png
Wooden Fence End Recipe
icon_Voxel_FrameBasePlate_Recipe.png
Frame Base Plate Recipe
icon_Voxel_Framework1mB_Recipe.png
Framework Plate 1m Recipe
icon_Voxel_Framework1m_Recipe.png
Framework 1m Recipe
icon_Voxel_Framework2mB_Recipe.png
Framework Plate 2m Recipe
icon_Voxel_Framework2m_Recipe.png
Framework 2m Recipe
icon_Voxel_Ground_Sign_Recipe.png
Ground Sign Recipe
icon_Voxel_Hanging_Candle_Recipe.png
Hanging Candle Recipe
icon_Voxel_Lamp_Recipe.png
Lamp Recipe
icon_Voxel_Old_Wooden_Door_Recipe.png
Old Wooden Door Recipe
icon_Voxel_Painting_Duck_Recipe.png
Painting: Duck Recipe
icon_Voxel_Painting_Landscape_Recipe.png
Painting: Landscape Recipe
icon_Voxel_Road_Sign_Recipe.png
Road Sign Recipe
icon_Voxel_Shelf_Recipe.png
Shelf Recipe
icon_Voxel_Sign_Recipe.png
Sign Recipe
icon_Voxel_Stool_Recipe.png
Stool Recipe
icon_Voxel_Table_Recipe.png
Table Recipe
icon_Voxel_Wall_Sign_Recipe.png
Wall Sign Recipe
icon_Voxel_WoodFence_05m_3Corners_Recipe.png
Wooden Grid 0.5m 3 Corners Recipe
icon_Voxel_WoodFence_05m_Edge_Recipe.png
Wooden Grid 0.5m Edge Recipe
icon_Voxel_WoodFence_05m_End_Recipe.png
Wooden Grid 0.5m End Recipe
icon_Voxel_WoodFence_05m_x_05m_Recipe.png
Wooden Grid 0.5m x 0.5m Recipe
icon_Voxel_WoodFence_1m_3Corners_Recipe.png
Wooden Grid 1m 3 Corners Recipe
icon_Voxel_WoodFence_1m_Edge_Recipe.png
Wooden Grid 1m Edge Recipe
icon_Voxel_WoodFence_1m_End_Recipe.png
Wooden Grid 1m End Recipe
icon_Voxel_WoodFence_1m_x_1m_Recipe.png
Wooden Grid 1m x 1m Recipe
icon_Voxel_WoodFence_2m_3Corners_Recipe.png
Wooden Grid 2m 3 Corners Recipe
icon_Voxel_WoodFence_2m_Edge_Recipe.png
Wooden Grid 2m Edge Recipe
icon_Voxel_WoodFence_2m_End_Recipe.png
Wooden Grid 2m End Recipe
icon_Voxel_WoodFence_2m_x_2m_Recipe.png
Wooden Grid 2m x 2m Recipe
icon_Voxel_WoodRailing1m_Recipe.png
Wooden Railing 1m Recipe
icon_Voxel_WoodRamp1m_Recipe.png
Wood Ramp 1m Recipe
icon_Voxel_WoodRamp2m_Recipe.png
Wood Ramp 2m Recipe
icon_Voxel_WoodenStairsRailing_Recipe.png
Wooden Stairs with Railing Recipe
icon_Voxel_WoodenStairs_Recipe.png
Wooden Stairs Recipe
icon_Voxel_Wooden_Door_Recipe.png
Wooden Door Recipe
icon_Voxel_Wooden_Fence_Door_Recipe.png
Wooden Fence Door Recipe
icon_Voxel_Wooden_Stairs_Railing_Recipe.png
Wooden Stairs with Railing Recipe
icon_Voxel_Wooden_Stairs_Recipe.png
Wooden Stairs Recipe

Recipe
icon_Planks_Recipe.png
  • Name: Planks Recipe
  • Result Count: 3
  • Technological Level: 0
  • Tool:
recipe_Planks_Recipe.png
Plaster (Color: Aqua)

icon_PlasterAqua.png
  • Name: Plaster (Color: Aqua)
  • Internal Name: PlasterAqua
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterAqua_Recipe.png
  • Name: Plaster (Color: Aqua) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterAqua_Recipe.png
Plaster (Color: Black)

icon_PlasterBlack.png
  • Name: Plaster (Color: Black)
  • Internal Name: PlasterBlack
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterBlack_Recipe.png
  • Name: Plaster (Color: Black) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterBlack_Recipe.png
Plaster (Color: Blue)

icon_PlasterBlue.png
  • Name: Plaster (Color: Blue)
  • Internal Name: PlasterBlue
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterBlue_Recipe.png
  • Name: Plaster (Color: Blue) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterBlue_Recipe.png
Plaster (Color: Fuchsia)

icon_PlasterFuchsia.png
  • Name: Plaster (Color: Fuchsia)
  • Internal Name: PlasterFuchsia
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterFuchsia_Recipe.png
  • Name: Plaster (Color: Fuchsia) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterFuchsia_Recipe.png
Plaster (Color: Gray)

icon_PlasterGray.png
  • Name: Plaster (Color: Gray)
  • Internal Name: PlasterGray
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterGray_Recipe.png
  • Name: Plaster (Color: Gray) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterGray_Recipe.png
Plaster (Color: Green)

icon_PlasterGreen.png
  • Name: Plaster (Color: Green)
  • Internal Name: PlasterGreen
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterGreen_Recipe.png
  • Name: Plaster (Color: Green) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterGreen_Recipe.png
Plaster (Color: Lime)

icon_PlasterLime.png
  • Name: Plaster (Color: Lime)
  • Internal Name: PlasterLime
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterLime_Recipe.png
  • Name: Plaster (Color: Lime) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterLime_Recipe.png
Plaster (Color: Maroon)

icon_PlasterMaroon.png
  • Name: Plaster (Color: Maroon)
  • Internal Name: PlasterMaroon
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterMaroon_Recipe.png
  • Name: Plaster (Color: Maroon) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterMaroon_Recipe.png
Plaster (Color: Navy)

icon_PlasterNavy.png
  • Name: Plaster (Color: Navy)
  • Internal Name: PlasterNavy
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterNavy_Recipe.png
  • Name: Plaster (Color: Navy) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterNavy_Recipe.png
Plaster (Color: Olive)

icon_PlasterOlive.png
  • Name: Plaster (Color: Olive)
  • Internal Name: PlasterOlive
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterOlive_Recipe.png
  • Name: Plaster (Color: Olive) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterOlive_Recipe.png
Plaster (Color: Purple)

icon_PlasterPurple.png
  • Name: Plaster (Color: Purple)
  • Internal Name: PlasterPurple
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterPurple_Recipe.png
  • Name: Plaster (Color: Purple) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterPurple_Recipe.png
Plaster (Color: Red)

icon_PlasterRed.png
  • Name: Plaster (Color: Red)
  • Internal Name: PlasterRed
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterRed_Recipe.png
  • Name: Plaster (Color: Red) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterRed_Recipe.png
Plaster (Color: Silver)

icon_PlasterSilver.png
  • Name: Plaster (Color: Silver)
  • Internal Name: PlasterSilver
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterSilver_Recipe.png
  • Name: Plaster (Color: Silver) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterSilver_Recipe.png
Plaster (Color: Teal)

icon_PlasterTeal.png
  • Name: Plaster (Color: Teal)
  • Internal Name: PlasterTeal
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterTeal_Recipe.png
  • Name: Plaster (Color: Teal) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterTeal_Recipe.png
Plaster

icon_PlasterWhite.png
  • Name: Plaster
  • Internal Name: PlasterWhite
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_PlasterAqua_Recipe.png
Plaster (Color: Aqua) Recipe
icon_PlasterBlack_Recipe.png
Plaster (Color: Black) Recipe
icon_PlasterBlue_Recipe.png
Plaster (Color: Blue) Recipe
icon_PlasterFuchsia_Recipe.png
Plaster (Color: Fuchsia) Recipe
icon_PlasterGray_Recipe.png
Plaster (Color: Gray) Recipe
icon_PlasterGreen_Recipe.png
Plaster (Color: Green) Recipe
icon_PlasterLime_Recipe.png
Plaster (Color: Lime) Recipe
icon_PlasterMaroon_Recipe.png
Plaster (Color: Maroon) Recipe
icon_PlasterNavy_Recipe.png
Plaster (Color: Navy) Recipe
icon_PlasterOlive_Recipe.png
Plaster (Color: Olive) Recipe
icon_PlasterPurple_Recipe.png
Plaster (Color: Purple) Recipe
icon_PlasterRed_Recipe.png
Plaster (Color: Red) Recipe
icon_PlasterSilver_Recipe.png
Plaster (Color: Silver) Recipe
icon_PlasterTeal_Recipe.png
Plaster (Color: Teal) Recipe
icon_PlasterYellow_Recipe.png
Plaster (Color: Yellow) Recipe

Recipe
icon_PlasterWhite_Recipe.png
  • Name: Plaster Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterWhite_Recipe.png
Plaster (Color: Yellow)

icon_PlasterYellow.png
  • Name: Plaster (Color: Yellow)
  • Internal Name: PlasterYellow
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_PlasterYellow_Recipe.png
  • Name: Plaster (Color: Yellow) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_PlasterYellow_Recipe.png
Railing

icon_Railing.png
  • Name: Railing
  • Internal Name: Railing
  • Type: Solid Block
  • Health: 150
  • Renewable: No
  • Weight: 0.25
  • Burnable: No
  • Heatspread: 4
Recipe
icon_Railing_Recipe.png
  • Name: Railing Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Railing_Recipe.png
Red color

icon_RedColor.png
  • Name: Red color
  • Internal Name: RedColor
  • Type: Solid Block
  • Health: 10
  • Renewable: Yes
  • Weight: 0.1
  • Burnable: No
  • Heatspread: 4
This block is used in the following recipes:

icon_GlassMaroon_Recipe.png
Glass (Maroon) Recipe
icon_GlassOlive_Recipe.png
Glass (Olive) Recipe
icon_GlassPurple_Recipe.png
Glass (Purple) Recipe
icon_GlassRed_Recipe.png
Glass (Red) Recipe
icon_GlassYellow_Recipe.png
Glass (Yellow) Recipe
icon_PlasterMaroon_Recipe.png
Plaster (Color: Maroon) Recipe
icon_PlasterOlive_Recipe.png
Plaster (Color: Olive) Recipe
icon_PlasterPurple_Recipe.png
Plaster (Color: Purple) Recipe
icon_PlasterRed_Recipe.png
Plaster (Color: Red) Recipe
icon_PlasterYellow_Recipe.png
Plaster (Color: Yellow) Recipe
icon_PotteryMaroon_Recipe.png
Pottery (Color: Maroon) Recipe
icon_PotteryOlive_Recipe.png
Pottery (Color: Olive) Recipe
icon_PotteryPurple_Recipe.png
Pottery (Color: Purple) Recipe
icon_PotteryRed_Recipe.png
Pottery (Color: Red) Recipe
icon_PotteryYellow_Recipe.png
Pottery (Color: Yellow) Recipe
icon_Voxel_Painting_Duck_Recipe.png
Painting: Duck Recipe
icon_Voxel_Painting_Landscape_Recipe.png
Painting: Landscape Recipe

Recipe
icon_RedColor_Recipe.png
  • Name: Red color Recipe
  • Result Count: 4
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_RedColor_Recipe.png
SandstoneWall

icon_SandstoneWall.png
  • Name: SandstoneWall
  • Internal Name: SandstoneWall
  • Type: Solid Block
  • Health: 200
  • Renewable: No
  • Weight: 0.23
  • Burnable: No
  • Heatspread: 4
-
Recipe
icon_SandstoneWall_Recipe.png
  • Name: SandstoneWall Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_SandstoneWall_Recipe.png
Sandwall

icon_Sandwall.png
  • Name: Sandwall
  • Internal Name: Sandwall
  • Type: Solid Block
  • Health: 150
  • Renewable: No
  • Weight: 5
  • Burnable: No
  • Heatspread: 4
Spider Web

icon_SpiderWeb.png
  • Name: Spider Web
  • Internal Name: SpiderWeb
  • Type: Solid Block
  • Health: 1
  • Renewable: No
  • Weight: 0.01
  • Burnable: No
  • Heatspread: 4
SteelConcrete

icon_SteelConcrete.png
  • Name: SteelConcrete
  • Internal Name: SteelConcrete
  • Type: Solid Block
  • Health: 1000
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Stone Ground

icon_StoneGround.png
  • Name: Stone Ground
  • Internal Name: StoneGround
  • Type: Solid Block
  • Health: 250
  • Renewable: No
  • Weight: 1
  • Burnable: No
  • Heatspread: 4
Recipe
icon_StoneGround_Recipe.png
  • Name: Stone Ground Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_StoneGround_Recipe.png
Stone Wall

icon_StoneWall.png
  • Name: Stone Wall
  • Internal Name: StoneWall
  • Type: Solid Block
  • Health: 250
  • Renewable: No
  • Weight: 3
  • Burnable: No
  • Heatspread: 4
Recipe
icon_StoneWall_Recipe.png
  • Name: Stone Wall Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_StoneWall_Recipe.png
TempLava

icon_TempLava.png
  • Name: TempLava
  • Internal Name: TempLava
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
Do not place this!
InfiniteWater

icon_TempWater.png
  • Name: InfiniteWater
  • Internal Name: TempWater
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
Tiles

icon_Tiles.png
  • Name: Tiles
  • Internal Name: Tiles
  • Type: Solid Block
  • Health: 150
  • Renewable: No
  • Weight: 0.5
  • Burnable: No
  • Heatspread: 4
Recipe
icon_Tiles_Recipe.png
  • Name: Tiles Recipe
  • Result Count: 2
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Tiles_Recipe.png
InfiniteWater

icon_WaterInfinite.png
  • Name: InfiniteWater
  • Internal Name: WaterInfinite
  • Type: Solid Block
  • Health: 100
  • Renewable: No
  • Weight: 64
  • Burnable: No
  • Heatspread: 4
Wood Wall

icon_WoodWall.png
  • Name: Wood Wall
  • Internal Name: WoodWall
  • Type: Solid Block
  • Health: 120
  • Renewable: Yes
  • Weight: 1
  • Burnable: Yes
  • Heatspread: 4

3.6.3.3 Entities

9mm Ammunition

icon_Ammo9mm.png
  • Name: 9mm Ammunition
  • Internal Name: Ammo9mm
-
Recipe
icon_Ammo9mm_Recipe.png
  • Name: 9mm Ammunition Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Ammo9mm_Recipe.png
Grenade Launcher Ammunition

icon_AmmoGrenade.png
  • Name: Grenade Launcher Ammunition
  • Internal Name: AmmoGrenade
-
Recipe
icon_AmmoGrenade_Recipe.png
  • Name: Grenade Launcher Ammunition Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_AmmoGrenade_Recipe.png
Machine Gun Ammunition

icon_AmmoMachineGun.png
  • Name: Machine Gun Ammunition
  • Internal Name: AmmoMachineGun
-
Recipe
icon_AmmoMachineGun_Recipe.png
  • Name: Machine Gun Ammunition Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_AmmoMachineGun_Recipe.png
Revolver Ammunition

icon_AmmoRevolver.png
  • Name: Revolver Ammunition
  • Internal Name: AmmoRevolver
-
Recipe
icon_AmmoRevolver_Recipe.png
  • Name: Revolver Ammunition Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_AmmoRevolver_Recipe.png
Shotgun Ammunition

icon_AmmoShotgun.png
  • Name: Shotgun Ammunition
  • Internal Name: AmmoShotgun
-
Recipe
icon_AmmoShotgun_Recipe.png
  • Name: Shotgun Ammunition Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_AmmoShotgun_Recipe.png
Sniper Ammunition

icon_AmmoSniper.png
  • Name: Sniper Ammunition
  • Internal Name: AmmoSniper
-
Recipe
icon_AmmoSniper_Recipe.png
  • Name: Sniper Ammunition Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_AmmoSniper_Recipe.png
Dark Army Trousers

icon_Cloth_Army_Dark_Trousers.png
  • Name: Dark Army Trousers
  • Internal Name: Cloth_Army_Dark_Trousers
Recipe
icon_Cloth_Army_Dark_Trousers_Recipe.png
  • Name: Dark Army Trousers Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Army_Dark_Trousers_Recipe.png
Army Helmet

icon_Cloth_Army_Helmet.png
  • Name: Army Helmet
  • Internal Name: Cloth_Army_Helmet
Recipe
icon_Cloth_Army_Helmet_Recipe.png
  • Name: Army Helmet Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Army_Helmet_Recipe.png
Army Vest

icon_Cloth_Army_Vest.png
  • Name: Army Vest
  • Internal Name: Cloth_Army_Vest
Recipe
icon_Cloth_Army_Vest_Recipe.png
  • Name: Army Vest Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Army_Vest_Recipe.png
Baseball Cap

icon_Cloth_Baseball_Cap.png
  • Name: Baseball Cap
  • Internal Name: Cloth_Baseball_Cap
Recipe
icon_Cloth_Baseball_Cap_Recipe.png
  • Name: Baseball Cap Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Baseball_Cap_Recipe.png
Black TShirt

icon_Cloth_Black_TShirt.png
  • Name: Black TShirt
  • Internal Name: Cloth_Black_TShirt
Recipe
icon_Cloth_Black_TShirt_Recipe.png
  • Name: Black TShirt Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Black_TShirt_Recipe.png
Crop Top

icon_Cloth_Crop_Top.png
  • Name: Crop Top
  • Internal Name: Cloth_Crop_Top
Recipe
icon_Cloth_Crop_Top_Recipe.png
  • Name: Crop Top Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Crop_Top_Recipe.png
Hat

icon_Cloth_Hat.png
  • Name: Hat
  • Internal Name: Cloth_Hat
Recipe
icon_Cloth_Hat_Recipe.png
  • Name: Hat Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Hat_Recipe.png
Jeans

icon_Cloth_Jeans.png
  • Name: Jeans
  • Internal Name: Cloth_Jeans
Recipe
icon_Cloth_Jeans_Recipe.png
  • Name: Jeans Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Jeans_Recipe.png
Leather Jacket

icon_Cloth_Leather_Jacket.png
  • Name: Leather Jacket
  • Internal Name: Cloth_Leather_Jacket
Recipe
icon_Cloth_Leather_Jacket_Recipe.png
  • Name: Leather Jacket Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Leather_Jacket_Recipe.png
Leather Shoes

icon_Cloth_Leather_Shoes.png
  • Name: Leather Shoes
  • Internal Name: Cloth_Leather_Shoes
Recipe
icon_Cloth_Leather_Shoes_Recipe.png
  • Name: Leather Shoes Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Leather_Shoes_Recipe.png
Light Boots

icon_Cloth_Light_Boots.png
  • Name: Light Boots
  • Internal Name: Cloth_Light_Boots
Recipe
icon_Cloth_Light_Boots_Recipe.png
  • Name: Light Boots Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Light_Boots_Recipe.png
Oxfords

icon_Cloth_Oxfords.png
  • Name: Oxfords
  • Internal Name: Cloth_Oxfords
Recipe
icon_Cloth_Oxfords_Recipe.png
  • Name: Oxfords Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Oxfords_Recipe.png
Police Helmet

icon_Cloth_Police_Helmet.png
  • Name: Police Helmet
  • Internal Name: Cloth_Police_Helmet
Recipe
icon_Cloth_Police_Helmet_Recipe.png
  • Name: Police Helmet Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Police_Helmet_Recipe.png
Police Trousers

icon_Cloth_Police_Trousers.png
  • Name: Police Trousers
  • Internal Name: Cloth_Police_Trousers
A police trousers
Recipe
icon_Cloth_Police_Trousers_Recipe.png
  • Name: Police Trousers Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Police_Trousers_Recipe.png
Police Vest

icon_Cloth_Police_Vest.png
  • Name: Police Vest
  • Internal Name: Cloth_Police_Vest
Recipe
icon_Cloth_Police_Vest_Recipe.png
  • Name: Police Vest Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Police_Vest_Recipe.png
Pullover

icon_Cloth_Pullover.png
  • Name: Pullover
  • Internal Name: Cloth_Pullover
Recipe
icon_Cloth_Pullover_Recipe.png
  • Name: Pullover Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Pullover_Recipe.png
Pullover

icon_Cloth_Pullover_2.png
  • Name: Pullover
  • Internal Name: Cloth_Pullover_2
Recipe
icon_Cloth_Pullover_2_Recipe.png
  • Name: Pullover Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Pullover_2_Recipe.png
Running Pants

icon_Cloth_Running_Pants.png
  • Name: Running Pants
  • Internal Name: Cloth_Running_Pants
Recipe
icon_Cloth_Running_Pants_Recipe.png
  • Name: Running Pants Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Running_Pants_Recipe.png
Sport Shirt

icon_Cloth_Sport_Shirt.png
  • Name: Sport Shirt
  • Internal Name: Cloth_Sport_Shirt
Recipe
icon_Cloth_Sport_Shirt_Recipe.png
  • Name: Sport Shirt Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Sport_Shirt_Recipe.png
Sport Shoes

icon_Cloth_Sport_Shoes.png
  • Name: Sport Shoes
  • Internal Name: Cloth_Sport_Shoes
Recipe
icon_Cloth_Sport_Shoes_Recipe.png
  • Name: Sport Shoes Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Sport_Shoes_Recipe.png
Sport Shoes 2

icon_Cloth_Sport_Shoes2.png
  • Name: Sport Shoes 2
  • Internal Name: Cloth_Sport_Shoes2
Recipe
icon_Cloth_Sport_Shoes2_Recipe.png
  • Name: Sport Shoes 2 Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Sport_Shoes2_Recipe.png
Sport Top

icon_Cloth_Sport_Top.png
  • Name: Sport Top
  • Internal Name: Cloth_Sport_Top
Recipe
icon_Cloth_Sport_Top_Recipe.png
  • Name: Sport Top Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Sport_Top_Recipe.png
Suit Top

icon_Cloth_Suit_Top.png
  • Name: Suit Top
  • Internal Name: Cloth_Suit_Top
Recipe
icon_Cloth_Suit_Top_Recipe.png
  • Name: Suit Top Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Suit_Top_Recipe.png
Trenchcoat

icon_Cloth_Trenchcoat.png
  • Name: Trenchcoat
  • Internal Name: Cloth_Trenchcoat
Recipe
icon_Cloth_Trenchcoat_Recipe.png
  • Name: Trenchcoat Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Trenchcoat_Recipe.png
Trousers

icon_Cloth_Trousers_2.png
  • Name: Trousers
  • Internal Name: Cloth_Trousers_2
Recipe
icon_Cloth_Trousers_2_Recipe.png
  • Name: Trousers Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Trousers_2_Recipe.png
Walking Shoes

icon_Cloth_Walking_Shoe_2.png
  • Name: Walking Shoes
  • Internal Name: Cloth_Walking_Shoe_2
Recipe
icon_Cloth_Walking_Shoe_2_Recipe.png
  • Name: Walking Shoes Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Walking_Shoe_2_Recipe.png
Yeans

icon_Cloth_Yeans.png
  • Name: Yeans
  • Internal Name: Cloth_Yeans
Recipe
icon_Cloth_Yeans_Recipe.png
  • Name: Yeans Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Cloth_Yeans_Recipe.png
Arrow

icon_Item_Arrow.png
  • Name: Arrow
  • Internal Name: Item_Arrow
Recipe
icon_Item_Arrow_Recipe.png
  • Name: Arrow Recipe
  • Result Count: 16
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Arrow_Recipe.png
Steel Axe

icon_Item_AxeNew.png
  • Name: Steel Axe
  • Internal Name: Item_AxeNew
Recipe
icon_Item_AxeNew_Recipe.png
  • Name: Steel Axe Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Item_AxeNew_Recipe.png
Iron Axe

icon_Item_AxeOld.png
  • Name: Iron Axe
  • Internal Name: Item_AxeOld
Recipe
icon_Item_AxeOld_Recipe.png
  • Name: Iron Axe Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_AxeOld_Recipe.png
Stone Stone

icon_Item_AxeStone.png
  • Name: Stone Stone
  • Internal Name: Item_AxeStone
Recipe
icon_Item_AxeStone_Recipe.png
  • Name: Stone Stone Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_AxeStone_Recipe.png
Bolt

icon_Item_Bolt.png
  • Name: Bolt
  • Internal Name: Item_Bolt
Recipe
icon_Item_Bolt_Recipe.png
  • Name: Bolt Recipe
  • Result Count: 16
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Bolt_Recipe.png
Bread

icon_Item_Bread.png
  • Name: Bread
  • Internal Name: Item_Bread
Health: +20<br>
Recipe
icon_Item_Bread_Recipe.png
  • Name: Bread Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: TABLE
recipe_Item_Bread_Recipe.png
Bucket

icon_Item_Bucket.png
  • Name: Bucket
  • Internal Name: Item_Bucket
Recipe
icon_Item_Bucket_Recipe.png
  • Name: Bucket Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Bucket_Recipe.png
Cookie

icon_Item_Cookie.png
  • Name: Cookie
  • Internal Name: Item_Cookie
Health: +15<br>
Recipe
icon_Item_Cookie_Recipe.png
  • Name: Cookie Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: TABLE
recipe_Item_Cookie_Recipe.png
Flash Light

icon_Item_FlashLight.png
  • Name: Flash Light
  • Internal Name: Item_FlashLight
You do not need to recharge the batteries
Recipe
icon_Item_FlashLight_Recipe.png
  • Name: Flash Light Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Item_FlashLight_Recipe.png
Glue

icon_Item_Glue.png
  • Name: Glue
  • Internal Name: Item_Glue
Recipe
icon_Item_Glue_Recipe.png
  • Name: Glue Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Glue_Recipe.png
Grenade Launcher

icon_Item_GrenadeLauncher.png
  • Name: Grenade Launcher
  • Internal Name: Item_GrenadeLauncher
Recipe
icon_Item_GrenadeLauncher_Recipe.png
  • Name: Grenade Launcher Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_GrenadeLauncher_Recipe.png
Health Portion

icon_Item_Health_Portion.png
  • Name: Health Portion
  • Internal Name: Item_Health_Portion
Health: +35<br>
Recipe
icon_Item_Health_Portion_Recipe.png
  • Name: Health Portion Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: TABLE
recipe_Item_Health_Portion_Recipe.png
Stronger Health Portion

icon_Item_Health_Portion1.png
  • Name: Stronger Health Portion
  • Internal Name: Item_Health_Portion1
Health: +60<br>
Recipe
icon_Item_Health_Portion1_Recipe.png
  • Name: Stronger Health Portion Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: TABLE
recipe_Item_Health_Portion1_Recipe.png
Ultimate Health Portion

icon_Item_Health_Portion2.png
  • Name: Ultimate Health Portion
  • Internal Name: Item_Health_Portion2
Health: +155<br>
Recipe
icon_Item_Health_Portion2_Recipe.png
  • Name: Ultimate Health Portion Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: TABLE
recipe_Item_Health_Portion2_Recipe.png
Knife

icon_Item_Knife.png
  • Name: Knife
  • Internal Name: Item_Knife
Recipe
icon_Item_Knife_Recipe.png
  • Name: Knife Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Knife_Recipe.png
Lantern

icon_Item_Latern.png
  • Name: Lantern
  • Internal Name: Item_Latern
This item will give you light everywhere you go.
Recipe
icon_Item_Latern_Recipe.png
  • Name: Lantern Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Latern_Recipe.png
Lighter

icon_Item_Lighter.png
  • Name: Lighter
  • Internal Name: Item_Lighter
Use this tool to set something in fire. <br>But the most important usage is when you want to smelt iron ore. Place an iron ore block on a wood block and then set the wood block in fire.
Recipe
icon_Item_Lighter_Recipe.png
  • Name: Lighter Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Lighter_Recipe.png
Linen

icon_Item_Linen.png
  • Name: Linen
  • Internal Name: Item_Linen
Recipe
icon_Item_Linen_Recipe.png
  • Name: Linen Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: TABLE
recipe_Item_Linen_Recipe.png
Long Sword

icon_Item_LongSword.png
  • Name: Long Sword
  • Internal Name: Item_LongSword
Recipe
icon_Item_LongSword_Recipe.png
  • Name: Long Sword Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_LongSword_Recipe.png
MachineGun

icon_Item_MachineGun.png
  • Name: MachineGun
  • Internal Name: Item_MachineGun
Recipe
icon_Item_MachineGun_Recipe.png
  • Name: MachineGun Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_MachineGun_Recipe.png
Machine Gun TQ 30

icon_Item_MachineGun2.png
  • Name: Machine Gun TQ 30
  • Internal Name: Item_MachineGun2
Recipe
icon_Item_MachineGun2_Recipe.png
  • Name: Machine Gun TQ 30 Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_MachineGun2_Recipe.png
Machine Gun TC-10

icon_Item_MachineGun3.png
  • Name: Machine Gun TC-10
  • Internal Name: Item_MachineGun3
Recipe
icon_Item_MachineGun3_Recipe.png
  • Name: Machine Gun TC-10 Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_MachineGun3_Recipe.png
Machine Gun TK-14

icon_Item_MachineGun4.png
  • Name: Machine Gun TK-14
  • Internal Name: Item_MachineGun4
Recipe
icon_Item_MachineGun4_Recipe.png
  • Name: Machine Gun TK-14 Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_MachineGun4_Recipe.png
Meat

icon_Item_Meat.png
  • Name: Meat
  • Internal Name: Item_Meat
Health: +15<br>
Recipe
icon_Item_Meat_Recipe.png
  • Name: Meat Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CAMPFIRE
recipe_Item_Meat_Recipe.png
Nail

icon_Item_Nail.png
  • Name: Nail
  • Internal Name: Item_Nail
Recipe
icon_Item_Nail_Recipe.png
  • Name: Nail Recipe
  • Result Count: 32
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Nail_Recipe.png
Paper

icon_Item_Paper.png
  • Name: Paper
  • Internal Name: Item_Paper
Recipe
icon_Item_Paper_Recipe.png
  • Name: Paper Recipe
  • Result Count: 16
  • Technological Level: 0
  • Tool: TABLE
recipe_Item_Paper_Recipe.png
Steel Pickaxe

icon_Item_PickaxeNew.png
  • Name: Steel Pickaxe
  • Internal Name: Item_PickaxeNew
Recipe
icon_Item_PickaxeNew_Recipe.png
  • Name: Steel Pickaxe Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Item_PickaxeNew_Recipe.png
Iron Pickaxe

icon_Item_PickaxeOld.png
  • Name: Iron Pickaxe
  • Internal Name: Item_PickaxeOld
Recipe
icon_Item_PickaxeOld_Recipe.png
  • Name: Iron Pickaxe Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_PickaxeOld_Recipe.png
Stone Pickaxe

icon_Item_PickaxeStone.png
  • Name: Stone Pickaxe
  • Internal Name: Item_PickaxeStone
Recipe
icon_Item_PickaxeStone_Recipe.png
  • Name: Stone Pickaxe Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_PickaxeStone_Recipe.png
9mm Pistole

icon_Item_Pistole.png
  • Name: 9mm Pistole
  • Internal Name: Item_Pistole
Recipe
icon_Item_Pistole_Recipe.png
  • Name: 9mm Pistole Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Pistole_Recipe.png
Pistole 2

icon_Item_Pistole2.png
  • Name: Pistole 2
  • Internal Name: Item_Pistole2
Recipe
icon_Item_Pistole2_Recipe.png
  • Name: Pistole 2 Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Pistole2_Recipe.png
Revolver

icon_Item_Revolver.png
  • Name: Revolver
  • Internal Name: Item_Revolver
Recipe
icon_Item_Revolver_Recipe.png
  • Name: Revolver Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Revolver_Recipe.png
Roasted Fish

icon_Item_RoastedFish.png
  • Name: Roasted Fish
  • Internal Name: Item_RoastedFish
Health: +18<br>
Recipe
icon_Item_RoastedFish_Recipe.png
  • Name: Roasted Fish Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CAMPFIRE
recipe_Item_RoastedFish_Recipe.png
Sausage

icon_Item_Sausage.png
  • Name: Sausage
  • Internal Name: Item_Sausage
Health: +-3<br>
Recipe
icon_Item_Sausage_Recipe.png
  • Name: Sausage Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: TABLE
recipe_Item_Sausage_Recipe.png
Shotgun

icon_Item_Shotgun.png
  • Name: Shotgun
  • Internal Name: Item_Shotgun
Recipe
icon_Item_Shotgun_Recipe.png
  • Name: Shotgun Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Shotgun_Recipe.png
Steel Shovel

icon_Item_ShovelNew.png
  • Name: Steel Shovel
  • Internal Name: Item_ShovelNew
Recipe
icon_Item_ShovelNew_Recipe.png
  • Name: Steel Shovel Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Item_ShovelNew_Recipe.png
Iron Shovel

icon_Item_ShovelOld.png
  • Name: Iron Shovel
  • Internal Name: Item_ShovelOld
Recipe
icon_Item_ShovelOld_Recipe.png
  • Name: Iron Shovel Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_ShovelOld_Recipe.png
Stone Shovel

icon_Item_ShovelStone.png
  • Name: Stone Shovel
  • Internal Name: Item_ShovelStone
Recipe
icon_Item_ShovelStone_Recipe.png
  • Name: Stone Shovel Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_ShovelStone_Recipe.png
Siegfrieds Axe

icon_Item_SiegfriedsAxe.png
  • Name: Siegfrieds Axe
  • Internal Name: Item_SiegfriedsAxe
Recipe
icon_Item_SiegfriedsAxe_Recipe.png
  • Name: Siegfrieds Axe Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_SiegfriedsAxe_Recipe.png
Sniper Rifle

icon_Item_Sniper.png
  • Name: Sniper Rifle
  • Internal Name: Item_Sniper
Recipe
icon_Item_Sniper_Recipe.png
  • Name: Sniper Rifle Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Sniper_Recipe.png
Stick

icon_Item_Stick.png
  • Name: Stick
  • Internal Name: Item_Stick
Recipe
icon_Item_Stick_Recipe.png
  • Name: Stick Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool:
recipe_Item_Stick_Recipe.png
Sword

icon_Item_Sword.png
  • Name: Sword
  • Internal Name: Item_Sword
Use a sword to defend yourself!
Recipe
icon_Item_Sword_Recipe.png
  • Name: Sword Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Sword_Recipe.png
Torch (Hand)

icon_Item_Torch.png
  • Name: Torch (Hand)
  • Internal Name: Item_Torch
This item will give you light everywhere you go.
Recipe
icon_Item_Torch_Recipe.png
  • Name: Torch (Hand) Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Item_Torch_Recipe.png

3.6.3.4 Voxel Mesh

3D Printer

icon_Voxel_3DPrinter.png
  • Name: 3D Printer
  • Internal Name: Voxel_3DPrinter
Use this entities to craft recipes.
You can craft the following recipes with it:

icon_Electronic_Wire_Recipe.png
Electric Wire Recipe
icon_Item_AxeNew_Recipe.png
Steel Axe Recipe
icon_Item_FlashLight_Recipe.png
Flash Light Recipe
icon_Item_PickaxeNew_Recipe.png
Steel Pickaxe Recipe
icon_Item_ShovelNew_Recipe.png
Steel Shovel Recipe
icon_Item_Stick_Recipe.png
Stick Recipe
icon_Planks_Recipe.png
Planks Recipe
icon_Voxel_Construction_Set_Recipe.png
Construction Set Recipe
icon_Voxel_Electronic_And_Recipe.png
And Recipe
icon_Voxel_Electronic_Button_Recipe.png
Button Recipe
icon_Voxel_Electronic_CPU_Recipe.png
CPU Recipe
icon_Voxel_Electronic_Clock_Recipe.png
Clock Recipe
icon_Voxel_Electronic_FlipFlop_Recipe.png
FlipFlop Recipe
icon_Voxel_Electronic_LED_Recipe.png
LED Recipe
icon_Voxel_Electronic_Nand_Recipe.png
Nand Recipe
icon_Voxel_Electronic_Not_Recipe.png
Not Recipe
icon_Voxel_Electronic_Or_Recipe.png
Or Recipe
icon_Voxel_Electronic_Switch_Recipe.png
Switch Recipe
icon_Voxel_Electronic_Wall_Button_Recipe.png
Wall Button Recipe
icon_Voxel_Electronic_Wooden_Door_Recipe.png
Electronic Wooden Door Recipe
icon_Voxel_Explosive_Recipe.png
Explosive Recipe
icon_Voxel_Metal_Crate_Recipe.png
Metal Crate Recipe

Recipe
icon_Voxel_3DPrinter_Recipe.png
  • Name: 3D Printer Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_3DPrinter_Recipe.png
Advertisement Sign

icon_Voxel_Advertisement_Sign.png
  • Name: Advertisement Sign
  • Internal Name: Voxel_Advertisement_Sign
Place this entity and then press the use key to change the text which is displayed. You can use simple html commands to format your text.
Anvil

icon_Voxel_Anvil.png
  • Name: Anvil
  • Internal Name: Voxel_Anvil
Use this entities to craft recipes.
Bars 2m

icon_Voxel_BarFramework2m.png
  • Name: Bars 2m
  • Internal Name: Voxel_BarFramework2m
Recipe
icon_Voxel_BarFramework2m_Recipe.png
  • Name: Bars 2m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_BarFramework2m_Recipe.png
Barrel

icon_Voxel_Barrel.png
  • Name: Barrel
  • Internal Name: Voxel_Barrel
This entity is an storage. You can put other entities in it. It supports a maximal weight of 300.
Recipe
icon_Voxel_Barrel_Recipe.png
  • Name: Barrel Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Barrel_Recipe.png
Barrel

icon_Voxel_Barrel1.png
  • Name: Barrel
  • Internal Name: Voxel_Barrel1
This entity is an storage. You can put other entities in it. It supports a maximal weight of 300.
Barrel New

icon_Voxel_BarrelNew.png
  • Name: Barrel New
  • Internal Name: Voxel_BarrelNew
This entity is an storage. You can put other entities in it. It supports a maximal weight of 600.
Recipe
icon_Voxel_BarrelNew_Recipe.png
  • Name: Barrel New Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_BarrelNew_Recipe.png
Base Plate Start

icon_Voxel_BasePlateStart.png
  • Name: Base Plate Start
  • Internal Name: Voxel_BasePlateStart
Recipe
icon_Voxel_BasePlateStart_Recipe.png
  • Name: Base Plate Start Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_BasePlateStart_Recipe.png
Base Plate Wood

icon_Voxel_BasePlateWood.png
  • Name: Base Plate Wood
  • Internal Name: Voxel_BasePlateWood
Recipe
icon_Voxel_BasePlateWood_Recipe.png
  • Name: Base Plate Wood Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_BasePlateWood_Recipe.png
Bed

icon_Voxel_Bed.png
  • Name: Bed
  • Internal Name: Voxel_Bed
With a bed you can sleep till a specific day / night time. You can also use it to regenerate your health.
Recipe
icon_Voxel_Bed_Recipe.png
  • Name: Bed Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Bed_Recipe.png
Bench

icon_Voxel_Bench.png
  • Name: Bench
  • Internal Name: Voxel_Bench
Big Door

icon_Voxel_BigDoor.png
  • Name: Big Door
  • Internal Name: Voxel_BigDoor


icon_Voxel_BigDoorElectronic.png
  • Name:
  • Internal Name: Voxel_BigDoorElectronic
This door can be controlled electrical
Big Oven

icon_Voxel_BigOven.png
  • Name: Big Oven
  • Internal Name: Voxel_BigOven
Use this entities to craft recipes.
Sign Big

icon_Voxel_Big_Sign.png
  • Name: Sign Big
  • Internal Name: Voxel_Big_Sign
Place this entity and then press the use key to change the text which is displayed. You can use simple html commands to format your text.
Recipe
icon_Voxel_Big_Sign_Recipe.png
  • Name: Sign Big Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Big_Sign_Recipe.png
Boat

icon_Voxel_Boat.png
  • Name: Boat
  • Internal Name: Voxel_Boat
Recipe
icon_Voxel_Boat_Recipe.png
  • Name: Boat Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Boat_Recipe.png
Bookrest

icon_Voxel_Bookrest.png
  • Name: Bookrest
  • Internal Name: Voxel_Bookrest
Use this entities to craft recipes.
You can craft the following recipes with it:

icon_Item_Stick_Recipe.png
Stick Recipe
icon_Planks_Recipe.png
Planks Recipe
icon_Voxel_Construction_Set_Recipe.png
Construction Set Recipe

Recipe
icon_Voxel_Bookrest_Recipe.png
  • Name: Bookrest Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Bookrest_Recipe.png
Box

icon_Voxel_Box.png
  • Name: Box
  • Internal Name: Voxel_Box
This entity is an storage. You can put other entities in it. It supports a maximal weight of 200.
Recipe
icon_Voxel_Box_Recipe.png
  • Name: Box Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Box_Recipe.png
Cabinet

icon_Voxel_Cabinet.png
  • Name: Cabinet
  • Internal Name: Voxel_Cabinet
This entity is an storage. You can put other entities in it. It supports a maximal weight of 500.
Recipe
icon_Voxel_Cabinet_Recipe.png
  • Name: Cabinet Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Cabinet_Recipe.png
Campfire

icon_Voxel_CampFire.png
  • Name: Campfire
  • Internal Name: Voxel_CampFire
Use a camp fire to roast your meat.
You can craft the following recipes with it:

icon_Iron_Recipe.png
Iron Recipe
icon_Item_Meat_Recipe.png
Meat Recipe
icon_Item_RoastedFish_Recipe.png
Roasted Fish Recipe
icon_Item_Stick_Recipe.png
Stick Recipe
icon_Planks_Recipe.png
Planks Recipe
icon_Voxel_Construction_Set_Recipe.png
Construction Set Recipe

Recipe
icon_Voxel_CampFire_Recipe.png
  • Name: Campfire Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_CampFire_Recipe.png
Candle

icon_Voxel_Candle.png
  • Name: Candle
  • Internal Name: Voxel_Candle
This entity is a light source. It will emit light up to a radius of 3 meters.
Recipe
icon_Voxel_Candle_Recipe.png
  • Name: Candle Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Candle_Recipe.png
Chair

icon_Voxel_Chair.png
  • Name: Chair
  • Internal Name: Voxel_Chair
Recipe
icon_Voxel_Chair_Recipe.png
  • Name: Chair Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Chair_Recipe.png
Chest

icon_Voxel_Chest.png
  • Name: Chest
  • Internal Name: Voxel_Chest
This entity is an storage. You can put other entities in it. It supports a maximal weight of 500.
Recipe
icon_Voxel_Chest_Recipe.png
  • Name: Chest Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Chest_Recipe.png
Chest Small

icon_Voxel_Chest_Small.png
  • Name: Chest Small
  • Internal Name: Voxel_Chest_Small
This entity is an storage. You can put other entities in it. It supports a maximal weight of 350.
Recipe
icon_Voxel_Chest_Small_Recipe.png
  • Name: Chest Small Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Chest_Small_Recipe.png
Construction Set

icon_Voxel_Construction_Set.png
  • Name: Construction Set
  • Internal Name: Voxel_Construction_Set
Use this entities to craft recipes.
You can craft the following recipes with it:

icon_Ammo9mm_Recipe.png
9mm Ammunition Recipe
icon_AmmoGrenade_Recipe.png
Grenade Launcher Ammunition Recipe
icon_AmmoMachineGun_Recipe.png
Machine Gun Ammunition Recipe
icon_AmmoRevolver_Recipe.png
Revolver Ammunition Recipe
icon_AmmoShotgun_Recipe.png
Shotgun Ammunition Recipe
icon_AmmoSniper_Recipe.png
Sniper Ammunition Recipe
icon_BigStoneBlocks_Recipe.png
Stone Blocks Recipe
icon_BlackColor_Recipe.png
Black color Recipe
icon_BlueColor_Recipe.png
Blue color Recipe
icon_BrickRound_Recipe.png
Round Bricks Recipe
icon_BrickStone_Recipe.png
Stone Brick Recipe
icon_Brick_Recipe.png
Brick Recipe
icon_ClayWall_Recipe.png
Clay Wall Recipe
icon_Cloth_Army_Dark_Trousers_Recipe.png
Dark Army Trousers Recipe
icon_Cloth_Army_Helmet_Recipe.png
Army Helmet Recipe
icon_Cloth_Army_Vest_Recipe.png
Army Vest Recipe
icon_Cloth_Baseball_Cap_Recipe.png
Baseball Cap Recipe
icon_Cloth_Black_TShirt_Recipe.png
Black TShirt Recipe
icon_Cloth_Crop_Top_Recipe.png
Crop Top Recipe
icon_Cloth_Hat_Recipe.png
Hat Recipe
icon_Cloth_Jeans_Recipe.png
Jeans Recipe
icon_Cloth_Leather_Jacket_Recipe.png
Leather Jacket Recipe
icon_Cloth_Leather_Shoes_Recipe.png
Leather Shoes Recipe
icon_Cloth_Light_Boots_Recipe.png
Light Boots Recipe
icon_Cloth_Oxfords_Recipe.png
Oxfords Recipe
icon_Cloth_Police_Helmet_Recipe.png
Police Helmet Recipe
icon_Cloth_Police_Trousers_Recipe.png
Police Trousers Recipe
icon_Cloth_Police_Vest_Recipe.png
Police Vest Recipe
icon_Cloth_Pullover_2_Recipe.png
Pullover Recipe
icon_Cloth_Pullover_Recipe.png
Pullover Recipe
icon_Cloth_Running_Pants_Recipe.png
Running Pants Recipe
icon_Cloth_Sport_Shirt_Recipe.png
Sport Shirt Recipe
icon_Cloth_Sport_Shoes2_Recipe.png
Sport Shoes 2 Recipe
icon_Cloth_Sport_Shoes_Recipe.png
Sport Shoes Recipe
icon_Cloth_Sport_Top_Recipe.png
Sport Top Recipe
icon_Cloth_Suit_Top_Recipe.png
Suit Top Recipe
icon_Cloth_Trenchcoat_Recipe.png
Trenchcoat Recipe
icon_Cloth_Trousers_2_Recipe.png
Trousers Recipe
icon_Cloth_Walking_Shoe_2_Recipe.png
Walking Shoes Recipe
icon_Cloth_Yeans_Recipe.png
Yeans Recipe
icon_CobbleStone_Recipe.png
CobbleStone Recipe
icon_ConcreteFloor_Recipe.png
Concrete Floor Recipe
icon_Concrete_Recipe.png
Concrete Recipe
icon_Fence_Recipe.png
Fence Recipe
icon_FloorStone_Recipe.png
Floor Stone Recipe
icon_GlassAqua_Recipe.png
Glass (Aqua) Recipe
icon_GlassBlack_Recipe.png
Glass (Black) Recipe
icon_GlassBlue_Recipe.png
Glass (Blue) Recipe
icon_GlassFuchsia_Recipe.png
Glass (Fuchsia) Recipe
icon_GlassGray_Recipe.png
Glass (Gray) Recipe
icon_GlassGreen_Recipe.png
Glass (Green) Recipe
icon_GlassLime_Recipe.png
Glass (Lime) Recipe
icon_GlassMaroon_Recipe.png
Glass (Maroon) Recipe
icon_GlassNavy_Recipe.png
Glass (Navy) Recipe
icon_GlassOlive_Recipe.png
Glass (Olive) Recipe
icon_GlassPurple_Recipe.png
Glass (Purple) Recipe
icon_GlassRed_Recipe.png
Glass (Red) Recipe
icon_GlassSilver_Recipe.png
Glass (Silver) Recipe
icon_GlassTeal_Recipe.png
Glass (Teal) Recipe
icon_GlassYellow_Recipe.png
Glass (Yellow) Recipe
icon_Glass_Recipe.png
Glass Recipe
icon_GraniteWall_Recipe.png
Granite Wall Recipe
icon_GrateCoarse_Recipe.png
Coarse Grate Recipe
icon_Grate_Recipe.png
Grate Recipe
icon_Gravel_Recipe.png
Gravel Recipe
icon_GreenColor_Recipe.png
Green color Recipe
icon_GridCoarse_Recipe.png
Coarse Grid Recipe
icon_Grid_Recipe.png
Grid Recipe
icon_Indigo_Recipe.png
Indigo Recipe
icon_IronBlock_Recipe.png
Iron Block Recipe
icon_Item_Arrow_Recipe.png
Arrow Recipe
icon_Item_AxeOld_Recipe.png
Iron Axe Recipe
icon_Item_AxeStone_Recipe.png
Stone Stone Recipe
icon_Item_Bolt_Recipe.png
Bolt Recipe
icon_Item_Bucket_Recipe.png
Bucket Recipe
icon_Item_Glue_Recipe.png
Glue Recipe
icon_Item_GrenadeLauncher_Recipe.png
Grenade Launcher Recipe
icon_Item_Knife_Recipe.png
Knife Recipe
icon_Item_Latern_Recipe.png
Lantern Recipe
icon_Item_Lighter_Recipe.png
Lighter Recipe
icon_Item_LongSword_Recipe.png
Long Sword Recipe
icon_Item_MachineGun2_Recipe.png
Machine Gun TQ 30 Recipe
icon_Item_MachineGun3_Recipe.png
Machine Gun TC-10 Recipe
icon_Item_MachineGun4_Recipe.png
Machine Gun TK-14 Recipe
icon_Item_MachineGun_Recipe.png
MachineGun Recipe
icon_Item_Nail_Recipe.png
Nail Recipe
icon_Item_PickaxeOld_Recipe.png
Iron Pickaxe Recipe
icon_Item_PickaxeStone_Recipe.png
Stone Pickaxe Recipe
icon_Item_Pistole2_Recipe.png
Pistole 2 Recipe
icon_Item_Pistole_Recipe.png
9mm Pistole Recipe
icon_Item_Revolver_Recipe.png
Revolver Recipe
icon_Item_Shotgun_Recipe.png
Shotgun Recipe
icon_Item_ShovelOld_Recipe.png
Iron Shovel Recipe
icon_Item_ShovelStone_Recipe.png
Stone Shovel Recipe
icon_Item_SiegfriedsAxe_Recipe.png
Siegfrieds Axe Recipe
icon_Item_Sniper_Recipe.png
Sniper Rifle Recipe
icon_Item_Stick_Recipe.png
Stick Recipe
icon_Item_Sword_Recipe.png
Sword Recipe
icon_Item_Torch_Recipe.png
Torch (Hand) Recipe
icon_Lime_Recipe.png
Lime Recipe
icon_MetalFloor_Recipe.png
Metal Floor Recipe
icon_Pavement_Recipe.png
Pavement Recipe
icon_Planks_Recipe.png
Planks Recipe
icon_PlasterAqua_Recipe.png
Plaster (Color: Aqua) Recipe
icon_PlasterBlack_Recipe.png
Plaster (Color: Black) Recipe
icon_PlasterBlue_Recipe.png
Plaster (Color: Blue) Recipe
icon_PlasterFuchsia_Recipe.png
Plaster (Color: Fuchsia) Recipe
icon_PlasterGray_Recipe.png
Plaster (Color: Gray) Recipe
icon_PlasterGreen_Recipe.png
Plaster (Color: Green) Recipe
icon_PlasterLime_Recipe.png
Plaster (Color: Lime) Recipe
icon_PlasterMaroon_Recipe.png
Plaster (Color: Maroon) Recipe
icon_PlasterNavy_Recipe.png
Plaster (Color: Navy) Recipe
icon_PlasterOlive_Recipe.png
Plaster (Color: Olive) Recipe
icon_PlasterPurple_Recipe.png
Plaster (Color: Purple) Recipe
icon_PlasterRed_Recipe.png
Plaster (Color: Red) Recipe
icon_PlasterSilver_Recipe.png
Plaster (Color: Silver) Recipe
icon_PlasterTeal_Recipe.png
Plaster (Color: Teal) Recipe
icon_PlasterWhite_Recipe.png
Plaster Recipe
icon_PlasterYellow_Recipe.png
Plaster (Color: Yellow) Recipe
icon_PotteryAqua_Recipe.png
Pottery (Color: Aqua) Recipe
icon_PotteryBlack_Recipe.png
Pottery (Color: Black) Recipe
icon_PotteryBlue_Recipe.png
Pottery (Color: Blue) Recipe
icon_PotteryFuchsia_Recipe.png
Pottery (Color: Fuchsia) Recipe
icon_PotteryGray_Recipe.png
Pottery (Color: Gray) Recipe
icon_PotteryGreen_Recipe.png
Pottery (Color: Green) Recipe
icon_PotteryLime_Recipe.png
Pottery (Color: Lime) Recipe
icon_PotteryMaroon_Recipe.png
Pottery (Color: Maroon) Recipe
icon_PotteryNavy_Recipe.png
Pottery (Color: Navy) Recipe
icon_PotteryOlive_Recipe.png
Pottery (Color: Olive) Recipe
icon_PotteryPurple_Recipe.png
Pottery (Color: Purple) Recipe
icon_PotteryRed_Recipe.png
Pottery (Color: Red) Recipe
icon_PotterySilver_Recipe.png
Pottery (Color: Silver) Recipe
icon_PotteryTeal_Recipe.png
Pottery (Color: Teal) Recipe
icon_PotteryWhite_Recipe.png
Pottery Recipe
icon_PotteryYellow_Recipe.png
Pottery (Color: Yellow) Recipe
icon_Railing_Recipe.png
Railing Recipe
icon_RedColor_Recipe.png
Red color Recipe
icon_RoadDirt_Recipe.png
Dirt Road Recipe
icon_Road_Recipe.png
Road Recipe
icon_SandstoneWall_Recipe.png
SandstoneWall Recipe
icon_StoneGround_Recipe.png
Stone Ground Recipe
icon_StoneWall_Recipe.png
Stone Wall Recipe
icon_Tiles_Recipe.png
Tiles Recipe
icon_Voxel_3DPrinter_Recipe.png
3D Printer Recipe
icon_Voxel_BarFramework2m_Recipe.png
Bars 2m Recipe
icon_Voxel_BarrelNew_Recipe.png
Barrel New Recipe
icon_Voxel_Barrel_Recipe.png
Barrel Recipe
icon_Voxel_BasePlateStart_Recipe.png
Base Plate Start Recipe
icon_Voxel_BasePlateWood_Recipe.png
Base Plate Wood Recipe
icon_Voxel_Bed_Recipe.png
Bed Recipe
icon_Voxel_Big_Sign_Recipe.png
Sign Big Recipe
icon_Voxel_Boat_Recipe.png
Boat Recipe
icon_Voxel_Bookrest_Recipe.png
Bookrest Recipe
icon_Voxel_Box_Recipe.png
Box Recipe
icon_Voxel_Cabinet_Recipe.png
Cabinet Recipe
icon_Voxel_CampFire_Recipe.png
Campfire Recipe
icon_Voxel_Candle_Recipe.png
Candle Recipe
icon_Voxel_Chair_Recipe.png
Chair Recipe
icon_Voxel_Chest_Recipe.png
Chest Recipe
icon_Voxel_Chest_Small_Recipe.png
Chest Small Recipe
icon_Voxel_Construction_Set_Recipe.png
Construction Set Recipe
icon_Voxel_Fence1m_Recipe.png
Wooden Fence 1m Recipe
icon_Voxel_Fence2m_Recipe.png
Wooden Fence 2m Recipe
icon_Voxel_Fence_End_Recipe.png
Wooden Fence End Recipe
icon_Voxel_FrameBasePlate_Recipe.png
Frame Base Plate Recipe
icon_Voxel_Framework1mB_Recipe.png
Framework Plate 1m Recipe
icon_Voxel_Framework1m_Recipe.png
Framework 1m Recipe
icon_Voxel_Framework2mB_Recipe.png
Framework Plate 2m Recipe
icon_Voxel_Framework2m_Recipe.png
Framework 2m Recipe
icon_Voxel_Ground_Sign_Recipe.png
Ground Sign Recipe
icon_Voxel_Hanging_Candle_Recipe.png
Hanging Candle Recipe
icon_Voxel_IronFence_05m_3Corners_Recipe.png
Iron Fence 0.5m 3 Corners Recipe
icon_Voxel_IronFence_05m_Edge_Recipe.png
Iron Fence 0.5m Edge Recipe
icon_Voxel_IronFence_05m_End_Recipe.png
Iron Fence 0.5m End Recipe
icon_Voxel_IronFence_05m_x_05m_Recipe.png
Iron Fence 0.5m x 0.5m Recipe
icon_Voxel_IronFence_1m_3Corners_Recipe.png
Iron Fence 1m 3 Corners Recipe
icon_Voxel_IronFence_1m_Edge_Recipe.png
Iron Fence 1m Edge Recipe
icon_Voxel_IronFence_1m_End_Recipe.png
Iron Fence 1m End Recipe
icon_Voxel_IronFence_1m_x_1m_Recipe.png
Iron Fence 1m x 1m Recipe
icon_Voxel_IronFence_2m_3Corners_Recipe.png
Iron Fence 2m 3 Corners Recipe
icon_Voxel_IronFence_2m_Edge_Recipe.png
Iron Fence 2m Edge Recipe
icon_Voxel_IronFence_2m_End_Recipe.png
Iron Fence 2m End Recipe
icon_Voxel_IronFence_2m_x_2m_Recipe.png
Iron Fence 2m x 2m Recipe
icon_Voxel_Ladder_1_2m_Recipe.png
Ladder 1/2 m Recipe
icon_Voxel_Ladder_1_4m_Recipe.png
Ladder 1/4 m Recipe
icon_Voxel_Ladder_1m_Recipe.png
Ladder 1 m Recipe
icon_Voxel_Ladder_2m_Recipe.png
Ladder 2 m Recipe
icon_Voxel_Lamp_Recipe.png
Lamp Recipe
icon_Voxel_Metal_Shelf_Recipe.png
Metal Shelf Recipe
icon_Voxel_Old_Wooden_Door_Recipe.png
Old Wooden Door Recipe
icon_Voxel_Painting_Duck_Recipe.png
Painting: Duck Recipe
icon_Voxel_Painting_Landscape_Recipe.png
Painting: Landscape Recipe
icon_Voxel_Road_Sign_Recipe.png
Road Sign Recipe
icon_Voxel_Shelf_Recipe.png
Shelf Recipe
icon_Voxel_Sign_Recipe.png
Sign Recipe
icon_Voxel_StandingTorch_Recipe.png
Standing Torch Recipe
icon_Voxel_Stool_Recipe.png
Stool Recipe
icon_Voxel_Table_Recipe.png
Table Recipe
icon_Voxel_Torch_Recipe.png
Torch Recipe
icon_Voxel_Wall_Sign_Recipe.png
Wall Sign Recipe
icon_Voxel_WoodFence_05m_3Corners_Recipe.png
Wooden Grid 0.5m 3 Corners Recipe
icon_Voxel_WoodFence_05m_Edge_Recipe.png
Wooden Grid 0.5m Edge Recipe
icon_Voxel_WoodFence_05m_End_Recipe.png
Wooden Grid 0.5m End Recipe
icon_Voxel_WoodFence_05m_x_05m_Recipe.png
Wooden Grid 0.5m x 0.5m Recipe
icon_Voxel_WoodFence_1m_3Corners_Recipe.png
Wooden Grid 1m 3 Corners Recipe
icon_Voxel_WoodFence_1m_Edge_Recipe.png
Wooden Grid 1m Edge Recipe
icon_Voxel_WoodFence_1m_End_Recipe.png
Wooden Grid 1m End Recipe
icon_Voxel_WoodFence_1m_x_1m_Recipe.png
Wooden Grid 1m x 1m Recipe
icon_Voxel_WoodFence_2m_3Corners_Recipe.png
Wooden Grid 2m 3 Corners Recipe
icon_Voxel_WoodFence_2m_Edge_Recipe.png
Wooden Grid 2m Edge Recipe
icon_Voxel_WoodFence_2m_End_Recipe.png
Wooden Grid 2m End Recipe
icon_Voxel_WoodFence_2m_x_2m_Recipe.png
Wooden Grid 2m x 2m Recipe
icon_Voxel_WoodRailing1m_Recipe.png
Wooden Railing 1m Recipe
icon_Voxel_WoodRamp1m_Recipe.png
Wood Ramp 1m Recipe
icon_Voxel_WoodRamp2m_Recipe.png
Wood Ramp 2m Recipe
icon_Voxel_WoodenStairsRailing_Recipe.png
Wooden Stairs with Railing Recipe
icon_Voxel_WoodenStairs_Recipe.png
Wooden Stairs Recipe
icon_Voxel_Wooden_Door_Recipe.png
Wooden Door Recipe
icon_Voxel_Wooden_Fence_Door_Recipe.png
Wooden Fence Door Recipe
icon_Voxel_Wooden_Stairs_Railing_Recipe.png
Wooden Stairs with Railing Recipe
icon_Voxel_Wooden_Stairs_Recipe.png
Wooden Stairs Recipe

Recipe
icon_Voxel_Construction_Set_Recipe.png
  • Name: Construction Set Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool:
recipe_Voxel_Construction_Set_Recipe.png
Curtain

icon_Voxel_Curtain.png
  • Name: Curtain
  • Internal Name: Voxel_Curtain
Voxel_Door4mElectronic

icon_Voxel_Door4m.png
  • Name: Voxel_Door4mElectronic
  • Internal Name: Voxel_Door4m
This door can be controlled electrical
MovableDoor

icon_Voxel_DoorUp.png
  • Name: MovableDoor
  • Internal Name: Voxel_DoorUp
And

icon_Voxel_Electronic_And.png
  • Name: And
  • Internal Name: Voxel_Electronic_And
Recipe
icon_Voxel_Electronic_And_Recipe.png
  • Name: And Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Electronic_And_Recipe.png
Button

icon_Voxel_Electronic_Button.png
  • Name: Button
  • Internal Name: Voxel_Electronic_Button
This entity is an electronic switch.
Recipe
icon_Voxel_Electronic_Button_Recipe.png
  • Name: Button Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Electronic_Button_Recipe.png
CPU

icon_Voxel_Electronic_CPU.png
  • Name: CPU
  • Internal Name: Voxel_Electronic_CPU
Recipe
icon_Voxel_Electronic_CPU_Recipe.png
  • Name: CPU Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Electronic_CPU_Recipe.png
Clock

icon_Voxel_Electronic_Clock.png
  • Name: Clock
  • Internal Name: Voxel_Electronic_Clock
Recipe
icon_Voxel_Electronic_Clock_Recipe.png
  • Name: Clock Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Electronic_Clock_Recipe.png
FlipFlop

icon_Voxel_Electronic_FlipFlop.png
  • Name: FlipFlop
  • Internal Name: Voxel_Electronic_FlipFlop
Recipe
icon_Voxel_Electronic_FlipFlop_Recipe.png
  • Name: FlipFlop Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Electronic_FlipFlop_Recipe.png
LED

icon_Voxel_Electronic_LED.png
  • Name: LED
  • Internal Name: Voxel_Electronic_LED
This is a simple LED which reacts to the current.
Recipe
icon_Voxel_Electronic_LED_Recipe.png
  • Name: LED Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Electronic_LED_Recipe.png
Nand

icon_Voxel_Electronic_Nand.png
  • Name: Nand
  • Internal Name: Voxel_Electronic_Nand
Recipe
icon_Voxel_Electronic_Nand_Recipe.png
  • Name: Nand Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Electronic_Nand_Recipe.png
Not

icon_Voxel_Electronic_Not.png
  • Name: Not
  • Internal Name: Voxel_Electronic_Not
Recipe
icon_Voxel_Electronic_Not_Recipe.png
  • Name: Not Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Electronic_Not_Recipe.png
Or

icon_Voxel_Electronic_Or.png
  • Name: Or
  • Internal Name: Voxel_Electronic_Or
Recipe
icon_Voxel_Electronic_Or_Recipe.png
  • Name: Or Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Electronic_Or_Recipe.png
Switch

icon_Voxel_Electronic_Switch.png
  • Name: Switch
  • Internal Name: Voxel_Electronic_Switch
This entity is an electronic switch.
Recipe
icon_Voxel_Electronic_Switch_Recipe.png
  • Name: Switch Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Electronic_Switch_Recipe.png
Wall Button

icon_Voxel_Electronic_Wall_Button.png
  • Name: Wall Button
  • Internal Name: Voxel_Electronic_Wall_Button
This entity is an electronic switch.
Recipe
icon_Voxel_Electronic_Wall_Button_Recipe.png
  • Name: Wall Button Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Electronic_Wall_Button_Recipe.png
Electronic Wooden Door

icon_Voxel_Electronic_Wooden_Door.png
  • Name: Electronic Wooden Door
  • Internal Name: Voxel_Electronic_Wooden_Door
This door can be controlled electrical
Recipe
icon_Voxel_Electronic_Wooden_Door_Recipe.png
  • Name: Electronic Wooden Door Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Electronic_Wooden_Door_Recipe.png
Explosive

icon_Voxel_Explosive.png
  • Name: Explosive
  • Internal Name: Voxel_Explosive
This is an explosive. Press the use key to detonate it or use an electric wire.
Recipe
icon_Voxel_Explosive_Recipe.png
  • Name: Explosive Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Explosive_Recipe.png
Wooden Fence 1m

icon_Voxel_Fence1m.png
  • Name: Wooden Fence 1m
  • Internal Name: Voxel_Fence1m
Recipe
icon_Voxel_Fence1m_Recipe.png
  • Name: Wooden Fence 1m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Fence1m_Recipe.png
Wooden Fence 2m

icon_Voxel_Fence2m.png
  • Name: Wooden Fence 2m
  • Internal Name: Voxel_Fence2m
Recipe
icon_Voxel_Fence2m_Recipe.png
  • Name: Wooden Fence 2m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Fence2m_Recipe.png
Wooden Fence End

icon_Voxel_Fence_End.png
  • Name: Wooden Fence End
  • Internal Name: Voxel_Fence_End
Recipe
icon_Voxel_Fence_End_Recipe.png
  • Name: Wooden Fence End Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Fence_End_Recipe.png
Flag Source Blue

icon_Voxel_Flag_Source_Blue.png
  • Name: Flag Source Blue
  • Internal Name: Voxel_Flag_Source_Blue
Flag Source Red

icon_Voxel_Flag_Source_Red.png
  • Name: Flag Source Red
  • Internal Name: Voxel_Flag_Source_Red
Flag Target Blue

icon_Voxel_Flag_Target_Blue.png
  • Name: Flag Target Blue
  • Internal Name: Voxel_Flag_Target_Blue
Flag Target Red

icon_Voxel_Flag_Target_Red.png
  • Name: Flag Target Red
  • Internal Name: Voxel_Flag_Target_Red
Frame Base Plate

icon_Voxel_FrameBasePlate.png
  • Name: Frame Base Plate
  • Internal Name: Voxel_FrameBasePlate
Recipe
icon_Voxel_FrameBasePlate_Recipe.png
  • Name: Frame Base Plate Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_FrameBasePlate_Recipe.png
Framework 1m

icon_Voxel_Framework1m.png
  • Name: Framework 1m
  • Internal Name: Voxel_Framework1m
Recipe
icon_Voxel_Framework1m_Recipe.png
  • Name: Framework 1m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Framework1m_Recipe.png
Framework Plate 1m

icon_Voxel_Framework1mB.png
  • Name: Framework Plate 1m
  • Internal Name: Voxel_Framework1mB
Recipe
icon_Voxel_Framework1mB_Recipe.png
  • Name: Framework Plate 1m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Framework1mB_Recipe.png
Framework 2m

icon_Voxel_Framework2m.png
  • Name: Framework 2m
  • Internal Name: Voxel_Framework2m
Recipe
icon_Voxel_Framework2m_Recipe.png
  • Name: Framework 2m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Framework2m_Recipe.png
Framework Plate 2m

icon_Voxel_Framework2mB.png
  • Name: Framework Plate 2m
  • Internal Name: Voxel_Framework2mB
Recipe
icon_Voxel_Framework2mB_Recipe.png
  • Name: Framework Plate 2m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Framework2mB_Recipe.png
Grindstone

icon_Voxel_GrindStone.png
  • Name: Grindstone
  • Internal Name: Voxel_GrindStone
Use this entities to craft recipes.
Ground Sign

icon_Voxel_Ground_Sign.png
  • Name: Ground Sign
  • Internal Name: Voxel_Ground_Sign
Place this entity and then press the use key to change the text which is displayed. You can use simple html commands to format your text.
Recipe
icon_Voxel_Ground_Sign_Recipe.png
  • Name: Ground Sign Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Ground_Sign_Recipe.png
Hanging Candle

icon_Voxel_Hanging_Candle.png
  • Name: Hanging Candle
  • Internal Name: Voxel_Hanging_Candle
This entity is a light source. It will emit light up to a radius of 3 meters.
Recipe
icon_Voxel_Hanging_Candle_Recipe.png
  • Name: Hanging Candle Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Hanging_Candle_Recipe.png
Iron Fence 0.5m 3 Corners

icon_Voxel_IronFence_05m_3Corners.png
  • Name: Iron Fence 0.5m 3 Corners
  • Internal Name: Voxel_IronFence_05m_3Corners
Recipe
icon_Voxel_IronFence_05m_3Corners_Recipe.png
  • Name: Iron Fence 0.5m 3 Corners Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_IronFence_05m_3Corners_Recipe.png
Iron Fence 0.5m Edge

icon_Voxel_IronFence_05m_Edge.png
  • Name: Iron Fence 0.5m Edge
  • Internal Name: Voxel_IronFence_05m_Edge
Recipe
icon_Voxel_IronFence_05m_Edge_Recipe.png
  • Name: Iron Fence 0.5m Edge Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_IronFence_05m_Edge_Recipe.png
Iron Fence 0.5m End

icon_Voxel_IronFence_05m_End.png
  • Name: Iron Fence 0.5m End
  • Internal Name: Voxel_IronFence_05m_End
Recipe
icon_Voxel_IronFence_05m_End_Recipe.png
  • Name: Iron Fence 0.5m End Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_IronFence_05m_End_Recipe.png
Iron Fence 0.5m x 0.5m

icon_Voxel_IronFence_05m_x_05m.png
  • Name: Iron Fence 0.5m x 0.5m
  • Internal Name: Voxel_IronFence_05m_x_05m
Recipe
icon_Voxel_IronFence_05m_x_05m_Recipe.png
  • Name: Iron Fence 0.5m x 0.5m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_IronFence_05m_x_05m_Recipe.png
Iron Fence 1m 3 Corners

icon_Voxel_IronFence_1m_3Corners.png
  • Name: Iron Fence 1m 3 Corners
  • Internal Name: Voxel_IronFence_1m_3Corners
Recipe
icon_Voxel_IronFence_1m_3Corners_Recipe.png
  • Name: Iron Fence 1m 3 Corners Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_IronFence_1m_3Corners_Recipe.png
Iron Fence 1m Edge

icon_Voxel_IronFence_1m_Edge.png
  • Name: Iron Fence 1m Edge
  • Internal Name: Voxel_IronFence_1m_Edge
Recipe
icon_Voxel_IronFence_1m_Edge_Recipe.png
  • Name: Iron Fence 1m Edge Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_IronFence_1m_Edge_Recipe.png
Iron Fence 1m End

icon_Voxel_IronFence_1m_End.png
  • Name: Iron Fence 1m End
  • Internal Name: Voxel_IronFence_1m_End
Recipe
icon_Voxel_IronFence_1m_End_Recipe.png
  • Name: Iron Fence 1m End Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_IronFence_1m_End_Recipe.png
Iron Fence 1m x 1m

icon_Voxel_IronFence_1m_x_1m.png
  • Name: Iron Fence 1m x 1m
  • Internal Name: Voxel_IronFence_1m_x_1m
Recipe
icon_Voxel_IronFence_1m_x_1m_Recipe.png
  • Name: Iron Fence 1m x 1m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_IronFence_1m_x_1m_Recipe.png
Iron Fence 2m 3 Corners

icon_Voxel_IronFence_2m_3Corners.png
  • Name: Iron Fence 2m 3 Corners
  • Internal Name: Voxel_IronFence_2m_3Corners
Recipe
icon_Voxel_IronFence_2m_3Corners_Recipe.png
  • Name: Iron Fence 2m 3 Corners Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_IronFence_2m_3Corners_Recipe.png
Iron Fence 2m Edge

icon_Voxel_IronFence_2m_Edge.png
  • Name: Iron Fence 2m Edge
  • Internal Name: Voxel_IronFence_2m_Edge
Recipe
icon_Voxel_IronFence_2m_Edge_Recipe.png
  • Name: Iron Fence 2m Edge Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_IronFence_2m_Edge_Recipe.png
Iron Fence 2m End

icon_Voxel_IronFence_2m_End.png
  • Name: Iron Fence 2m End
  • Internal Name: Voxel_IronFence_2m_End
Recipe
icon_Voxel_IronFence_2m_End_Recipe.png
  • Name: Iron Fence 2m End Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_IronFence_2m_End_Recipe.png
Iron Fence 2m x 2m

icon_Voxel_IronFence_2m_x_2m.png
  • Name: Iron Fence 2m x 2m
  • Internal Name: Voxel_IronFence_2m_x_2m
Recipe
icon_Voxel_IronFence_2m_x_2m_Recipe.png
  • Name: Iron Fence 2m x 2m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_IronFence_2m_x_2m_Recipe.png
Keyboard

icon_Voxel_Keyboard.png
  • Name: Keyboard
  • Internal Name: Voxel_Keyboard
Kiosk

icon_Voxel_Kiosk.png
  • Name: Kiosk
  • Internal Name: Voxel_Kiosk
This entity is an storage. You can put other entities in it. It supports a maximal weight of 250.
LCD

icon_Voxel_LCD.png
  • Name: LCD
  • Internal Name: Voxel_LCD
Ladder 1/2 m

icon_Voxel_Ladder_1_2m.png
  • Name: Ladder 1/2 m
  • Internal Name: Voxel_Ladder_1_2m
You can place multiple ladders on top of each other to climb even further.
Recipe
icon_Voxel_Ladder_1_2m_Recipe.png
  • Name: Ladder 1/2 m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Ladder_1_2m_Recipe.png
Ladder 1/4 m

icon_Voxel_Ladder_1_4m.png
  • Name: Ladder 1/4 m
  • Internal Name: Voxel_Ladder_1_4m
You can place multiple ladders on top of each other to climb even further.
Recipe
icon_Voxel_Ladder_1_4m_Recipe.png
  • Name: Ladder 1/4 m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Ladder_1_4m_Recipe.png
Ladder 1 m

icon_Voxel_Ladder_1m.png
  • Name: Ladder 1 m
  • Internal Name: Voxel_Ladder_1m
You can place multiple ladders on top of each other to climb even further.
Recipe
icon_Voxel_Ladder_1m_Recipe.png
  • Name: Ladder 1 m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Ladder_1m_Recipe.png
Ladder 2 m

icon_Voxel_Ladder_2m.png
  • Name: Ladder 2 m
  • Internal Name: Voxel_Ladder_2m
You can place multiple ladders on top of each other to climb even further.
Recipe
icon_Voxel_Ladder_2m_Recipe.png
  • Name: Ladder 2 m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Ladder_2m_Recipe.png
Lamp

icon_Voxel_Lamp.png
  • Name: Lamp
  • Internal Name: Voxel_Lamp
This entity is a light source. It will emit light up to a radius of 6 meters. And it can be controlled electrical.
Recipe
icon_Voxel_Lamp_Recipe.png
  • Name: Lamp Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Lamp_Recipe.png
Metal Crate

icon_Voxel_Metal_Crate.png
  • Name: Metal Crate
  • Internal Name: Voxel_Metal_Crate
This entity is an storage. You can put other entities in it. It supports a maximal weight of 1000.
Recipe
icon_Voxel_Metal_Crate_Recipe.png
  • Name: Metal Crate Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: 3DPRINTER
recipe_Voxel_Metal_Crate_Recipe.png
Metal Shelf

icon_Voxel_Metal_Shelf.png
  • Name: Metal Shelf
  • Internal Name: Voxel_Metal_Shelf
This entity is an storage. You can put other entities in it. It supports a maximal weight of 800.
Recipe
icon_Voxel_Metal_Shelf_Recipe.png
  • Name: Metal Shelf Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Metal_Shelf_Recipe.png
Minecart

icon_Voxel_Minecart.png
  • Name: Minecart
  • Internal Name: Voxel_Minecart
Mounting

icon_Voxel_Mounting.png
  • Name: Mounting
  • Internal Name: Voxel_Mounting
This entity is an storage. You can put other entities in it. It supports a maximal weight of 250.
Moveable Block

icon_Voxel_MoveAbleBlock.png
  • Name: Moveable Block
  • Internal Name: Voxel_MoveAbleBlock
Old Wooden Door

icon_Voxel_Old_Wooden_Door.png
  • Name: Old Wooden Door
  • Internal Name: Voxel_Old_Wooden_Door
Recipe
icon_Voxel_Old_Wooden_Door_Recipe.png
  • Name: Old Wooden Door Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Old_Wooden_Door_Recipe.png
Origin

icon_Voxel_Origin.png
  • Name: Origin
  • Internal Name: Voxel_Origin
This is a technical entity. It is used to save specific parts of a map and to load the data into another map.
Oven

icon_Voxel_Oven.png
  • Name: Oven
  • Internal Name: Voxel_Oven
Use this entities to craft recipes.
Painting: Duck

icon_Voxel_Painting_Duck.png
  • Name: Painting: Duck
  • Internal Name: Voxel_Painting_Duck
Recipe
icon_Voxel_Painting_Duck_Recipe.png
  • Name: Painting: Duck Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Painting_Duck_Recipe.png
Painting: Landscape

icon_Voxel_Painting_Landscape.png
  • Name: Painting: Landscape
  • Internal Name: Voxel_Painting_Landscape
Recipe
icon_Voxel_Painting_Landscape_Recipe.png
  • Name: Painting: Landscape Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Painting_Landscape_Recipe.png
RailWay 2m

icon_Voxel_Railway_1m.png
  • Name: RailWay 2m
  • Internal Name: Voxel_Railway_1m
RailWay 4m

icon_Voxel_Railway_2m.png
  • Name: RailWay 4m
  • Internal Name: Voxel_Railway_2m
Railway 90

icon_Voxel_Railway_90Degrees.png
  • Name: Railway 90
  • Internal Name: Voxel_Railway_90Degrees
Reflector Post

icon_Voxel_Reflector_Post.png
  • Name: Reflector Post
  • Internal Name: Voxel_Reflector_Post
Road Sign

icon_Voxel_Road_Sign.png
  • Name: Road Sign
  • Internal Name: Voxel_Road_Sign
Place this entity and then press the use key to change the text which is displayed. You can use simple html commands to format your text.
Recipe
icon_Voxel_Road_Sign_Recipe.png
  • Name: Road Sign Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Road_Sign_Recipe.png
Rolling Sphere

icon_Voxel_RollingSphere.png
  • Name: Rolling Sphere
  • Internal Name: Voxel_RollingSphere
RoundTable

icon_Voxel_RoundTable.png
  • Name: RoundTable
  • Internal Name: Voxel_RoundTable
Shelf

icon_Voxel_Shelf.png
  • Name: Shelf
  • Internal Name: Voxel_Shelf
This entity is an storage. You can put other entities in it. It supports a maximal weight of 400.
Recipe
icon_Voxel_Shelf_Recipe.png
  • Name: Shelf Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Shelf_Recipe.png
Shop Sign

icon_Voxel_ShopSign.png
  • Name: Shop Sign
  • Internal Name: Voxel_ShopSign
Place this entity and then press the use key to change the text which is displayed. You can use simple html commands to format your text.
Sign

icon_Voxel_Sign.png
  • Name: Sign
  • Internal Name: Voxel_Sign
Place this entity and then press the use key to change the text which is displayed. You can use simple html commands to format your text.
Recipe
icon_Voxel_Sign_Recipe.png
  • Name: Sign Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Sign_Recipe.png
Sign Shop

icon_Voxel_Sign_Shop.png
  • Name: Sign Shop
  • Internal Name: Voxel_Sign_Shop
Place this entity and then press the use key to change the text which is displayed. You can use simple html commands to format your text.
Sign Simple 2x1m

icon_Voxel_Sign_Simple_2_1_m.png
  • Name: Sign Simple 2x1m
  • Internal Name: Voxel_Sign_Simple_2_1_m
Place this entity and then press the use key to change the text which is displayed. You can use simple html commands to format your text.
Sign Simple 2x2m

icon_Voxel_Sign_Simple_2_2_m.png
  • Name: Sign Simple 2x2m
  • Internal Name: Voxel_Sign_Simple_2_2_m
Place this entity and then press the use key to change the text which is displayed. You can use simple html commands to format your text.
Sign Simple 4x1m

icon_Voxel_Sign_Simple_4_1_m.png
  • Name: Sign Simple 4x1m
  • Internal Name: Voxel_Sign_Simple_4_1_m
Place this entity and then press the use key to change the text which is displayed. You can use simple html commands to format your text.
Sign Simple 4x2m

icon_Voxel_Sign_Simple_4_2_m.png
  • Name: Sign Simple 4x2m
  • Internal Name: Voxel_Sign_Simple_4_2_m
Place this entity and then press the use key to change the text which is displayed. You can use simple html commands to format your text.
Standing Torch

icon_Voxel_StandingTorch.png
  • Name: Standing Torch
  • Internal Name: Voxel_StandingTorch
This entity is a light source. It will emit light up to a radius of 4 meters.
Recipe
icon_Voxel_StandingTorch_Recipe.png
  • Name: Standing Torch Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_StandingTorch_Recipe.png
Stool

icon_Voxel_Stool.png
  • Name: Stool
  • Internal Name: Voxel_Stool
Recipe
icon_Voxel_Stool_Recipe.png
  • Name: Stool Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Stool_Recipe.png
Street Lamp

icon_Voxel_Street_Lamp.png
  • Name: Street Lamp
  • Internal Name: Voxel_Street_Lamp
This entity is a light source. It will emit light up to a radius of 16 meters. And it can be controlled electrical.
Street Lamp Double

icon_Voxel_Street_Lamp_Double.png
  • Name: Street Lamp Double
  • Internal Name: Voxel_Street_Lamp_Double
This entity is a light source. It will emit light up to a radius of 24 meters. And it can be controlled electrical.
Street Lamp Small

icon_Voxel_Street_Lamp_Small.png
  • Name: Street Lamp Small
  • Internal Name: Voxel_Street_Lamp_Small
This entity is a light source. It will emit light up to a radius of 12 meters. And it can be controlled electrical.
Street Lamp Smaller

icon_Voxel_Street_Lamp_Small_Smaller.png
  • Name: Street Lamp Smaller
  • Internal Name: Voxel_Street_Lamp_Small_Smaller
This entity is a light source. It will emit light up to a radius of 10 meters. And it can be controlled electrical.
Table

icon_Voxel_Table.png
  • Name: Table
  • Internal Name: Voxel_Table
Use this entities to craft recipes.
You can craft the following recipes with it:

icon_Item_Bread_Recipe.png
Bread Recipe
icon_Item_Cookie_Recipe.png
Cookie Recipe
icon_Item_Health_Portion1_Recipe.png
Stronger Health Portion Recipe
icon_Item_Health_Portion2_Recipe.png
Ultimate Health Portion Recipe
icon_Item_Health_Portion_Recipe.png
Health Portion Recipe
icon_Item_Linen_Recipe.png
Linen Recipe
icon_Item_Paper_Recipe.png
Paper Recipe
icon_Item_Sausage_Recipe.png
Sausage Recipe
icon_Item_Stick_Recipe.png
Stick Recipe
icon_Planks_Recipe.png
Planks Recipe
icon_Voxel_Construction_Set_Recipe.png
Construction Set Recipe

Recipe
icon_Voxel_Table_Recipe.png
  • Name: Table Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Table_Recipe.png
Target

icon_Voxel_Target.png
  • Name: Target
  • Internal Name: Voxel_Target
Torch

icon_Voxel_Torch.png
  • Name: Torch
  • Internal Name: Voxel_Torch
This entity is a light source. It will emit light up to a radius of 8 meters.
Recipe
icon_Voxel_Torch_Recipe.png
  • Name: Torch Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Torch_Recipe.png
Train Railway 15d

icon_Voxel_Train_Railway_15d.png
  • Name: Train Railway 15d
  • Internal Name: Voxel_Train_Railway_15d
Train Railway 16m

icon_Voxel_Train_Railway_16m.png
  • Name: Train Railway 16m
  • Internal Name: Voxel_Train_Railway_16m
Train Railway 1m

icon_Voxel_Train_Railway_1m.png
  • Name: Train Railway 1m
  • Internal Name: Voxel_Train_Railway_1m
Train Railway 2m

icon_Voxel_Train_Railway_2m.png
  • Name: Train Railway 2m
  • Internal Name: Voxel_Train_Railway_2m
Train Railway 30d

icon_Voxel_Train_Railway_30d.png
  • Name: Train Railway 30d
  • Internal Name: Voxel_Train_Railway_30d
Train Railway 4m

icon_Voxel_Train_Railway_4m.png
  • Name: Train Railway 4m
  • Internal Name: Voxel_Train_Railway_4m
Train Railway 8m

icon_Voxel_Train_Railway_8m.png
  • Name: Train Railway 8m
  • Internal Name: Voxel_Train_Railway_8m
Train Railway Left 30d

icon_Voxel_Train_Railway_Left_30d.png
  • Name: Train Railway Left 30d
  • Internal Name: Voxel_Train_Railway_Left_30d
Train Railway Right 30d

icon_Voxel_Train_Railway_Right_30d.png
  • Name: Train Railway Right 30d
  • Internal Name: Voxel_Train_Railway_Right_30d
Wall Sign

icon_Voxel_Wall_Sign.png
  • Name: Wall Sign
  • Internal Name: Voxel_Wall_Sign
Place this entity and then press the use key to change the text which is displayed. You can use simple html commands to format your text.
Recipe
icon_Voxel_Wall_Sign_Recipe.png
  • Name: Wall Sign Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Wall_Sign_Recipe.png
Wooden Grid 0.5m 3 Corners

icon_Voxel_WoodFence_05m_3Corners.png
  • Name: Wooden Grid 0.5m 3 Corners
  • Internal Name: Voxel_WoodFence_05m_3Corners
Recipe
icon_Voxel_WoodFence_05m_3Corners_Recipe.png
  • Name: Wooden Grid 0.5m 3 Corners Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodFence_05m_3Corners_Recipe.png
Wooden Grid 0.5m Edge

icon_Voxel_WoodFence_05m_Edge.png
  • Name: Wooden Grid 0.5m Edge
  • Internal Name: Voxel_WoodFence_05m_Edge
Recipe
icon_Voxel_WoodFence_05m_Edge_Recipe.png
  • Name: Wooden Grid 0.5m Edge Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodFence_05m_Edge_Recipe.png
Wooden Grid 0.5m End

icon_Voxel_WoodFence_05m_End.png
  • Name: Wooden Grid 0.5m End
  • Internal Name: Voxel_WoodFence_05m_End
Recipe
icon_Voxel_WoodFence_05m_End_Recipe.png
  • Name: Wooden Grid 0.5m End Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodFence_05m_End_Recipe.png
Wooden Grid 0.5m x 0.5m

icon_Voxel_WoodFence_05m_x_05m.png
  • Name: Wooden Grid 0.5m x 0.5m
  • Internal Name: Voxel_WoodFence_05m_x_05m
Recipe
icon_Voxel_WoodFence_05m_x_05m_Recipe.png
  • Name: Wooden Grid 0.5m x 0.5m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodFence_05m_x_05m_Recipe.png
Wooden Grid 1m 3 Corners

icon_Voxel_WoodFence_1m_3Corners.png
  • Name: Wooden Grid 1m 3 Corners
  • Internal Name: Voxel_WoodFence_1m_3Corners
Recipe
icon_Voxel_WoodFence_1m_3Corners_Recipe.png
  • Name: Wooden Grid 1m 3 Corners Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodFence_1m_3Corners_Recipe.png
Wooden Grid 1m Edge

icon_Voxel_WoodFence_1m_Edge.png
  • Name: Wooden Grid 1m Edge
  • Internal Name: Voxel_WoodFence_1m_Edge
Recipe
icon_Voxel_WoodFence_1m_Edge_Recipe.png
  • Name: Wooden Grid 1m Edge Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodFence_1m_Edge_Recipe.png
Wooden Grid 1m End

icon_Voxel_WoodFence_1m_End.png
  • Name: Wooden Grid 1m End
  • Internal Name: Voxel_WoodFence_1m_End
Recipe
icon_Voxel_WoodFence_1m_End_Recipe.png
  • Name: Wooden Grid 1m End Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodFence_1m_End_Recipe.png
Wooden Grid 1m x 1m

icon_Voxel_WoodFence_1m_x_1m.png
  • Name: Wooden Grid 1m x 1m
  • Internal Name: Voxel_WoodFence_1m_x_1m
Recipe
icon_Voxel_WoodFence_1m_x_1m_Recipe.png
  • Name: Wooden Grid 1m x 1m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodFence_1m_x_1m_Recipe.png
Wooden Grid 2m 3 Corners

icon_Voxel_WoodFence_2m_3Corners.png
  • Name: Wooden Grid 2m 3 Corners
  • Internal Name: Voxel_WoodFence_2m_3Corners
Recipe
icon_Voxel_WoodFence_2m_3Corners_Recipe.png
  • Name: Wooden Grid 2m 3 Corners Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodFence_2m_3Corners_Recipe.png
Wooden Grid 2m Edge

icon_Voxel_WoodFence_2m_Edge.png
  • Name: Wooden Grid 2m Edge
  • Internal Name: Voxel_WoodFence_2m_Edge
Recipe
icon_Voxel_WoodFence_2m_Edge_Recipe.png
  • Name: Wooden Grid 2m Edge Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodFence_2m_Edge_Recipe.png
Wooden Grid 2m End

icon_Voxel_WoodFence_2m_End.png
  • Name: Wooden Grid 2m End
  • Internal Name: Voxel_WoodFence_2m_End
Recipe
icon_Voxel_WoodFence_2m_End_Recipe.png
  • Name: Wooden Grid 2m End Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodFence_2m_End_Recipe.png
Wooden Grid 2m x 2m

icon_Voxel_WoodFence_2m_x_2m.png
  • Name: Wooden Grid 2m x 2m
  • Internal Name: Voxel_WoodFence_2m_x_2m
Recipe
icon_Voxel_WoodFence_2m_x_2m_Recipe.png
  • Name: Wooden Grid 2m x 2m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodFence_2m_x_2m_Recipe.png
Wooden Railing 1m

icon_Voxel_WoodRailing1m.png
  • Name: Wooden Railing 1m
  • Internal Name: Voxel_WoodRailing1m
Recipe
icon_Voxel_WoodRailing1m_Recipe.png
  • Name: Wooden Railing 1m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodRailing1m_Recipe.png
Wood Ramp 1m

icon_Voxel_WoodRamp1m.png
  • Name: Wood Ramp 1m
  • Internal Name: Voxel_WoodRamp1m
Recipe
icon_Voxel_WoodRamp1m_Recipe.png
  • Name: Wood Ramp 1m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodRamp1m_Recipe.png
Wood Ramp 2m

icon_Voxel_WoodRamp2m.png
  • Name: Wood Ramp 2m
  • Internal Name: Voxel_WoodRamp2m
Recipe
icon_Voxel_WoodRamp2m_Recipe.png
  • Name: Wood Ramp 2m Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodRamp2m_Recipe.png
Wooden Stairs

icon_Voxel_WoodenStairs.png
  • Name: Wooden Stairs
  • Internal Name: Voxel_WoodenStairs
Recipe
icon_Voxel_WoodenStairs_Recipe.png
  • Name: Wooden Stairs Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodenStairs_Recipe.png
Wooden Stairs with Railing

icon_Voxel_WoodenStairsRailing.png
  • Name: Wooden Stairs with Railing
  • Internal Name: Voxel_WoodenStairsRailing
Recipe
icon_Voxel_WoodenStairsRailing_Recipe.png
  • Name: Wooden Stairs with Railing Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_WoodenStairsRailing_Recipe.png
Wooden Door

icon_Voxel_Wooden_Door.png
  • Name: Wooden Door
  • Internal Name: Voxel_Wooden_Door
Recipe
icon_Voxel_Wooden_Door_Recipe.png
  • Name: Wooden Door Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Wooden_Door_Recipe.png
Wooden Fence Door

icon_Voxel_Wooden_Fence_Door.png
  • Name: Wooden Fence Door
  • Internal Name: Voxel_Wooden_Fence_Door
Recipe
icon_Voxel_Wooden_Fence_Door_Recipe.png
  • Name: Wooden Fence Door Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Wooden_Fence_Door_Recipe.png
Wooden Stairs

icon_Voxel_Wooden_Stairs.png
  • Name: Wooden Stairs
  • Internal Name: Voxel_Wooden_Stairs
Recipe
icon_Voxel_Wooden_Stairs_Recipe.png
  • Name: Wooden Stairs Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Wooden_Stairs_Recipe.png
Wooden Stairs with Railing

icon_Voxel_Wooden_Stairs_Railing.png
  • Name: Wooden Stairs with Railing
  • Internal Name: Voxel_Wooden_Stairs_Railing
Recipe
icon_Voxel_Wooden_Stairs_Railing_Recipe.png
  • Name: Wooden Stairs with Railing Recipe
  • Result Count: 1
  • Technological Level: 0
  • Tool: CONSTRUCTIONSET
recipe_Voxel_Wooden_Stairs_Railing_Recipe.png

3.6.3.5 Plants

Wheat

icon_BoneCorn.png
  • Name: Wheat
  • Internal Name: BoneCorn
Lifecycles
  • Mature plant: This phase will drop 2-4 Wheat Seed entities. When you collect this phase you will not get the plant (Wheat).
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Farberwaid

icon_Farberwaid.png
  • Name: Farberwaid
  • Internal Name: Farberwaid
Lifecycles
  • Mature plant: This phase will drop 2-4 Farberwaid Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Cotton

icon_Cotton.png
  • Name: Cotton
  • Internal Name: Cotton
Lifecycles
  • Mature plant: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant with seeds' phase. This phase will drop a Cotton Plant Seed entity. When you collect this phase you will not get the plant (Cotton Plant).
  • Mature plant with seeds: If you collect the plant in this phase it will not be removed. Instead it will switch to phase 'Mature plant'. This phase will drop 2-4 Cotton Plant Seed entities. This phase will drop 4-8 Cotton entities. When you collect this phase you will not get the plant (Cotton Plant Plant with Seeds).
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Schlehdorn

icon_Schlehdorn.png
  • Name: Schlehdorn
  • Internal Name: Schlehdorn
Lifecycles
  • Mature plant: This phase will drop 2-4 Schlehdorn Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Common Grape Vine

icon_VinePlant.png
  • Name: Common Grape Vine
  • Internal Name: VinePlant
Lifecycles
  • Mature plant: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant with seeds' phase. This phase will drop a Common Grape Vine Seed entity. When you collect this phase you will not get the plant (Common Grape Vine).
  • Mature plant with seeds: If you collect the plant in this phase it will not be removed. Instead it will switch to phase 'Mature plant'. This phase will drop 2-4 Common Grape Vine Seed entities. This phase will drop 4-8 Cotton entities. When you collect this phase you will not get the plant (Common Grape Vine Plant with Seeds).
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Root

icon_Root.png
  • Name: Root
  • Internal Name: Root
Lifecycles
  • Mature plant: This phase will drop 2-4 Root Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Fungus

icon_Fungus.png
  • Name: Fungus
  • Internal Name: Fungus
Lifecycles
  • Mature plant: This phase will drop 2-4 Fungus Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Heal Root

icon_HealPlant3.png
  • Name: Heal Root
  • Internal Name: HealPlant3
Lifecycles
  • Mature plant: This phase will drop 2-4 Heal Root Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Heal Plant (stronger)

icon_HealPlant2.png
  • Name: Heal Plant (stronger)
  • Internal Name: HealPlant2
Lifecycles
  • Mature plant: This phase will drop 2-4 Heal Plant (stronger) Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Heal Plant

icon_HealPlant1.png
  • Name: Heal Plant
  • Internal Name: HealPlant1
Lifecycles
  • Mature plant: This phase will drop 2-4 Heal Plant Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Fern Sun 2

icon_FernSun2.png
  • Name: Fern Sun 2
  • Internal Name: FernSun2
Lifecycles
  • Mature plant: This phase will drop 2-4 Fern Sun 2 Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Fern Sun

icon_FernSun.png
  • Name: Fern Sun
  • Internal Name: FernSun
Lifecycles
  • Mature plant: This phase will drop 2-4 Fern Sun Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Fern 2

icon_Fern2.png
  • Name: Fern 2
  • Internal Name: Fern2
Lifecycles
  • Mature plant: This phase will drop 2-4 Fern 2 Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Fern

icon_Fern.png
  • Name: Fern
  • Internal Name: Fern
Lifecycles
  • Mature plant: This phase will drop 2-4 Fern Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Low Water Plant

icon_LowWaterPlant.png
  • Name: Low Water Plant
  • Internal Name: LowWaterPlant
Lifecycles
  • Mature plant: This phase will drop 2-4 Low Water Plant Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Water Plant

icon_WaterPlant.png
  • Name: Water Plant
  • Internal Name: WaterPlant
Lifecycles
  • Mature plant: This phase will drop 2-4 Water Plant Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Shrub Big

icon_ShrubBig.png
  • Name: Shrub Big
  • Internal Name: ShrubBig
Lifecycles
  • Mature plant: This phase will drop 2-4 Shrub Big Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
ShrubSmaller

icon_ShrubSmaller.png
  • Name: ShrubSmaller
  • Internal Name: ShrubSmaller
Lifecycles
  • Mature plant: This phase will drop 2-4 ShrubSmaller Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
ShrubSmall

icon_ShrubSmall.png
  • Name: ShrubSmall
  • Internal Name: ShrubSmall
Lifecycles
  • Mature plant: This phase will drop 2-4 ShrubSmall Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Shrub

icon_Shrub.png
  • Name: Shrub
  • Internal Name: Shrub
Lifecycles
  • Mature plant: This phase will drop 2-4 Shrub Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Tropical Plant 1

icon_TropicalPlant1.png
  • Name: Tropical Plant 1
  • Internal Name: TropicalPlant1
Lifecycles
  • Mature plant: This phase will drop 2-4 Tropical Plant 1 Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Tropical Plant 2

icon_TropicalPlant2.png
  • Name: Tropical Plant 2
  • Internal Name: TropicalPlant2
Lifecycles
  • Mature plant: This phase will drop 2-4 Tropical Plant 2 Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Tropical Plant 3

icon_TropicalPlant3.png
  • Name: Tropical Plant 3
  • Internal Name: TropicalPlant3
Lifecycles
  • Mature plant: This phase will drop 2-4 Tropical Plant 3 Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Tropical Plant 4

icon_TropicalPlant4.png
  • Name: Tropical Plant 4
  • Internal Name: TropicalPlant4
Lifecycles
  • Mature plant: This phase will drop 2-4 Tropical Plant 4 Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Tropical Plant 5

icon_TropicalPlant5.png
  • Name: Tropical Plant 5
  • Internal Name: TropicalPlant5
Lifecycles
  • Mature plant: This phase will drop 2-4 Tropical Plant 5 Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Flower

icon_Flower.png
  • Name: Flower
  • Internal Name: Flower
Lifecycles
  • Mature plant: This phase will drop 10-20 Flower Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Flower Red

icon_FlowerRed.png
  • Name: Flower Red
  • Internal Name: FlowerRed
Lifecycles
  • Mature plant: This phase will drop 10-20 Flower Red Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Flower Yellow

icon_FlowerYellow.png
  • Name: Flower Yellow
  • Internal Name: FlowerYellow
Lifecycles
  • Mature plant: This phase will drop 10-20 Flower Yellow Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Flower Heal

icon_FlowerHeal.png
  • Name: Flower Heal
  • Internal Name: FlowerHeal
Lifecycles
  • Mature plant: This phase will drop 10-20 Flower Heal Seed entities.
  • Growth period: In this phase the plant will grow. When finished the plant will switch to the 'Mature plant' phase.
Cactus

icon_Cactus.png
  • Name: Cactus
  • Internal Name: Cactus
Lifecycles
  • Growth period: In this phase the plant will grow. When finished the plant will fully grow.