diff --git a/Icons/InvisibleBoulders.png b/Icons/InvisibleBoulders.png new file mode 100644 index 0000000..f876e89 Binary files /dev/null and b/Icons/InvisibleBoulders.png differ diff --git a/Icons/icon_lifesourceslight.pdn b/Icons/LifeSourcesLight.pdn similarity index 100% rename from Icons/icon_lifesourceslight.pdn rename to Icons/LifeSourcesLight.pdn diff --git a/Icons/icon_lifesourceslight_big.png b/Icons/LifeSourcesLight_Big.png similarity index 100% rename from Icons/icon_lifesourceslight_big.png rename to Icons/LifeSourcesLight_Big.png diff --git a/Icons/icon_zenithrecipetooltips.pdn b/Icons/ZenithRecipeTooltips.pdn similarity index 100% rename from Icons/icon_zenithrecipetooltips.pdn rename to Icons/ZenithRecipeTooltips.pdn diff --git a/Icons/icon_zenithrecipetooltips_big.png b/Icons/ZenithRecipeTooltips_Big.png similarity index 100% rename from Icons/icon_zenithrecipetooltips_big.png rename to Icons/ZenithRecipeTooltips_Big.png diff --git a/README.md b/README.md index 358e208..494baa7 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,9 @@ This repo contains the source code for my Terraria tModLoader mods. * **LifeSourcesLight** - Makes heart crystals & life fruits emit light. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2853619836) * **ZenithRecipeTooltips** - Shows "Required for Zenith" in the tooltips of every sword used in the Zenith crafting recipe. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2853617132) + +## Resource pack list + +* **HighlightedDungeonBlocks** - Highlights crumbling dungeon blocks found in dungeons. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2478480786) +* **HighlightedWaterBolt** - The Water Bolt book in the dungeon is highlighted. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2494164004) +* **InvisibleBoulders** - Turns all boulders invisible, including normal boulders, rolling cactuses, bouncy boulders, mini boulders and more. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2494187469) diff --git a/ResourcePacks/HighlightedDungeonBlocks/Content/Images/Tiles_481.png b/ResourcePacks/HighlightedDungeonBlocks/Content/Images/Tiles_481.png new file mode 100644 index 0000000..34c698e Binary files /dev/null and b/ResourcePacks/HighlightedDungeonBlocks/Content/Images/Tiles_481.png differ diff --git a/ResourcePacks/HighlightedDungeonBlocks/Content/Images/Tiles_482.png b/ResourcePacks/HighlightedDungeonBlocks/Content/Images/Tiles_482.png new file mode 100644 index 0000000..fcda674 Binary files /dev/null and b/ResourcePacks/HighlightedDungeonBlocks/Content/Images/Tiles_482.png differ diff --git a/ResourcePacks/HighlightedDungeonBlocks/Content/Images/Tiles_483.png b/ResourcePacks/HighlightedDungeonBlocks/Content/Images/Tiles_483.png new file mode 100644 index 0000000..ee4de62 Binary files /dev/null and b/ResourcePacks/HighlightedDungeonBlocks/Content/Images/Tiles_483.png differ diff --git a/ResourcePacks/HighlightedDungeonBlocks/icon.png b/ResourcePacks/HighlightedDungeonBlocks/icon.png new file mode 100644 index 0000000..d7a4dd5 Binary files /dev/null and b/ResourcePacks/HighlightedDungeonBlocks/icon.png differ diff --git a/ResourcePacks/HighlightedDungeonBlocks/pack.json b/ResourcePacks/HighlightedDungeonBlocks/pack.json new file mode 100644 index 0000000..c4f28cb --- /dev/null +++ b/ResourcePacks/HighlightedDungeonBlocks/pack.json @@ -0,0 +1,9 @@ +{ + "Name": "Highlighted Dungeon Blocks", + "Author": "Chev", + "Description": "Highlights crumbling dungeon blocks found in dungeons.", + "Version": { + "major": 1, + "minor": 0 + } +} \ No newline at end of file diff --git a/ResourcePacks/HighlightedDungeonBlocks/workshop.json b/ResourcePacks/HighlightedDungeonBlocks/workshop.json new file mode 100644 index 0000000..153e2a9 --- /dev/null +++ b/ResourcePacks/HighlightedDungeonBlocks/workshop.json @@ -0,0 +1,10 @@ +{ + "WorkshopPublishedVersion": 1, + "ContentType": "ResourcePack", + "SteamEntryId": 2478480786, + "Tags": [ + "Tweaks", + "Other Packs" + ], + "Publicity": 0 +} \ No newline at end of file diff --git a/ResourcePacks/HighlightedWaterBolt/Content/Images/Tiles_50.png b/ResourcePacks/HighlightedWaterBolt/Content/Images/Tiles_50.png new file mode 100644 index 0000000..464487d Binary files /dev/null and b/ResourcePacks/HighlightedWaterBolt/Content/Images/Tiles_50.png differ diff --git a/ResourcePacks/HighlightedWaterBolt/icon.png b/ResourcePacks/HighlightedWaterBolt/icon.png new file mode 100644 index 0000000..2be38c7 Binary files /dev/null and b/ResourcePacks/HighlightedWaterBolt/icon.png differ diff --git a/ResourcePacks/HighlightedWaterBolt/pack.json b/ResourcePacks/HighlightedWaterBolt/pack.json new file mode 100644 index 0000000..500bc4f --- /dev/null +++ b/ResourcePacks/HighlightedWaterBolt/pack.json @@ -0,0 +1,9 @@ +{ + "Name": "Highlighted Water Bolt", + "Author": "Chev", + "Description": "The Water Bolt book in the dungeon is highlighted.", + "Version": { + "major": 1, + "minor": 0 + } +} \ No newline at end of file diff --git a/ResourcePacks/HighlightedWaterBolt/workshop.json b/ResourcePacks/HighlightedWaterBolt/workshop.json new file mode 100644 index 0000000..2ecfae8 --- /dev/null +++ b/ResourcePacks/HighlightedWaterBolt/workshop.json @@ -0,0 +1,9 @@ +{ + "WorkshopPublishedVersion": 1, + "ContentType": "ResourcePack", + "SteamEntryId": 2494164004, + "Tags": [ + "Tweaks" + ], + "Publicity": 0 +} \ No newline at end of file diff --git a/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_1005.png b/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_1005.png new file mode 100644 index 0000000..c4f1ccc Binary files /dev/null and b/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_1005.png differ diff --git a/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_1013.png b/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_1013.png new file mode 100644 index 0000000..3045796 Binary files /dev/null and b/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_1013.png differ diff --git a/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_1014.png b/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_1014.png new file mode 100644 index 0000000..57c7869 Binary files /dev/null and b/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_1014.png differ diff --git a/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_1021.png b/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_1021.png new file mode 100644 index 0000000..960d749 Binary files /dev/null and b/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_1021.png differ diff --git a/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_727.png b/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_727.png new file mode 100644 index 0000000..ec28cab Binary files /dev/null and b/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_727.png differ diff --git a/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_99.png b/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_99.png new file mode 100644 index 0000000..ec28cab Binary files /dev/null and b/ResourcePacks/InvisibleBoulders/Content/Images/Projectile_99.png differ diff --git a/ResourcePacks/InvisibleBoulders/Content/Images/Tiles_138.png b/ResourcePacks/InvisibleBoulders/Content/Images/Tiles_138.png new file mode 100644 index 0000000..fb7dc98 Binary files /dev/null and b/ResourcePacks/InvisibleBoulders/Content/Images/Tiles_138.png differ diff --git a/ResourcePacks/InvisibleBoulders/Content/Images/Tiles_484.png b/ResourcePacks/InvisibleBoulders/Content/Images/Tiles_484.png new file mode 100644 index 0000000..21fb471 Binary files /dev/null and b/ResourcePacks/InvisibleBoulders/Content/Images/Tiles_484.png differ diff --git a/ResourcePacks/InvisibleBoulders/Content/Images/Tiles_664.png b/ResourcePacks/InvisibleBoulders/Content/Images/Tiles_664.png new file mode 100644 index 0000000..b3979e8 Binary files /dev/null and b/ResourcePacks/InvisibleBoulders/Content/Images/Tiles_664.png differ diff --git a/ResourcePacks/InvisibleBoulders/Content/Images/Tiles_665.png b/ResourcePacks/InvisibleBoulders/Content/Images/Tiles_665.png new file mode 100644 index 0000000..e047b1c Binary files /dev/null and b/ResourcePacks/InvisibleBoulders/Content/Images/Tiles_665.png differ diff --git a/ResourcePacks/InvisibleBoulders/icon.png b/ResourcePacks/InvisibleBoulders/icon.png new file mode 100644 index 0000000..d2f2fb1 Binary files /dev/null and b/ResourcePacks/InvisibleBoulders/icon.png differ diff --git a/ResourcePacks/InvisibleBoulders/pack.json b/ResourcePacks/InvisibleBoulders/pack.json new file mode 100644 index 0000000..ce1ff8f --- /dev/null +++ b/ResourcePacks/InvisibleBoulders/pack.json @@ -0,0 +1,9 @@ +{ + "Name": "Invisible Boulders", + "Author": "Chev", + "Description": "Turns all boulders invisible, including normal boulders, rolling cactuses, bouncy boulders, mini boulders and more.", + "Version": { + "major": 2, + "minor": 0 + } +} diff --git a/ResourcePacks/InvisibleBoulders/workshop.json b/ResourcePacks/InvisibleBoulders/workshop.json new file mode 100644 index 0000000..ba6fbe7 --- /dev/null +++ b/ResourcePacks/InvisibleBoulders/workshop.json @@ -0,0 +1,10 @@ +{ + "WorkshopPublishedVersion": 1, + "ContentType": "ResourcePack", + "SteamEntryId": 2494187469, + "Tags": [ + "Fun/Silly", + "Tweaks" + ], + "Publicity": 0 +} \ No newline at end of file