forked from minerllabs/minerl
-
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.
Update test-build-deploy.sh to fix lint (minerllabs#497)
* Update test script to address linting issues * Change upload location for pre-built wheel * Update base forge config to new default * Remove branch from path * Remove old comments
- Loading branch information
1 parent
9ac2ecc
commit 9ec1c63
Showing
2 changed files
with
73 additions
and
65 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 |
---|---|---|
@@ -1,78 +1,84 @@ | ||
# Configuration file | ||
|
||
client { | ||
# Replace the vanilla bucket models with Forges own dynamic bucket model. Unifies bucket visuals if a mod uses the Forge bucket model. | ||
B:replaceVanillaBucketModel=false | ||
# Replace the vanilla bucket models with Forges own dynamic bucket model. Unifies bucket visuals if a mod uses the Forge bucket model. | ||
B:replaceVanillaBucketModel=false | ||
|
||
# Toggle off to make missing model text in the gui fit inside the slot. | ||
B:zoomInMissingModelTextInGui=false | ||
# Toggle off to make missing model text in the gui fit inside the slot. | ||
B:zoomInMissingModelTextInGui=false | ||
|
||
# The timestamp of the last reminder to update to Java 8 in number of milliseconds since January 1, 1970, 00:00:00 GMT. Nag will show only once every 24 hours. To disable it set this to some really high number. | ||
D:java8Reminder=0.0 | ||
# The timestamp of the last reminder to update to Java 8 in number of milliseconds since January 1, 1970, 00:00:00 GMT. Nag will show only once every 24 hours. To disable it set this to some really high number. | ||
D:java8Reminder=0 | ||
|
||
# Disable culling of hidden faces next to stairs and slabs. Causes extra rendering, but may fix some resource packs that exploit this vanilla mechanic. | ||
B:disableStairSlabCulling=false | ||
# Disable culling of hidden faces next to stairs and slabs. Causes extra rendering, but may fix some resource packs that exploit this vanilla mechanic. | ||
B:disableStairSlabCulling=false | ||
|
||
# Enable forge to queue all chunk updates to the Chunk Update thread. May increase FPS significantly, but may also cause weird rendering lag. Not recommended for computers without a significant number of cores available. | ||
B:alwaysSetupTerrainOffThread=false | ||
# Enable forge to queue all chunk updates to the Chunk Update thread. May increase FPS significantly, but may also cause weird rendering lag. Not recommended for computers without a significant number of cores available. | ||
B:alwaysSetupTerrainOffThread=false | ||
} | ||
|
||
|
||
general { | ||
# Set to true to disable Forge's version check mechanics. Forge queries a small json file on our server for version information. For more details see the ForgeVersion class in our github. | ||
B:disableVersionCheck=false | ||
|
||
# Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024 | ||
I:clumpingThreshold=64 | ||
|
||
# Set to true to enable the post initialization sorting of crafting recipes using Forge's sorter. May cause desyncing on conflicting recipes. MUST RESTART MINECRAFT IF CHANGED FROM THE CONFIG GUI. | ||
B:sortRecipies=true | ||
|
||
# Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. | ||
B:removeErroringEntities=false | ||
|
||
# Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. | ||
B:removeErroringTileEntities=false | ||
|
||
# Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticeable differences in mechanics so default is vanilla behavior. Default: false | ||
B:fullBoundingBoxLadders=false | ||
|
||
# Control the range of sky blending for colored skies in biomes. | ||
I:biomeSkyBlendRange < | ||
2 | ||
4 | ||
6 | ||
8 | ||
10 | ||
12 | ||
14 | ||
16 | ||
18 | ||
20 | ||
22 | ||
24 | ||
26 | ||
28 | ||
30 | ||
32 | ||
34 | ||
> | ||
|
||
# Base zombie summoning spawn chance. Allows changing the bonus zombie summoning mechanic. | ||
D:zombieBaseSummonChance=0.1 | ||
|
||
# Chance that a zombie (or subclass) is a baby. Allows changing the zombie spawning mechanic. | ||
D:zombieBabyChance=0.05 | ||
|
||
# Enable the forge block rendering pipeline - fixes the lighting of custom models. | ||
B:forgeLightPipelineEnabled=true | ||
B:enableGlobalConfig=false | ||
# Set to true to disable Forge's version check mechanics. Forge queries a small json file on our server for version information. For more details see the ForgeVersion class in our github. | ||
B:disableVersionCheck=false | ||
|
||
# Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024 | ||
I:clumpingThreshold=64 | ||
|
||
# Set to true to enable the post initialization sorting of crafting recipes using Forge's sorter. May cause desyncing on conflicting recipes. MUST RESTART MINECRAFT IF CHANGED FROM THE CONFIG GUI. | ||
B:sortRecipies=true | ||
|
||
# Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. | ||
B:removeErroringEntities=false | ||
|
||
# Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. | ||
B:removeErroringTileEntities=false | ||
|
||
# Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticeable differences in mechanics so default is vanilla behavior. Default: false | ||
B:fullBoundingBoxLadders=false | ||
|
||
# Control the range of sky blending for colored skies in biomes. | ||
I:biomeSkyBlendRange < | ||
2 | ||
4 | ||
6 | ||
8 | ||
10 | ||
12 | ||
14 | ||
16 | ||
18 | ||
20 | ||
22 | ||
24 | ||
26 | ||
28 | ||
30 | ||
32 | ||
34 | ||
> | ||
|
||
# Base zombie summoning spawn chance. Allows changing the bonus zombie summoning mechanic. | ||
D:zombieBaseSummonChance=0.1 | ||
|
||
# Chance that a zombie (or subclass) is a baby. Allows changing the zombie spawning mechanic. | ||
D:zombieBabyChance=0.05 | ||
|
||
# Enable the forge block rendering pipeline - fixes the lighting of custom models. | ||
B:forgeLightPipelineEnabled=true | ||
|
||
# Log cascading chunk generation issues during terrain population. | ||
B:logCascadingWorldGeneration=true | ||
|
||
# The time in ticks the server will wait when a dimension was queued to unload. This can be useful when rapidly loading and unloading dimensions, like e.g. throwing items through a nether portal a few time per second. | ||
I:dimensionUnloadQueueDelay=0 | ||
B:enableGlobalConfig=false | ||
} | ||
|
||
|
||
version_checking { | ||
# Enable the entire mod update check system. This only applies to mods using the Forge system. | ||
B:Global=true | ||
# Enable the entire mod update check system. This only applies to mods using the Forge system. | ||
B:Global=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