-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Loot++ to manifest and add configs
- Loading branch information
Showing
23 changed files
with
24,024 additions
and
78 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
Oops, something went wrong.