-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhow_to_update.txt
More file actions
35 lines (27 loc) · 1.15 KB
/
how_to_update.txt
File metadata and controls
35 lines (27 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Take the most recent version of Gamingbarn's Guns
Delete the folders:
/data/config/
/data/give/
/data/gbg/recipe/
/data/gbg/loot_table/
/data/gbg/function/equipment/
/data/gbg/function/medical/
/data/gbg/function/turrets/
/data/gbg/function/config/
Inside /data/gbg/function/tick.mcfunction:
- Remove all lines except for the player looping function
Inside /data/gbg/function/player_loop.mcfunction:
- Remove the lines pertaining to the trigger commands
- Remove the line for the equipment/medical cooldown display
Inside /data/gbg/function/load.mcfunction:
- Remove the lines for the equipment and trigger commands
- Change `scoreboard players set gbg gb.datapack_detect 1` to `scoreboard players add gbg gb.datapack_detect 0`
Inside /data/gbg/function/misc/scoreboard_add.mcfunction
- Remove the lines giving the recipes for the GBG items
Add the from the previous verison of Gun Core
Add the file from the previous verison of Gun Core
Add the following files from the previous verison of Gun Core
- data/gbg/function/incompatibility_loop.mcfunction
- data/minecraft/tags/function/load.json
- how_to_update.txt file
- pack.mcmeta