Fix Untamed Wild's book not in Eccentric Tome

carryon-pedestal
copygirl 2 years ago
parent e0f7a0da6b
commit de08a94373
  1. 4
      kubejs/server_scripts/eccentric_tome.js

@ -19,9 +19,9 @@ let FILLED_ECCENTRIC_TOME = Item.of("eccentrictome:tome", '{'
+ '},'
+ 'thermal:{0:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"thermal:guidebook"}}},'
+ 'twilightforest:{0:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"twilightforest:guide"}}},'
+ 'tis3d:{0:{Count:1b,id:"tis3d:manual"}}},'
+ 'tis3d:{0:{Count:1b,id:"tis3d:manual"}},'
+ 'untamedwilds:{0:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"untamedwilds:encyclopedia_of_life"}}}'
+ '}');
+ '}}');
onEvent("recipes", event => {
// Replace the default crafting recipe for the Eccentric Tome to give a filled one.

Loading…
Cancel
Save