Skip to content

Commit

Permalink
Merge pull request #18 from Imaginos16/ores
Browse files Browse the repository at this point in the history
Adds Ores!
  • Loading branch information
MarkSuckerberg authored Nov 6, 2023
2 parents 0db4824 + 01556e0 commit f1946aa
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 0 deletions.
Binary file added Blocktest/Content/Graphics/Blocks/copper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blocktest/Content/Graphics/Blocks/gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blocktest/Content/Graphics/Blocks/iron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blocktest/Content/Graphics/Blocks/silver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Blocktest/Icon.bmp
Binary file not shown.
2 changes: 2 additions & 0 deletions Shared/Content/Blocks/Copper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BlockName: Copper
BlockSmoothing: true
2 changes: 2 additions & 0 deletions Shared/Content/Blocks/Gold.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BlockName: Gold
BlockSmoothing: true
2 changes: 2 additions & 0 deletions Shared/Content/Blocks/Iron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BlockName: Iron
BlockSmoothing: true
2 changes: 2 additions & 0 deletions Shared/Content/Blocks/Silver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BlockName: Silver
BlockSmoothing: true
6 changes: 6 additions & 0 deletions Shared/Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@
<EmbeddedResource Include="blocks.schema.json"/>
<EmbeddedResource Include="Content\**\*.*"/>
</ItemGroup>
<ItemGroup>
<None Remove="content\blocks\Copper.yml" />
<None Remove="content\blocks\Gold.yml" />
<None Remove="content\blocks\Iron.yml" />
<None Remove="content\blocks\Silver.yml" />
</ItemGroup>
</Project>

0 comments on commit f1946aa

Please sign in to comment.