Skip to content

Commit

Permalink
Added Lootable Bodies config
Browse files Browse the repository at this point in the history
Yay!
  • Loading branch information
Amaxter committed Jul 24, 2015
1 parent 59153bd commit 0cc095c
Show file tree
Hide file tree
Showing 10 changed files with 205 additions and 12,735 deletions.
12,854 changes: 127 additions & 12,727 deletions config/DIAdvancedCompatibility.cfg

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/IC2.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; ic2 general config
; created Jul 24, 2015 4:47:11 PM
; created Jul 24, 2015 6:26:09 PM
;---

[worldgen]
Expand Down
2 changes: 1 addition & 1 deletion config/InvTweaks.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Inventory Tweaks Configuration
#(Regarding shortcuts, all key names can be found at: http://www.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html)
#Fri Jul 24 16:47:49 EDT 2015
#Fri Jul 24 18:26:49 EDT 2015
enableMiddleClick=true
showChestButtons=true
enableSortingOnPickup=false
Expand Down
6 changes: 3 additions & 3 deletions config/MouseTweaks.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Fri Jul 24 16:53:57 EDT 2015
#Fri Jul 24 18:26:39 EDT 2015
WheelTweak=1
LMBTweakWithoutItem=1
WheelSearchOrder=1
LMBTweakWithItem=1
RMBTweak=1
LMBTweakWithItem=1
WheelSearchOrder=1
OnTickMethodOrder=Forge, LiteLoader, Minecraft
Debug=0
1 change: 1 addition & 0 deletions config/SSTOW/BlackList.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@
B:jurassicraft.Tylosaurus=false
B:jurassicraft.Tyrannosaurus=false
B:jurassicraft.Velociraptor=false
B:lootablebodies_EntityLootableBody=false
B:nevermine.Airhead=false
B:nevermine.Alarmo=false
B:nevermine.Alluricorn=false
Expand Down
2 changes: 1 addition & 1 deletion config/fastcraft.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; FastCraft config
; created Jul 24, 2015 4:55:01 PM
; created Jul 24, 2015 6:25:35 PM
;---

; Settings purely affecting performance, but not gameplay.
Expand Down
69 changes: 69 additions & 0 deletions config/lootablebodies.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Configuration file

"corpse damage" {
# If true, corpses will be damaged by anything that damages a player. [default: false]
B:hurt_by_all=true

# If true, corpses will be damaged by being stuck inside a block. [default: false]
B:hurt_by_block_suffocation=false

# If true, corpses will be damaged by cacti. [default: false]
B:hurt_by_cactus=false

# If true, corpses will be damaged by creepers and TNT.
# If you don't want bodies to be destroyed by explosions,
# also disable fall damage. [default: false]
B:hurt_by_explosions=false

# If true, corpses will be damaged by falling long distances. [default: false]
B:hurt_by_fall=false

# If true, corpses will be damaged by fire and lava. [default: false]
B:hurt_by_fire=false

# If true, corpses will be damaged by damage sources not covered by the other options in this section. [default: false]
B:hurt_by_other=false

# If true, corpses will be damaged by attacking it. [default: false]
B:hurt_by_weapons=false
}


"corpse decay" {
# Time after death before a corpse will self-destruct (if the
# enable_corpse_decay option is set to true).
# The format is hours:minutes:seconds or just hours:minutes [default: 1:00:00]
S:corpse_decay_time=2:00:00

# If true and enable_corpse_decay is also true, corpses will
# self-destruct after being empty for a period of time (will
# not decay if there are any items on the corpse). If using this
# option, you will probably want to also disable the
# add_bones_to_corpse option. [default: false]
B:empty_only_decay=false

# If true, corpses will self-destruct after a preiod of time. [default: false]
B:enable_corpse_decay=true
}


options {
# If true, corpses will have bones and rotten flesh added to them. [default: true]
B:add_bones_to_corpse=true

# The amount of damage a corpse can suffer before being
# destroyed and releasing its items.
# Note that 10 hearts = 20 HP. [range: 1.0 ~ 32767.0, default: 50.0]
S:corpse_HP=50.0

# The maximum number of items that can be stored in a
# corpse. Note that only 54 can be seen at a time [range: 54 ~ 16383, default: 108]
I:corpse_inventory_size=108

# The amount of damage suffered by damageable items when you
# die, to a minimum of 1 durability remaining (items will
# not be destroyed). [range: 0 ~ 1000, default: 32]
I:item_damage_on_death=32
}


2 changes: 1 addition & 1 deletion config/splash.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Splash screen properties
#Fri Jul 24 16:55:07 EDT 2015
#Fri Jul 24 18:25:41 EDT 2015
logoTexture=textures/gui/title/mojang.png
background=0xFFFFFF
font=0x0
Expand Down
2 changes: 1 addition & 1 deletion config/tabbychat/advanced.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#settings.advanced
#Fri Jul 24 16:53:57 EDT 2015
#Fri Jul 24 14:28:10 EDT 2015
chatScrollHistory=100
maxLengthChannelName=10
chatbox.anchoredtop=false
Expand Down
Binary file modified config/tabbychat/singleplayer/Amaxter_chanData.ser
Binary file not shown.

0 comments on commit 0cc095c

Please sign in to comment.