Aaron Howser

Results 101 comments of Aaron Howser

I can't add items at least ``` JEIEvents.addItems((event) => { let itemsToAdd = [ Item.of( 'akashictome:tome', '{"akashictome:data":{advancedperipherals:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"advancedperipherals:manual"}},ae2:{Count:1b,id:"ae2:guide"},alexsmobs:{Count:1b,id:"alexsmobs:animal_dictionary"},apotheosis:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"apotheosis:apoth_chronicle"}},ars_nouveau:{Count:1b,id:"ars_nouveau:worn_notebook"},botania:{Count:1b,id:"botania:lexicon"},engineersdecor:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"engineersdecor:engineersdecor_manual"}},ftbquests:{Count:1b,id:"ftbquests:book"},hexcasting:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"hexcasting:thehexbook"}},immersiveengineering:{Count:1b,id:"immersiveengineering:manual"},integratedtunnels:{Count:1b,id:"integrateddynamics:on_the_dynamics_of_integration"},laserio:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"laserio:laseriobook"}},littlelogistics:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"littlelogistics:guide"}},modularrouters:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"modularrouters:book"}},naturesaura:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"naturesaura:book"}},occultism:{Count:1b,id:"occultism:dictionary_of_spirits",tag:{"modonomicon:book_id":"occultism:dictionary_of_spirits"}},pneumaticcraft:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"pneumaticcraft:book"}},statues:{Count:1b,id:"patchouli:guide_book",tag:{"patchouli:book":"statues:statues"}}},display:{Lore:[\'"More can be crafted if needed"\']}}' ), Item.of('ae2:facade', '{item:"minecraft:stone"}'), Item.of( 'tetra:modular_double', '{Damage:0,"double/basic_hammer_left_material":"basic_hammer/oak","double/basic_hammer_right_material":"basic_hammer/oak","double/basic_handle_material":"basic_handle/stick","double/handle":"double/basic_handle","double/head_left":"double/basic_hammer_left","double/head_right":"double/basic_hammer_right",id:"85eae421-c1e8-4f34-b9f6-00ecdc6228f4"}' ), Item.of(...

> just do event.add("c:hidden_from_recipe_viewers", /[your item here]/) What is `c:hidden_from_recipe_viewers`, and why would I be using that in a script that adds items to view? Is that a fabric thing?...

As for hiding, this also doesn't fully work ``` JEIEvents.hideItems((event) => { for (let item of global.itemsToRemove) { event.hide(item) } event.hide([/ae2:facade/]) }) ``` where `global.itemsToRemove` is ``` global.itemsToRemove = [...

> > JEIEvents > > idk about adding but removing works by just using the event i specified above That's not how KubeJS works. You can't just rawdog `event.` into...

https://user-images.githubusercontent.com/15698722/107132041-6cd73a80-68a1-11eb-9802-576d94b5c478.mp4 Video of it

I might take a couple hours to binary search eventually, but until then here's my mod list: Mod List - accelerated-decay-forge-1.0.0+mc1.19.2.jar - AdvancedPeripherals-0.7.27r.jar - AEInfinityBooster-1.19.2-1.2.0+11.jar - AI-Improvements-1.19.2-0.5.2.jar - AkashicTome-1.6-23.jar -...

Very interesting. I wonder if it's not just "ars with other mods" but actually a three-way mod incompatibility. Like, VS + Ars = fine, VS + Ars + unknown =...

![image](https://user-images.githubusercontent.com/15698722/169889979-96184055-cf3d-4b89-b24e-e19de95a7f6b.png) It's still only doing one (it did 2 this time because travel time)

Any update? A player is having this problem in Academy 1.16