diff options
Diffstat (limited to 'src/main/resources')
59 files changed, 47 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..a6038eb --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/sounds/pillarActivated.ogg diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/crystal.png b/src/main/resources/assets/fyresmodjam/textures/blocks/crystal.png Binary files differnew file mode 100644 index 0000000..6034731 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/blocks/crystal.png diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/crystal_stand.png b/src/main/resources/assets/fyresmodjam/textures/blocks/crystal_stand.png Binary files differnew file mode 100644 index 0000000..c464d7a --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/blocks/crystal_stand.png diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock.png b/src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock.png Binary files differnew file mode 100644 index 0000000..6db8147 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock.png diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock_overlay.png b/src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock_overlay.png Binary files differnew file mode 100644 index 0000000..d20bca4 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/blocks/mushroomBlock_overlay.png diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/pillar.png b/src/main/resources/assets/fyresmodjam/textures/blocks/pillar.png Binary files differnew file mode 100644 index 0000000..1a8fdba --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/blocks/pillar.png diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/pillarActive.png b/src/main/resources/assets/fyresmodjam/textures/blocks/pillarActive.png Binary files differnew file mode 100644 index 0000000..d8b817e --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/blocks/pillarActive.png diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/spikes.png b/src/main/resources/assets/fyresmodjam/textures/blocks/spikes.png Binary files differnew file mode 100644 index 0000000..d7df5d1 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/blocks/spikes.png diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/spikes2.png b/src/main/resources/assets/fyresmodjam/textures/blocks/spikes2.png Binary files differnew file mode 100644 index 0000000..b1f0d9f --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/blocks/spikes2.png diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/trap2.png b/src/main/resources/assets/fyresmodjam/textures/blocks/trap2.png Binary files differnew file mode 100644 index 0000000..8002852 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/blocks/trap2.png diff --git a/src/main/resources/assets/fyresmodjam/textures/blocks/trap3.png b/src/main/resources/assets/fyresmodjam/textures/blocks/trap3.png Binary files differnew file mode 100644 index 0000000..0998474 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/blocks/trap3.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/basic_staff.png b/src/main/resources/assets/fyresmodjam/textures/items/basic_staff.png Binary files differnew file mode 100644 index 0000000..361d91a --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/basic_staff.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/crystal_item.png b/src/main/resources/assets/fyresmodjam/textures/items/crystal_item.png Binary files differnew file mode 100644 index 0000000..b30a61b --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/crystal_item.png 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 Binary files differnew file mode 100644 index 0000000..643d50b --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/crystal_stand_item.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/enchantedSceptre.png b/src/main/resources/assets/fyresmodjam/textures/items/enchantedSceptre.png Binary files differnew file mode 100644 index 0000000..43a63ac --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/enchantedSceptre.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/fire_amulet.png b/src/main/resources/assets/fyresmodjam/textures/items/fire_amulet.png Binary files differnew file mode 100644 index 0000000..9272fa6 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/fire_amulet.png 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 Binary files differnew file mode 100644 index 0000000..91f3f3b --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/fire_amulet_overlay.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/itemPillar.png b/src/main/resources/assets/fyresmodjam/textures/items/itemPillar.png Binary files differnew file mode 100644 index 0000000..48627e6 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/itemPillar.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/itemTrap.png b/src/main/resources/assets/fyresmodjam/textures/items/itemTrap.png Binary files differnew file mode 100644 index 0000000..b1f0d9f --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/itemTrap.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mushroom.png b/src/main/resources/assets/fyresmodjam/textures/items/mushroom.png Binary files differnew file mode 100644 index 0000000..08381ef --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mushroom.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mushroom_overlay.png b/src/main/resources/assets/fyresmodjam/textures/items/mushroom_overlay.png Binary files differnew file mode 100644 index 0000000..26469b4 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mushroom_overlay.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_1.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_1.png Binary files differnew file mode 100644 index 0000000..7bc50cd --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_1.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_10.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_10.png Binary files differnew file mode 100644 index 0000000..1b51022 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_10.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_11.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_11.png Binary files differnew file mode 100644 index 0000000..055bf3b --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_11.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_12.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_12.png Binary files differnew file mode 100644 index 0000000..de3fe68 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_12.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_13.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_13.png Binary files differnew file mode 100644 index 0000000..75b7d7c --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_13.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_2.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_2.png Binary files differnew file mode 100644 index 0000000..e721123 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_2.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_3.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_3.png Binary files differnew file mode 100644 index 0000000..921351e --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_3.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_4.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_4.png Binary files differnew file mode 100644 index 0000000..b93bfb9 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_4.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_5.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_5.png Binary files differnew file mode 100644 index 0000000..a88d5d4 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_5.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_6.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_6.png Binary files differnew file mode 100644 index 0000000..ed9ff17 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_6.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_7.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_7.png Binary files differnew file mode 100644 index 0000000..31d6c00 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_7.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_8.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_8.png Binary files differnew file mode 100644 index 0000000..184cb72 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_8.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_9.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_9.png Binary files differnew file mode 100644 index 0000000..a950ceb --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotionThrowable_9.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_1.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_1.png Binary files differnew file mode 100644 index 0000000..2f99a45 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_1.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_10.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_10.png Binary files differnew file mode 100644 index 0000000..8fa7609 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_10.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_11.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_11.png Binary files differnew file mode 100644 index 0000000..70df62d --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_11.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_12.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_12.png Binary files differnew file mode 100644 index 0000000..5183149 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_12.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_13.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_13.png Binary files differnew file mode 100644 index 0000000..995fe1e --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_13.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_2.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_2.png Binary files differnew file mode 100644 index 0000000..4bb169a --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_2.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_3.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_3.png Binary files differnew file mode 100644 index 0000000..b46938f --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_3.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_4.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_4.png Binary files differnew file mode 100644 index 0000000..fbcf06a --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_4.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_5.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_5.png Binary files differnew file mode 100644 index 0000000..b2c10b7 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_5.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_6.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_6.png Binary files differnew file mode 100644 index 0000000..3852de3 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_6.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_7.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_7.png Binary files differnew file mode 100644 index 0000000..e75fe03 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_7.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_8.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_8.png Binary files differnew file mode 100644 index 0000000..ff7b53a --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_8.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_9.png b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_9.png Binary files differnew file mode 100644 index 0000000..a575a3d --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/mysteryPotion_9.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/sceptre.png b/src/main/resources/assets/fyresmodjam/textures/items/sceptre.png Binary files differnew file mode 100644 index 0000000..cce2265 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/sceptre.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/scroll.png b/src/main/resources/assets/fyresmodjam/textures/items/scroll.png Binary files differnew file mode 100644 index 0000000..82c7c77 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/scroll.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/star_amulet.png b/src/main/resources/assets/fyresmodjam/textures/items/star_amulet.png Binary files differnew file mode 100644 index 0000000..b5d0d03 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/star_amulet.png 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 Binary files differnew file mode 100644 index 0000000..777eb07 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/star_amulet_overlay.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/trap2.png b/src/main/resources/assets/fyresmodjam/textures/items/trap2.png Binary files differnew file mode 100644 index 0000000..c4bc279 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/trap2.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/trap3.png b/src/main/resources/assets/fyresmodjam/textures/items/trap3.png Binary files differnew file mode 100644 index 0000000..2a75ef3 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/trap3.png diff --git a/src/main/resources/assets/fyresmodjam/textures/items/unenchantedSceptre.png b/src/main/resources/assets/fyresmodjam/textures/items/unenchantedSceptre.png Binary files differnew file mode 100644 index 0000000..71b4f8a --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/textures/items/unenchantedSceptre.png 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)." + } +} |
