From b8b41aa5846dae5a9bbf4fee82020f1d9e2b2a48 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 12 Aug 2024 17:08:54 -0400 Subject: Initial commit --- .../fyresmodjam/advancements/startTheGame.json | 2 ++ .../resources/assets/fyresmodjam/lang/en_US.lang | 19 +++++++++++++++++++ src/main/resources/assets/fyresmodjam/sounds.json | 3 +++ .../assets/fyresmodjam/sounds/pillarActivated.ogg | Bin 0 -> 9448 bytes .../assets/fyresmodjam/textures/blocks/crystal.png | Bin 0 -> 328 bytes .../fyresmodjam/textures/blocks/crystal_stand.png | Bin 0 -> 2061 bytes .../fyresmodjam/textures/blocks/mushroomBlock.png | Bin 0 -> 224 bytes .../textures/blocks/mushroomBlock_overlay.png | Bin 0 -> 225 bytes .../assets/fyresmodjam/textures/blocks/pillar.png | Bin 0 -> 684 bytes .../fyresmodjam/textures/blocks/pillarActive.png | Bin 0 -> 726 bytes .../assets/fyresmodjam/textures/blocks/spikes.png | Bin 0 -> 677 bytes .../assets/fyresmodjam/textures/blocks/spikes2.png | Bin 0 -> 317 bytes .../assets/fyresmodjam/textures/blocks/trap2.png | Bin 0 -> 1263 bytes .../assets/fyresmodjam/textures/blocks/trap3.png | Bin 0 -> 1160 bytes .../fyresmodjam/textures/items/basic_staff.png | Bin 0 -> 340 bytes .../fyresmodjam/textures/items/crystal_item.png | Bin 0 -> 230 bytes .../textures/items/crystal_stand_item.png | Bin 0 -> 422 bytes .../fyresmodjam/textures/items/enchantedSceptre.png | Bin 0 -> 295 bytes .../fyresmodjam/textures/items/fire_amulet.png | Bin 0 -> 297 bytes .../textures/items/fire_amulet_overlay.png | Bin 0 -> 256 bytes .../assets/fyresmodjam/textures/items/itemPillar.png | Bin 0 -> 237 bytes .../assets/fyresmodjam/textures/items/itemTrap.png | Bin 0 -> 317 bytes .../assets/fyresmodjam/textures/items/mushroom.png | Bin 0 -> 233 bytes .../fyresmodjam/textures/items/mushroom_overlay.png | Bin 0 -> 228 bytes .../textures/items/mysteryPotionThrowable_1.png | Bin 0 -> 352 bytes .../textures/items/mysteryPotionThrowable_10.png | Bin 0 -> 360 bytes .../textures/items/mysteryPotionThrowable_11.png | Bin 0 -> 358 bytes .../textures/items/mysteryPotionThrowable_12.png | Bin 0 -> 361 bytes .../textures/items/mysteryPotionThrowable_13.png | Bin 0 -> 359 bytes .../textures/items/mysteryPotionThrowable_2.png | Bin 0 -> 365 bytes .../textures/items/mysteryPotionThrowable_3.png | Bin 0 -> 352 bytes .../textures/items/mysteryPotionThrowable_4.png | Bin 0 -> 359 bytes .../textures/items/mysteryPotionThrowable_5.png | Bin 0 -> 359 bytes .../textures/items/mysteryPotionThrowable_6.png | Bin 0 -> 356 bytes .../textures/items/mysteryPotionThrowable_7.png | Bin 0 -> 359 bytes .../textures/items/mysteryPotionThrowable_8.png | Bin 0 -> 357 bytes .../textures/items/mysteryPotionThrowable_9.png | Bin 0 -> 360 bytes .../fyresmodjam/textures/items/mysteryPotion_1.png | Bin 0 -> 257 bytes .../fyresmodjam/textures/items/mysteryPotion_10.png | Bin 0 -> 266 bytes .../fyresmodjam/textures/items/mysteryPotion_11.png | Bin 0 -> 259 bytes .../fyresmodjam/textures/items/mysteryPotion_12.png | Bin 0 -> 264 bytes .../fyresmodjam/textures/items/mysteryPotion_13.png | Bin 0 -> 258 bytes .../fyresmodjam/textures/items/mysteryPotion_2.png | Bin 0 -> 255 bytes .../fyresmodjam/textures/items/mysteryPotion_3.png | Bin 0 -> 255 bytes .../fyresmodjam/textures/items/mysteryPotion_4.png | Bin 0 -> 262 bytes .../fyresmodjam/textures/items/mysteryPotion_5.png | Bin 0 -> 263 bytes .../fyresmodjam/textures/items/mysteryPotion_6.png | Bin 0 -> 259 bytes .../fyresmodjam/textures/items/mysteryPotion_7.png | Bin 0 -> 260 bytes .../fyresmodjam/textures/items/mysteryPotion_8.png | Bin 0 -> 256 bytes .../fyresmodjam/textures/items/mysteryPotion_9.png | Bin 0 -> 266 bytes .../assets/fyresmodjam/textures/items/sceptre.png | Bin 0 -> 319 bytes .../assets/fyresmodjam/textures/items/scroll.png | Bin 0 -> 304 bytes .../fyresmodjam/textures/items/star_amulet.png | Bin 0 -> 298 bytes .../textures/items/star_amulet_overlay.png | Bin 0 -> 255 bytes .../assets/fyresmodjam/textures/items/trap2.png | Bin 0 -> 295 bytes .../assets/fyresmodjam/textures/items/trap3.png | Bin 0 -> 284 bytes .../textures/items/unenchantedSceptre.png | Bin 0 -> 288 bytes src/main/resources/mcmod.info | 16 ++++++++++++++++ src/main/resources/pack.mcmeta | 7 +++++++ 59 files changed, 47 insertions(+) create mode 100644 src/main/resources/assets/fyresmodjam/advancements/startTheGame.json create mode 100644 src/main/resources/assets/fyresmodjam/lang/en_US.lang create mode 100644 src/main/resources/assets/fyresmodjam/sounds.json create mode 100644 src/main/resources/assets/fyresmodjam/sounds/pillarActivated.ogg create mode 100644 src/main/resources/assets/fyresmodjam/textures/blocks/crystal.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/blocks/crystal_stand.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock_overlay.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/blocks/pillar.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/blocks/pillarActive.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/blocks/spikes.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/blocks/spikes2.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/blocks/trap2.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/blocks/trap3.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/basic_staff.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/crystal_item.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/crystal_stand_item.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/enchantedSceptre.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/fire_amulet.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/fire_amulet_overlay.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/itemPillar.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/itemTrap.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mushroom.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mushroom_overlay.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_1.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_10.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_11.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_12.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_13.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_2.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_3.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_4.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_5.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_6.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_7.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_8.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_9.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_1.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_10.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_11.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_12.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_13.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_2.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_3.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_4.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_5.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_6.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_7.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_8.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_9.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/sceptre.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/scroll.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/star_amulet.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/star_amulet_overlay.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/trap2.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/trap3.png create mode 100644 src/main/resources/assets/fyresmodjam/textures/items/unenchantedSceptre.png create mode 100644 src/main/resources/mcmod.info create mode 100644 src/main/resources/pack.mcmeta (limited to 'src/main/resources') diff --git a/src/main/resources/assets/fyresmodjam/advancements/startTheGame.json b/src/main/resources/assets/fyresmodjam/advancements/startTheGame.json new file mode 100644 index 0000000..7a73a41 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/advancements/startTheGame.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/src/main/resources/assets/fyresmodjam/lang/en_US.lang b/src/main/resources/assets/fyresmodjam/lang/en_US.lang new file mode 100644 index 0000000..a8631dc --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/lang/en_US.lang @@ -0,0 +1,19 @@ +item.blockPillar.name=Pillar +item.mysteryPotion.name=Mystery Potion +item.itemTrap.name=Trap +item.mysteryMushroom.name=Mystery Mushroom +item.sceptre.name=Obsidian Sceptre +tile.blockPillar.name=Pillar Block +tile.blockTrap.name=Trap +tile.mysteryMushroomBlock.name=Mystery Mushroom +entity.MysteryPotion.name=Mystery Potion +commands.currentBlessing.usage=/currentBlessing - used to check your current blessing +commands.currentDisadvantage.usage=/currentDisadvantage - used to check your current world disadvantage +commands.currentGoal.usage=/currentGoal - used to check your current world goal +commands.creatureKnowledge.usage=/creatureKnowledge [page] - used to check your current creature knowledge stats +commands.weaponKnowledge.usage=/weaponKnowledge [page] - used to check your current weapon knowledge stats +commands.craftingKnowledge.usage=/craftingKnowledge [page] - used to check your current crafting knowledge stats +fyresmodjam.newVersion=\u00A7bA newer version of the "You Will Die" Mod has been found + +death.attack.inferno=%s had their fire doused +death.attack.retaliation=%s was killed for their crimes \ No newline at end of file diff --git a/src/main/resources/assets/fyresmodjam/sounds.json b/src/main/resources/assets/fyresmodjam/sounds.json new file mode 100644 index 0000000..348c793 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/sounds.json @@ -0,0 +1,3 @@ +{ + "pillarActivated": {"catagory":"master","sounds":[{"name":"pillarActivated","stream":"false"}]} +} \ No newline at end of file diff --git a/src/main/resources/assets/fyresmodjam/sounds/pillarActivated.ogg b/src/main/resources/assets/fyresmodjam/sounds/pillarActivated.ogg new file mode 100644 index 0000000..a6038eb Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/sounds/pillarActivated.ogg differ diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/crystal.png b/src/main/resources/assets/fyresmodjam/textures/blocks/crystal.png new file mode 100644 index 0000000..6034731 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/blocks/crystal.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/crystal_stand.png b/src/main/resources/assets/fyresmodjam/textures/blocks/crystal_stand.png new file mode 100644 index 0000000..c464d7a Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/blocks/crystal_stand.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock.png b/src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock.png new file mode 100644 index 0000000..6db8147 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock_overlay.png b/src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock_overlay.png new file mode 100644 index 0000000..d20bca4 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock_overlay.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/pillar.png b/src/main/resources/assets/fyresmodjam/textures/blocks/pillar.png new file mode 100644 index 0000000..1a8fdba Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/blocks/pillar.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/pillarActive.png b/src/main/resources/assets/fyresmodjam/textures/blocks/pillarActive.png new file mode 100644 index 0000000..d8b817e Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/blocks/pillarActive.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/spikes.png b/src/main/resources/assets/fyresmodjam/textures/blocks/spikes.png new file mode 100644 index 0000000..d7df5d1 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/blocks/spikes.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/spikes2.png b/src/main/resources/assets/fyresmodjam/textures/blocks/spikes2.png new file mode 100644 index 0000000..b1f0d9f Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/blocks/spikes2.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/trap2.png b/src/main/resources/assets/fyresmodjam/textures/blocks/trap2.png new file mode 100644 index 0000000..8002852 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/blocks/trap2.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/trap3.png b/src/main/resources/assets/fyresmodjam/textures/blocks/trap3.png new file mode 100644 index 0000000..0998474 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/blocks/trap3.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/basic_staff.png b/src/main/resources/assets/fyresmodjam/textures/items/basic_staff.png new file mode 100644 index 0000000..361d91a Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/basic_staff.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/crystal_item.png b/src/main/resources/assets/fyresmodjam/textures/items/crystal_item.png new file mode 100644 index 0000000..b30a61b Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/crystal_item.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/crystal_stand_item.png b/src/main/resources/assets/fyresmodjam/textures/items/crystal_stand_item.png new file mode 100644 index 0000000..643d50b Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/crystal_stand_item.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/enchantedSceptre.png b/src/main/resources/assets/fyresmodjam/textures/items/enchantedSceptre.png new file mode 100644 index 0000000..43a63ac Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/enchantedSceptre.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/fire_amulet.png b/src/main/resources/assets/fyresmodjam/textures/items/fire_amulet.png new file mode 100644 index 0000000..9272fa6 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/fire_amulet.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/fire_amulet_overlay.png b/src/main/resources/assets/fyresmodjam/textures/items/fire_amulet_overlay.png new file mode 100644 index 0000000..91f3f3b Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/fire_amulet_overlay.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/itemPillar.png b/src/main/resources/assets/fyresmodjam/textures/items/itemPillar.png new file mode 100644 index 0000000..48627e6 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/itemPillar.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/itemTrap.png b/src/main/resources/assets/fyresmodjam/textures/items/itemTrap.png new file mode 100644 index 0000000..b1f0d9f Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/itemTrap.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mushroom.png b/src/main/resources/assets/fyresmodjam/textures/items/mushroom.png new file mode 100644 index 0000000..08381ef Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mushroom.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mushroom_overlay.png b/src/main/resources/assets/fyresmodjam/textures/items/mushroom_overlay.png new file mode 100644 index 0000000..26469b4 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mushroom_overlay.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_1.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_1.png new file mode 100644 index 0000000..7bc50cd Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_1.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_10.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_10.png new file mode 100644 index 0000000..1b51022 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_10.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_11.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_11.png new file mode 100644 index 0000000..055bf3b Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_11.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_12.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_12.png new file mode 100644 index 0000000..de3fe68 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_12.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_13.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_13.png new file mode 100644 index 0000000..75b7d7c Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_13.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_2.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_2.png new file mode 100644 index 0000000..e721123 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_2.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_3.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_3.png new file mode 100644 index 0000000..921351e Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_3.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_4.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_4.png new file mode 100644 index 0000000..b93bfb9 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_4.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_5.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_5.png new file mode 100644 index 0000000..a88d5d4 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_5.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_6.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_6.png new file mode 100644 index 0000000..ed9ff17 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_6.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_7.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_7.png new file mode 100644 index 0000000..31d6c00 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_7.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_8.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_8.png new file mode 100644 index 0000000..184cb72 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_8.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_9.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_9.png new file mode 100644 index 0000000..a950ceb Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_9.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_1.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_1.png new file mode 100644 index 0000000..2f99a45 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_1.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_10.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_10.png new file mode 100644 index 0000000..8fa7609 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_10.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_11.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_11.png new file mode 100644 index 0000000..70df62d Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_11.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_12.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_12.png new file mode 100644 index 0000000..5183149 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_12.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_13.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_13.png new file mode 100644 index 0000000..995fe1e Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_13.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_2.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_2.png new file mode 100644 index 0000000..4bb169a Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_2.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_3.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_3.png new file mode 100644 index 0000000..b46938f Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_3.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_4.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_4.png new file mode 100644 index 0000000..fbcf06a Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_4.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_5.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_5.png new file mode 100644 index 0000000..b2c10b7 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_5.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_6.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_6.png new file mode 100644 index 0000000..3852de3 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_6.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_7.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_7.png new file mode 100644 index 0000000..e75fe03 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_7.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_8.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_8.png new file mode 100644 index 0000000..ff7b53a Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_8.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_9.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_9.png new file mode 100644 index 0000000..a575a3d Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_9.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/sceptre.png b/src/main/resources/assets/fyresmodjam/textures/items/sceptre.png new file mode 100644 index 0000000..cce2265 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/sceptre.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/scroll.png b/src/main/resources/assets/fyresmodjam/textures/items/scroll.png new file mode 100644 index 0000000..82c7c77 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/scroll.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/star_amulet.png b/src/main/resources/assets/fyresmodjam/textures/items/star_amulet.png new file mode 100644 index 0000000..b5d0d03 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/star_amulet.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/star_amulet_overlay.png b/src/main/resources/assets/fyresmodjam/textures/items/star_amulet_overlay.png new file mode 100644 index 0000000..777eb07 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/star_amulet_overlay.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/trap2.png b/src/main/resources/assets/fyresmodjam/textures/items/trap2.png new file mode 100644 index 0000000..c4bc279 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/trap2.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/trap3.png b/src/main/resources/assets/fyresmodjam/textures/items/trap3.png new file mode 100644 index 0000000..2a75ef3 Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/trap3.png differ diff --git a/src/main/resources/assets/fyresmodjam/textures/items/unenchantedSceptre.png b/src/main/resources/assets/fyresmodjam/textures/items/unenchantedSceptre.png new file mode 100644 index 0000000..71b4f8a Binary files /dev/null and b/src/main/resources/assets/fyresmodjam/textures/items/unenchantedSceptre.png differ diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info new file mode 100644 index 0000000..838359f --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,16 @@ +[ +{ + "modid": "fyresmodjam", + "name": "The You Will Die Mod", + "description": "The You Will Die Mod by xFyreStorm.", + "version": "v0.0.3e", + "mcversion": "1.7.2", + "url": "", + "updateUrl": "", + "authors": ["xFyreStorm"], + "credits": "xFyreStorm - All", + "logoFile": "", + "screenshots": [], + "dependencies": [] +} +] diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta new file mode 100644 index 0000000..4018267 --- /dev/null +++ b/src/main/resources/pack.mcmeta @@ -0,0 +1,7 @@ +{ + "pack": { + "description": "examplemod resources", + "pack_format": 3, + "_comment": "A pack_format of 3 should be used starting with Minecraft 1.11. All resources, including language files, should be lowercase (eg: en_us.lang). A pack_format of 2 will load your mod resources with LegacyV2Adapter, which requires language files to have uppercase letters (eg: en_US.lang)." + } +} -- cgit v1.2.3