Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
Co-authored-by: ZZZank <3410764033@qq.com>
  • Loading branch information
github-actions[bot] and ZZZank committed Jan 23, 2024
1 parent 934297b commit 96320ec
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions kubejs/startup_scripts/item_registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,12 +497,7 @@ onEvent('item.registry', (event) => {
});

// Custom Occultism Miners
event
.create('fisher_foliot')
.group('KubeJS')
.texture('kubejs:item/magic_lamp')
.maxStackSize(1)
.maxDamage(500);
event.create('fisher_foliot').group('KubeJS').texture('kubejs:item/magic_lamp').maxStackSize(1).maxDamage(500);
event
.create('miner_marid_irradiated')
.group('KubeJS')
Expand Down

0 comments on commit 96320ec

Please sign in to comment.