-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2235 from AllTheMods/Staging
1.7.11
- Loading branch information
Showing
8 changed files
with
56 additions
and
23 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -21,5 +21,5 @@ | |
[packversionminrev] | ||
#Pack Minor Version Revision : X | ||
#Range: 0 ~ 32768 | ||
minorrev = 10 | ||
minorrev = 11 | ||
|
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
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
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,11 @@ | ||
|
||
[travel-anchor-settings] | ||
#The maximum angle you can look at the Travel Anchor to teleport. | ||
#Be sure to write a .0 after a whole number because forges config system can not handle whole numbers without it. | ||
#Range: 1.0 ~ 1.7976931348623157E308 | ||
maxAngle = 30.0 | ||
#The maximum distance you are allowed to teleport. | ||
#Be sure to write a .0 after a whole number because forges config system can not handle whole numbers without it. | ||
#Range: 1.0 ~ 1.7976931348623157E308 | ||
maxDistance = 64.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
10 changes: 10 additions & 0 deletions
10
kubejs/data/forbidden_arcanus/loot_modifiers/spawner_additions.json
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,10 @@ | ||
{ | ||
"add_loot": "forbidden_arcanus:blocks/additions/spawner_additions", | ||
"conditions": [ | ||
{ | ||
"condition": "forge:loot_table_id", | ||
"loot_table_id": "minecraft:blocks/spawner" | ||
} | ||
], | ||
"type": "valhelsia_core:append_loot" | ||
} |
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
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