Synced server with current version of modpack.

This commit is contained in:
Harrison Deng 2022-05-13 13:56:37 -05:00
parent 4057dcb14d
commit aeecd25619
5 changed files with 59 additions and 4 deletions

View 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
]
}

View 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
}
}

Binary file not shown.

BIN
mods/wthit-forge-4.10.1.jar Normal file

Binary file not shown.

View File

@ -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