Skip to content

Commit 781a51c

Browse files
authored
Remove quest rewards from reliable remover (#4446)
1 parent 0ffbed5 commit 781a51c

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

config/reliable_remover/ad_astra.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"ad_astra:water_pump",
1717
"ad_astra:cryo_freezer",
1818
"ad_astra:wrench",
19-
"ad_astra:cheese_block",
2019
"ad_astra:engine_frame",
2120
"ad_astra:fan",
2221
"ad_astra:steel_tank",

config/reliable_remover/minecraft.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@
435435
"minecraft:lily_pad",
436436
"minecraft:vine",
437437
"minecraft:seagrass",
438-
"minecraft:grass",
439438
"minecraft:dandelion",
440439
"minecraft:poppy",
441440
"minecraft:blue_orchid",

kubejs/startup_scripts/ad_astra/constants.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ global.AD_ASTRA_DISABLED_ITEMS =
1919

2020
'ad_astra:tier_4_rocket',
2121
'ad_astra:calorite_engine',
22-
'ad_astra:calorite_tank'
22+
'ad_astra:calorite_tank',
23+
24+
// quest reward
25+
'ad_astra:cheese_block'
2326
];
2427

2528
global.AD_ASTRA_DISABLED_FLUIDS =

kubejs/startup_scripts/minecraft/constants.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ global.MINECRAFT_HIDED_ITEMS = [
3030
"minecraft:dragon_head",
3131
"minecraft:creeper_head",
3232
"minecraft:wither_skeleton_skull",
33+
// quest reward
34+
"minecraft:grass",
3335
];
3436

3537
global.MINECRAFT_DYE_NAMES = [

0 commit comments

Comments
 (0)