diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-25 00:29:49 +0100 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-25 00:29:49 +0100 |
| commit | 1db974998c4e5242cd2603020e6c8ebfea5b454e (patch) | |
| tree | 16dd84e57dd1d348d95ef8c122c6cbb1c9d0f2f5 /misc | |
| parent | 5e707575c59f025fc188f0d013c9db51ebcfaeac (diff) | |
Bye-bye
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/AnimationAPI-1.7.10-1.2.4 src.zip | bin | 12448 -> 0 bytes | |||
| -rw-r--r-- | misc/CodeStyle.xml | 62 | ||||
| -rw-r--r-- | misc/Curses.txt | 50 | ||||
| -rw-r--r-- | misc/audio/Ambient.aup | 173 | ||||
| -rw-r--r-- | misc/effects.xlsx | bin | 15854 -> 0 bytes | |||
| -rw-r--r-- | misc/forge-1.7.10-10.13.0.1188-src.zip | bin | 173591 -> 0 bytes | |||
| -rw-r--r-- | misc/images/BlackHeart.png | bin | 2259 -> 0 bytes | |||
| -rw-r--r-- | misc/images/BlueHeart.png | bin | 2313 -> 0 bytes | |||
| -rw-r--r-- | misc/images/Icons.pdn | bin | 6276 -> 0 bytes | |||
| -rw-r--r-- | misc/images/Picture.png | bin | 227502 -> 0 bytes | |||
| -rw-r--r-- | misc/images/Picture.psd | bin | 1768623 -> 0 bytes | |||
| -rw-r--r-- | misc/images/RedModel.png | bin | 2405 -> 0 bytes | |||
| -rw-r--r-- | misc/images/ShadowEye.png | bin | 3808 -> 0 bytes | |||
| -rw-r--r-- | misc/images/ShadowEye.psd | bin | 36555 -> 0 bytes | |||
| -rw-r--r-- | misc/images/WhiteHeart.png | bin | 2297 -> 0 bytes | |||
| -rw-r--r-- | misc/images/curses0.png | bin | 3145 -> 0 bytes | |||
| -rw-r--r-- | misc/images/curses2.png | bin | 29080 -> 0 bytes | |||
| -rw-r--r-- | misc/images/tick.png | bin | 328 -> 0 bytes | |||
| -rw-r--r-- | misc/mcp_stable-12-1.7.10.zip | bin | 209066 -> 0 bytes | |||
| -rw-r--r-- | misc/mcp_stable_nodoc-12-1.7.10.zip | bin | 100456 -> 0 bytes | |||
| -rw-r--r-- | misc/models/HeartModel.tcn | bin | 3677 -> 0 bytes | |||
| -rw-r--r-- | misc/models/ModelHalfHeart.tcn | bin | 3616 -> 0 bytes | |||
| -rw-r--r-- | misc/models/ShadowEye.tcn | bin | 4815 -> 0 bytes | |||
| -rw-r--r-- | misc/models/hand.tcn | bin | 1674 -> 0 bytes | |||
| -rw-r--r-- | misc/models/handpedestal.tcn | bin | 1683 -> 0 bytes | |||
| -rw-r--r-- | misc/~$effects.xlsx | bin | 165 -> 0 bytes |
26 files changed, 0 insertions, 285 deletions
diff --git a/misc/AnimationAPI-1.7.10-1.2.4 src.zip b/misc/AnimationAPI-1.7.10-1.2.4 src.zip Binary files differdeleted file mode 100644 index 2679e9d..0000000 --- a/misc/AnimationAPI-1.7.10-1.2.4 src.zip +++ /dev/null diff --git a/misc/CodeStyle.xml b/misc/CodeStyle.xml deleted file mode 100644 index 08c00f7..0000000 --- a/misc/CodeStyle.xml +++ /dev/null @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<profiles version="2"> -<profile kind="CleanUpProfile" name="DarkKnight code" version="2"> -<setting id="cleanup.qualify_static_method_accesses_with_declaring_class" value="false"/> -<setting id="cleanup.always_use_this_for_non_static_method_access" value="false"/> -<setting id="cleanup.organize_imports" value="true"/> -<setting id="cleanup.remove_trailing_whitespaces_ignore_empty" value="false"/> -<setting id="cleanup.use_type_arguments" value="false"/> -<setting id="cleanup.format_source_code_changes_only" value="false"/> -<setting id="cleanup.qualify_static_field_accesses_with_declaring_class" value="false"/> -<setting id="cleanup.add_generated_serial_version_id" value="false"/> -<setting id="cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class" value="true"/> -<setting id="cleanup.remove_redundant_type_arguments" value="true"/> -<setting id="cleanup.remove_unused_imports" value="true"/> -<setting id="cleanup.insert_inferred_type_arguments" value="false"/> -<setting id="cleanup.make_private_fields_final" value="true"/> -<setting id="cleanup.use_lambda" value="true"/> -<setting id="cleanup.always_use_blocks" value="true"/> -<setting id="cleanup.use_this_for_non_static_field_access_only_if_necessary" value="true"/> -<setting id="cleanup.sort_members_all" value="false"/> -<setting id="cleanup.remove_trailing_whitespaces_all" value="true"/> -<setting id="cleanup.add_missing_annotations" value="true"/> -<setting id="cleanup.always_use_this_for_non_static_field_access" value="false"/> -<setting id="cleanup.make_parameters_final" value="false"/> -<setting id="cleanup.sort_members" value="false"/> -<setting id="cleanup.remove_private_constructors" value="true"/> -<setting id="cleanup.always_use_parentheses_in_expressions" value="false"/> -<setting id="cleanup.remove_unused_local_variables" value="true"/> -<setting id="cleanup.convert_to_enhanced_for_loop" value="true"/> -<setting id="cleanup.remove_unused_private_fields" value="true"/> -<setting id="cleanup.never_use_blocks" value="false"/> -<setting id="cleanup.add_missing_deprecated_annotations" value="true"/> -<setting id="cleanup.use_this_for_non_static_field_access" value="true"/> -<setting id="cleanup.remove_unnecessary_nls_tags" value="true"/> -<setting id="cleanup.qualify_static_member_accesses_through_instances_with_declaring_class" value="true"/> -<setting id="cleanup.add_missing_nls_tags" value="false"/> -<setting id="cleanup.remove_unnecessary_casts" value="true"/> -<setting id="cleanup.use_blocks_only_for_return_and_throw" value="false"/> -<setting id="cleanup.format_source_code" value="true"/> -<setting id="cleanup.convert_functional_interfaces" value="false"/> -<setting id="cleanup.add_default_serial_version_id" value="true"/> -<setting id="cleanup.remove_unused_private_methods" value="true"/> -<setting id="cleanup.remove_trailing_whitespaces" value="true"/> -<setting id="cleanup.make_type_abstract_if_missing_method" value="false"/> -<setting id="cleanup.add_serial_version_id" value="false"/> -<setting id="cleanup.use_this_for_non_static_method_access" value="true"/> -<setting id="cleanup.use_this_for_non_static_method_access_only_if_necessary" value="true"/> -<setting id="cleanup.use_anonymous_class_creation" value="false"/> -<setting id="cleanup.add_missing_override_annotations_interface_methods" value="true"/> -<setting id="cleanup.remove_unused_private_members" value="true"/> -<setting id="cleanup.make_local_variable_final" value="true"/> -<setting id="cleanup.add_missing_methods" value="true"/> -<setting id="cleanup.never_use_parentheses_in_expressions" value="true"/> -<setting id="cleanup.qualify_static_member_accesses_with_declaring_class" value="true"/> -<setting id="cleanup.use_parentheses_in_expressions" value="true"/> -<setting id="cleanup.add_missing_override_annotations" value="true"/> -<setting id="cleanup.use_blocks" value="false"/> -<setting id="cleanup.make_variable_declarations_final" value="false"/> -<setting id="cleanup.correct_indentation" value="true"/> -<setting id="cleanup.remove_unused_private_types" value="true"/> -</profile> -</profiles> diff --git a/misc/Curses.txt b/misc/Curses.txt deleted file mode 100644 index 439a2dd..0000000 --- a/misc/Curses.txt +++ /dev/null @@ -1,50 +0,0 @@ -Curses -- Multiplicate number of enemies around you by 2 every time you get hit -- An enemy spawns 8 projectiles, 1 in each direction, when it is killed -- Whenever you get damaged, an item is either removed from inventory (if it has no durability) or reduces the durability -- Summons a monster whenever you use a potion -- All monsters change to a specific type (eg. a Zombie and 2 Skeletons become 3 Spiders) -- Previous curses remain attached to you even after you die (except this one) -- Half of the damage you deal to an enemy is redirected to you -- When near a player, one of your curses is transferred to him (except this one) -- You have half of your normal health and deal half as normal damage (this includes weapon damage) -- Only 25% of the mobs you kill have a chance of dropping experience -- When you kill too many mobs, a guardian is summoned -- Killing too many mobs sends you to the Shadows -- You are no longer able to speak (chat messages) -- There is a chance for a near-by Tile Entity to be removed -- Random chance of precious blocks to be removed -- Killing a boss results in you dying as well -- Every time you kill an animal, there is a 25% chance for a minion to spawn(they help you, but have low health) -- Killing a minnion summons a Dad -- Slaying a dad grants you one wish -- Next time you revive, an extra curse is permanently added to you -- You can shoot tears from your eyes -- Bloddy vision (simply annoying, but if you have tears you can do more damage) -- Swords deal more damage -- You destroy all blocks you are near -- Creepers blow up instantly when near you -- TNT explodes immediately as it is placed down -- Creepers explode when hit -- One of your curses is transferred to an item, whoever has that item gets that curse -- A cursed item cannot be removed from inventory, even after death -- Slimes get bigger when killed, rather than small -- You can never die, but you deal no damage at all and can never heal (lasts until a full moon, when you suddenly die) -- During full moon you have half of your life points -- During full moon you deal 4 times more damage, but will take half of the total damaged dealt during the night in the morning and your armour is reduced by 75% -- You slowly take damage over 7 days, during this time you can't heal -- All food is poisonous (food poison) -- Food damages you equal to the amount of hunger it heals -- Food heals half of its hunger -- Food no longer heals hunger -- You can no longer swim -- You swim twice as slow -- Water is lava -- The floor is lava -- Your spawn point is reset to the original location and you can no longer set your spawn point -- You can't throw away anything or craft stuff -- You burst in flames whenever you take damage from entities -- You get poisoned whenever you eat -- You are blinded (potion effect) and get completely blind for 5 seconds when you get damaged -- You get teleported randomly at random times - diff --git a/misc/audio/Ambient.aup b/misc/audio/Ambient.aup deleted file mode 100644 index 5f947ce..0000000 --- a/misc/audio/Ambient.aup +++ /dev/null @@ -1,173 +0,0 @@ -<?xml version="1.0" standalone="no" ?> -<!DOCTYPE project PUBLIC "-//audacityproject-1.3.0//DTD//EN" "http://audacity.sourceforge.net/xml/audacityproject-1.3.0.dtd" > -<project xmlns="http://audacity.sourceforge.net/xml/" projname="Ambient_data" version="1.3.0" audacityversion="2.0.0" sel0="0.0000000000" sel1="13.1122448980" vpos="0" h="0.0000000000" zoom="80.5351235089" rate="44100.0"> - <tags> - <tag name="BPM (beats per minute)" value="140"/> - <tag name="YEAR" value="2011"/> - <tag name="Encoded by" value="LAME in FL Studio 9"/> - </tags> - <wavetrack name="Audio Track" channel="2" linked="0" mute="1" solo="0" height="150" minimized="0" rate="44100" gain="0.044668" pan="0.0"> - <waveclip offset="0.00000000"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="573872"> - <waveblock start="0"> - <simpleblockfile filename="e0007c20.au" len="253383" min="-0.081559" max="0.080762" rms="0.015877"/> - </waveblock> - <waveblock start="253383"> - <simpleblockfile filename="e00078c7.au" len="178041" min="-0.088342" max="0.082963" rms="0.015882"/> - </waveblock> - <waveblock start="431424"> - <simpleblockfile filename="e0007d42.au" len="142448" min="-0.081432" max="0.082828" rms="0.013289"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - </wavetrack> - <wavetrack name="ThunderHumor-Minecraft" channel="0" linked="1" mute="0" solo="0" height="150" minimized="0" rate="44100" gain="1.0" pan="0.0"> - <waveclip offset="0.00000000"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="573872"> - <waveblock start="0"> - <simpleblockfile filename="e00074de.au" len="262144" min="-0.974255" max="0.97082" rms="0.274346"/> - </waveblock> - <waveblock start="262144"> - <simpleblockfile filename="e00072f0.au" len="262144" min="-0.960877" max="0.973315" rms="0.28058"/> - </waveblock> - <waveblock start="524288"> - <simpleblockfile filename="e00071d5.au" len="49584" min="-0.927908" max="0.918399" rms="0.252971"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - </wavetrack> - <wavetrack name="Audio Track" channel="1" linked="0" mute="0" solo="0" height="150" minimized="0" rate="44100" gain="1.0" pan="0.0"> - <waveclip offset="0.00000000"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="573872"> - <waveblock start="0"> - <simpleblockfile filename="e000708e.au" len="262144" min="-0.966541" max="0.92561" rms="0.280136"/> - </waveblock> - <waveblock start="262144"> - <simpleblockfile filename="e0007dd6.au" len="262144" min="-0.97078" max="0.934839" rms="0.271041"/> - </waveblock> - <waveblock start="524288"> - <simpleblockfile filename="e0007f46.au" len="49584" min="-0.952358" max="0.808417" rms="0.208344"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - </wavetrack> - <wavetrack name="Audio Track" channel="0" linked="1" mute="0" solo="0" height="142" minimized="0" rate="44100" gain="1.0" pan="0.0"> - <waveclip offset="-0.13000000"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="5733"> - <waveblock start="0"> - <simpleblockfile filename="e0007d94.au" len="5733" min="-0.006989" max="0.0" rms="0.001276"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - <waveclip offset="0.00000000"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> - <waveblock start="0"> - <simpleblockfile filename="e0007e46.au" len="96375" min="-0.407378" max="0.289504" rms="0.097041"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - <waveclip offset="2.18537415"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> - <waveblock start="0"> - <simpleblockfile filename="e0007e46.au" len="96375" min="-0.407378" max="0.289504" rms="0.097041"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - <waveclip offset="4.37074830"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> - <waveblock start="0"> - <simpleblockfile filename="e0007e46.au" len="96375" min="-0.407378" max="0.289504" rms="0.097041"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - <waveclip offset="6.55612245"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> - <waveblock start="0"> - <simpleblockfile filename="e0007e46.au" len="96375" min="-0.407378" max="0.289504" rms="0.097041"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - <waveclip offset="8.74149660"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> - <waveblock start="0"> - <simpleblockfile filename="e0007e46.au" len="96375" min="-0.407378" max="0.289504" rms="0.097041"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - <waveclip offset="10.92687075"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> - <waveblock start="0"> - <simpleblockfile filename="e0007e46.au" len="96375" min="-0.407378" max="0.289504" rms="0.097041"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - </wavetrack> - <wavetrack name="Audio Track" channel="1" linked="0" mute="0" solo="0" height="158" minimized="0" rate="44100" gain="1.0" pan="0.0"> - <waveclip offset="-0.13000000"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="5733"> - <waveblock start="0"> - <simpleblockfile filename="e000776a.au" len="5733" min="-0.002563" max="0.003204" rms="0.000371"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - <waveclip offset="0.00000000"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> - <waveblock start="0"> - <simpleblockfile filename="e000785b.au" len="96375" min="-0.34141" max="0.352305" rms="0.075348"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - <waveclip offset="2.18537415"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> - <waveblock start="0"> - <simpleblockfile filename="e000785b.au" len="96375" min="-0.34141" max="0.352305" rms="0.075348"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - <waveclip offset="4.37074830"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> - <waveblock start="0"> - <simpleblockfile filename="e000785b.au" len="96375" min="-0.34141" max="0.352305" rms="0.075348"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - <waveclip offset="6.55612245"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> - <waveblock start="0"> - <simpleblockfile filename="e000785b.au" len="96375" min="-0.34141" max="0.352305" rms="0.075348"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - <waveclip offset="8.74149660"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> - <waveblock start="0"> - <simpleblockfile filename="e000785b.au" len="96375" min="-0.34141" max="0.352305" rms="0.075348"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - <waveclip offset="10.92687075"> - <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> - <waveblock start="0"> - <simpleblockfile filename="e000785b.au" len="96375" min="-0.34141" max="0.352305" rms="0.075348"/> - </waveblock> - </sequence> - <envelope numpoints="0"/> - </waveclip> - </wavetrack> -</project> diff --git a/misc/effects.xlsx b/misc/effects.xlsx Binary files differdeleted file mode 100644 index 22c216b..0000000 --- a/misc/effects.xlsx +++ /dev/null diff --git a/misc/forge-1.7.10-10.13.0.1188-src.zip b/misc/forge-1.7.10-10.13.0.1188-src.zip Binary files differdeleted file mode 100644 index 6fb0045..0000000 --- a/misc/forge-1.7.10-10.13.0.1188-src.zip +++ /dev/null diff --git a/misc/images/BlackHeart.png b/misc/images/BlackHeart.png Binary files differdeleted file mode 100644 index 3fd03f2..0000000 --- a/misc/images/BlackHeart.png +++ /dev/null diff --git a/misc/images/BlueHeart.png b/misc/images/BlueHeart.png Binary files differdeleted file mode 100644 index f664372..0000000 --- a/misc/images/BlueHeart.png +++ /dev/null diff --git a/misc/images/Icons.pdn b/misc/images/Icons.pdn Binary files differdeleted file mode 100644 index 7c10a78..0000000 --- a/misc/images/Icons.pdn +++ /dev/null diff --git a/misc/images/Picture.png b/misc/images/Picture.png Binary files differdeleted file mode 100644 index 5fe397f..0000000 --- a/misc/images/Picture.png +++ /dev/null diff --git a/misc/images/Picture.psd b/misc/images/Picture.psd Binary files differdeleted file mode 100644 index 27687b7..0000000 --- a/misc/images/Picture.psd +++ /dev/null diff --git a/misc/images/RedModel.png b/misc/images/RedModel.png Binary files differdeleted file mode 100644 index 8f8623c..0000000 --- a/misc/images/RedModel.png +++ /dev/null diff --git a/misc/images/ShadowEye.png b/misc/images/ShadowEye.png Binary files differdeleted file mode 100644 index 78dd1bf..0000000 --- a/misc/images/ShadowEye.png +++ /dev/null diff --git a/misc/images/ShadowEye.psd b/misc/images/ShadowEye.psd Binary files differdeleted file mode 100644 index e6be45a..0000000 --- a/misc/images/ShadowEye.psd +++ /dev/null diff --git a/misc/images/WhiteHeart.png b/misc/images/WhiteHeart.png Binary files differdeleted file mode 100644 index 1f8d528..0000000 --- a/misc/images/WhiteHeart.png +++ /dev/null diff --git a/misc/images/curses0.png b/misc/images/curses0.png Binary files differdeleted file mode 100644 index 4105e37..0000000 --- a/misc/images/curses0.png +++ /dev/null diff --git a/misc/images/curses2.png b/misc/images/curses2.png Binary files differdeleted file mode 100644 index 938a68b..0000000 --- a/misc/images/curses2.png +++ /dev/null diff --git a/misc/images/tick.png b/misc/images/tick.png Binary files differdeleted file mode 100644 index 823bd21..0000000 --- a/misc/images/tick.png +++ /dev/null diff --git a/misc/mcp_stable-12-1.7.10.zip b/misc/mcp_stable-12-1.7.10.zip Binary files differdeleted file mode 100644 index fa33cf3..0000000 --- a/misc/mcp_stable-12-1.7.10.zip +++ /dev/null diff --git a/misc/mcp_stable_nodoc-12-1.7.10.zip b/misc/mcp_stable_nodoc-12-1.7.10.zip Binary files differdeleted file mode 100644 index 382f6a8..0000000 --- a/misc/mcp_stable_nodoc-12-1.7.10.zip +++ /dev/null diff --git a/misc/models/HeartModel.tcn b/misc/models/HeartModel.tcn Binary files differdeleted file mode 100644 index 5ab7909..0000000 --- a/misc/models/HeartModel.tcn +++ /dev/null diff --git a/misc/models/ModelHalfHeart.tcn b/misc/models/ModelHalfHeart.tcn Binary files differdeleted file mode 100644 index 0e8ba36..0000000 --- a/misc/models/ModelHalfHeart.tcn +++ /dev/null diff --git a/misc/models/ShadowEye.tcn b/misc/models/ShadowEye.tcn Binary files differdeleted file mode 100644 index a29ff91..0000000 --- a/misc/models/ShadowEye.tcn +++ /dev/null diff --git a/misc/models/hand.tcn b/misc/models/hand.tcn Binary files differdeleted file mode 100644 index ddd79ff..0000000 --- a/misc/models/hand.tcn +++ /dev/null diff --git a/misc/models/handpedestal.tcn b/misc/models/handpedestal.tcn Binary files differdeleted file mode 100644 index fb937a8..0000000 --- a/misc/models/handpedestal.tcn +++ /dev/null diff --git a/misc/~$effects.xlsx b/misc/~$effects.xlsx Binary files differdeleted file mode 100644 index 1760796..0000000 --- a/misc/~$effects.xlsx +++ /dev/null |
