Synced server with current version of modpack.
This commit is contained in:
parent
4057dcb14d
commit
aeecd25619
20
config/config/waila/blacklist.json
Normal file
20
config/config/waila/blacklist.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"blocks": [
|
||||
"minecraft:barrier",
|
||||
"minecraft:structure_void"
|
||||
],
|
||||
"blockEntityTypes": [],
|
||||
"entityTypes": [
|
||||
"minecraft:area_effect_cloud",
|
||||
"minecraft:experience_orb",
|
||||
"minecraft:fireball",
|
||||
"minecraft:firework_rocket",
|
||||
"minecraft:snowball"
|
||||
],
|
||||
"configVersion": 0,
|
||||
"pluginHash": [
|
||||
1510828157,
|
||||
0,
|
||||
1532117445
|
||||
]
|
||||
}
|
35
config/config/waila/waila_plugins.json
Normal file
35
config/config/waila/waila_plugins.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"waila": {
|
||||
"show_blocks": true,
|
||||
"show_fluids": false,
|
||||
"show_entities": true,
|
||||
"show_icon": true,
|
||||
"show_mod_name": true,
|
||||
"show_registry": false,
|
||||
"show_entity_hp": true,
|
||||
"show_states": false,
|
||||
"show_pos": false
|
||||
},
|
||||
"minecraft": {
|
||||
"item_entity": true,
|
||||
"override.infested": true,
|
||||
"override.trapped_chest": true,
|
||||
"override.powder_snow": true,
|
||||
"pet.owner": true,
|
||||
"furnace_contents": true,
|
||||
"jukebox.record": true,
|
||||
"spawner_type": true,
|
||||
"crop_progress": true,
|
||||
"redstone.lever": true,
|
||||
"redstone.repeater": true,
|
||||
"redstone.comparator": true,
|
||||
"redstone.level": true,
|
||||
"player_head.name": true,
|
||||
"level.composter": true,
|
||||
"level.honey": true,
|
||||
"note_block.type": true,
|
||||
"note_block.note": "SHARP",
|
||||
"note_block.int_value": false,
|
||||
"pet.hide_unknown_owner": false
|
||||
}
|
||||
}
|
BIN
mods/badpackets-forge-0.1.2.jar
Normal file
BIN
mods/badpackets-forge-0.1.2.jar
Normal file
Binary file not shown.
BIN
mods/wthit-forge-4.10.1.jar
Normal file
BIN
mods/wthit-forge-4.10.1.jar
Normal file
Binary file not shown.
@ -2,9 +2,9 @@
|
||||
|
||||
mkdir temp
|
||||
cd temp
|
||||
curl -LOJR https://dev.sys.reslate.xyz/dev-auto/job/ydeng-public/job/rsemcm/job/master/lastSuccessfulBuild/artifact/publish/RSEMCS_server.zip
|
||||
unzip RSEMCS_server.zip
|
||||
curl -LOJR https://dev.sys.reslate.xyz/dev-auto/job/ydeng-public/job/rsemcm/job/master/lastSuccessfulBuild/artifact/publish/RSEMCM_server.zip
|
||||
unzip RSEMCM_server.zip
|
||||
cd ../
|
||||
rsync -av --update ./temp/mods/* ./mods/.
|
||||
rsync -av --ignore-existing ./temp/config ./config/.
|
||||
rsync -av --update temp/mods/* ./mods/.
|
||||
rsync -av --ignore-existing temp/config ./config/.
|
||||
rm -r ./temp
|
Loading…
Reference in New Issue
Block a user