-
-
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 #2636 from AllTheMods/Staging
Staging
- Loading branch information
Showing
38 changed files
with
344 additions
and
854 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
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
[packversionmin] | ||
minor = 8 | ||
[packversionminrev] | ||
minorrev = 7 | ||
minorrev = 8 |
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,15 @@ | ||
|
||
#Stops the listed entities from being used in the Well of Suffering. | ||
#Use the registry name of the entity. Vanilla entities do not require the modid. | ||
[Blacklist] | ||
wellOfSuffering = ["dummmmmmy:target_dummy"] | ||
|
||
#Amount of LP the Sacrificial Dagger should provide for each damage dealt. | ||
["Config Values"] | ||
#Declares the amount of LP gained per HP sacrificed for the given entity. | ||
#Setting the value to 0 will blacklist it. | ||
#Use the registry name of the entity followed by a ';' and then the value you want. | ||
#Vanilla entities do not require the modid. | ||
sacrificialValues = ["villager;100", "slime;15", "enderman;10", "cow;100", "chicken;100", "horse;100", "sheep;100", "wolf;100", "ocelot;100", "pig;100", "rabbit;100", "dummmmmmy:target_dummy;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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[recipes] | ||
vanillaRecipes = false | ||
vanillaRecipes = true |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
[cyclic.enchantment] | ||
beheadingEntityMHF = [] | ||
magnet = false | ||
|
||
traveler = false |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
[projection] | ||
PROJECTION_BLACKLIST = ["silentgear"] | ||
POWER_CONSOLIDATION_TIERS = [10000.0, 50000.0, 500000.0, 1000000.0, 5000000.0] | ||
POWER_CONSOLIDATION_TIER_UPGRADE_ITEM = ["atmadditions:atm_star"] | ||
[projection] | ||
PROJECTION_BLACKLIST = ["silentgear"] | ||
POWER_CONSOLIDATION_TIERS = [10000.0, 50000.0, 500000.0, 1000000.0, 5000000.0] | ||
POWER_CONSOLIDATION_TIER_UPGRADE_ITEM = ["atmadditions:atm_star"] | ||
[boundary] | ||
#Entities that won't be considered for the boundary | ||
DRAIN_LIFE_ENTITY_BLACKLIST = ["dummmmmmy:target_dummy"] |
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
57 changes: 57 additions & 0 deletions
57
kubejs/data/botanytrees/recipes/upgrade_aquatic/river.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,57 @@ | ||
{ | ||
"type": "botanypots:crop", | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "upgrade_aquatic" | ||
}, | ||
{ | ||
"type": "forge:item_exists", | ||
"item": "upgrade_aquatic:river_sapling" | ||
} | ||
], | ||
"seed": { | ||
"item": "upgrade_aquatic:river_sapling" | ||
}, | ||
"categories": [ | ||
"dirt" | ||
], | ||
"growthTicks": 2400, | ||
"display": { | ||
"block": "upgrade_aquatic:river_sapling" | ||
}, | ||
"results": [ | ||
{ | ||
"chance": 0.5, | ||
"output": { | ||
"item": "upgrade_aquatic:river_log" | ||
}, | ||
"minRolls": 1, | ||
"maxRolls": 1 | ||
}, | ||
{ | ||
"chance": 0.1, | ||
"output": { | ||
"item": "minecraft:stick" | ||
}, | ||
"minRolls": 1, | ||
"maxRolls": 2 | ||
}, | ||
{ | ||
"chance": 0.05, | ||
"output": { | ||
"item": "upgrade_aquatic:river_sapling" | ||
}, | ||
"minRolls": 1, | ||
"maxRolls": 2 | ||
}, | ||
{ | ||
"chance": 0.75, | ||
"output": { | ||
"item": "upgrade_aquatic:mulberry" | ||
}, | ||
"minRolls": 1, | ||
"maxRolls": 4 | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.