Skip to content

Commit

Permalink
Asset cleanup (ldtteam#6611)
Browse files Browse the repository at this point in the history
Removes unused assets
Fixes some typos in texture names (papper instead of paper, etc)
  • Loading branch information
ravenbuilder934 authored Mar 6, 2021
1 parent 8115c6a commit a65103d
Show file tree
Hide file tree
Showing 212 changed files with 48 additions and 6,202 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class VisibleCitizenStatus
* General public Icons
*/
public final static VisibleCitizenStatus EAT =
new VisibleCitizenStatus(new ResourceLocation(Constants.MOD_ID, "textures/icons/hungry_2.png"), "com.minecolonies.gui.visiblestatus.eat");
new VisibleCitizenStatus(new ResourceLocation(Constants.MOD_ID, "textures/icons/hungry.png"), "com.minecolonies.gui.visiblestatus.eat");
public final static VisibleCitizenStatus HOUSE =
new VisibleCitizenStatus(new ResourceLocation(Constants.MOD_ID, "textures/icons/house_big.png"), "com.minecolonies.gui.visiblestatus.idle");
public final static VisibleCitizenStatus RAIDED =
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed src/main/resources/assets/gbook/textures/default.png
Binary file not shown.
Binary file not shown.
Binary file removed src/main/resources/assets/gbook/textures/header.png
Binary file not shown.
Binary file not shown.
Binary file removed src/main/resources/assets/gbook/textures/point1.png
Binary file not shown.
Binary file removed src/main/resources/assets/gbook/textures/point2.png
Binary file not shown.
Binary file removed src/main/resources/assets/gbook/textures/point3.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/main/resources/assets/gbook/textures/traits.png
Binary file not shown.
Binary file not shown.
Binary file removed src/main/resources/assets/minecolonies/Miner1.nbt
Binary file not shown.
Binary file not shown.
Binary file removed src/main/resources/assets/minecolonies/Miner3.nbt
Binary file not shown.
Binary file removed src/main/resources/assets/minecolonies/Miner4.nbt
Binary file not shown.
Binary file removed src/main/resources/assets/minecolonies/Miner5.nbt
Binary file not shown.
Loading

0 comments on commit a65103d

Please sign in to comment.