Skip to content

Commit

Permalink
Add Loot++ to manifest and add configs
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStegii committed Mar 30, 2023
1 parent e0b9a71 commit 5d52b25
Show file tree
Hide file tree
Showing 23 changed files with 24,024 additions and 78 deletions.
587 changes: 587 additions & 0 deletions config/Loot++/IDs/Biome IDs.txt

Large diffs are not rendered by default.

3,812 changes: 3,812 additions & 0 deletions config/Loot++/IDs/Block and Item IDs.txt

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions config/Loot++/IDs/Dimension IDs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## Dimension IDs ##
########################################################################
## In the form: ##
## <dimension id> ##
## - Name: <dimension name> ##
## - Height: <dimension height> ##
## - Has Sky? <true if dimension has a sky> ##
## - Cloud Height: <height of dimension's clouds (only on client)> ##
## - Can Respawn Here? <true if players can respawn here> ##
## - Terrain Scale: <distance travelled per block (nether is 8)> ##
########################################################################
0
- Name: Overworld
- Height: 256
- Has Sky? true
- Cloud Height: 128.0
- Can Respawn Here? true
- Terrain Scale: 1.0


-1
- Name: Nether
- Height: 128
- Has Sky? false
- Cloud Height: 128.0
- Can Respawn Here? false
- Terrain Scale: 8.0


1
- Name: The End
- Height: 128
- Has Sky? false
- Cloud Height: 8.0
- Can Respawn Here? false
- Terrain Scale: 1.0


6
- Name: Mining World
- Height: 256
- Has Sky? true
- Cloud Height: 300.0
- Can Respawn Here? false
- Terrain Scale: 1.0


198 changes: 198 additions & 0 deletions config/Loot++/IDs/Effect IDs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,198 @@
## Effect IDs ##
#######################################################################
## In the form: ##
## <effect id> ##
## - Name: <effect name> ##
## - Color: <effect color> ##
## - Is Instant? <true if an instant effect (like health)> ##
## - Is Bad? <true if considered a 'bad' effect (only on client)> ##
#######################################################################
1
- Name: potion.moveSpeed
- Color: 8171462
- Is Instant? false
- Is Bad? false


2
- Name: potion.moveSlowdown
- Color: 5926017
- Is Instant? false
- Is Bad? true


3
- Name: potion.digSpeed
- Color: 14270531
- Is Instant? false
- Is Bad? false


4
- Name: potion.digSlowDown
- Color: 4866583
- Is Instant? false
- Is Bad? true


5
- Name: potion.damageBoost
- Color: 9643043
- Is Instant? false
- Is Bad? false


6
- Name: potion.heal
- Color: 16262179
- Is Instant? true
- Is Bad? false


7
- Name: potion.harm
- Color: 4393481
- Is Instant? true
- Is Bad? true


8
- Name: potion.jump
- Color: 2293580
- Is Instant? false
- Is Bad? false


9
- Name: potion.confusion
- Color: 5578058
- Is Instant? false
- Is Bad? true


10
- Name: potion.regeneration
- Color: 13458603
- Is Instant? false
- Is Bad? false


11
- Name: potion.resistance
- Color: 10044730
- Is Instant? false
- Is Bad? false


12
- Name: potion.fireResistance
- Color: 14981690
- Is Instant? false
- Is Bad? false


13
- Name: potion.waterBreathing
- Color: 3035801
- Is Instant? false
- Is Bad? false


14
- Name: potion.invisibility
- Color: 8356754
- Is Instant? false
- Is Bad? false


15
- Name: potion.blindness
- Color: 2039587
- Is Instant? false
- Is Bad? true


16
- Name: potion.nightVision
- Color: 2039713
- Is Instant? false
- Is Bad? false


17
- Name: potion.hunger
- Color: 5797459
- Is Instant? false
- Is Bad? true


18
- Name: potion.weakness
- Color: 4738376
- Is Instant? false
- Is Bad? true


19
- Name: potion.poison
- Color: 5149489
- Is Instant? false
- Is Bad? true


20
- Name: potion.wither
- Color: 3484199
- Is Instant? false
- Is Bad? true


21
- Name: potion.healthBoost
- Color: 16284963
- Is Instant? false
- Is Bad? false


22
- Name: potion.absorption
- Color: 2445989
- Is Instant? false
- Is Bad? false


23
- Name: potion.saturation
- Color: 16262179
- Is Instant? true
- Is Bad? false


24
- Name: potion.paralysis
- Color: 16767262
- Is Instant? false
- Is Bad? true


25
- Name: potion.possession
- Color: 1280
- Is Instant? false
- Is Bad? true


26
- Name: potion.wellfedPotion
- Color: 0
- Is Instant? false
- Is Bad? false


27
- Name: potion.levitation
- Color: 16777215
- Is Instant? false
- Is Bad? true


Loading

0 comments on commit 5d52b25

Please sign in to comment.