Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Added basic blocks
Browse files Browse the repository at this point in the history
Added wood and basic stone-type blocks
  • Loading branch information
FredyJabe authored Jun 10, 2024
1 parent bee4a5a commit 08afc91
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions src/assets/bundles/bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,25 @@ aeyama.displayName-simple = Aeyama
#=#=# Units #=#=#

#=#=# Blocks #=#=#
block.aeyama-wood.name = Tree
block.aeyama-wood.description = Carbon-based plant with great properties as building material, available in very large quantities.
block.aeyama-stone-a.name = Slate
block.aeyama-stone-a.description = Dark and brittle stone type.
block.aeyama-stone-b.name = Granite
block.aeyama-stone-b.description = Hhard and strong red-ish colored stone type.
block.aeyama-stone-c.name = Limestone
block.aeyama-stone-c.description = Not the strongest stone, but available in large quantities.
block.aeyama-stone-d.name = Sandstone
block.aeyama-stone-d.description = Orange tinted stone type made out of compressed sand.
block.aeyama-stone-e.name = Marble
block.aeyama-stone-e.description = Beautifull stone type.

#=#=# Items #=#=#
item.aeyama-wood.name = Wood
item.aeyama-wood.description = A very basic but useful resource.
item.aeyama-stone.name = Stone
item.aeyama-stone.description = A very basic but useful resource.
item.aeyama-wood.name = Lumber
item.aeyama-wood.description = A very basic but useful building resource.
item.aeyama-stone.name = Stone Brick
item.aeyama-stone.description = A very basic but useful building resource.

#=#=# Liquids #=#=#

#=#=# Objectives #=#=#
#=#=# Objectives #=#=#

0 comments on commit 08afc91

Please sign in to comment.