Skip to content

Commit

Permalink
reupload script
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxyFox909 authored Feb 11, 2023
1 parent 183c645 commit b855ae0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kubejs/sever_scripts/sundial-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ onEvent('recipes', event => {
event.remove({id:'tconstruct:gadgets/throwball/efln_ball'})


/* WIP
let interBasicBullet = 'minecraft:iron_ingot'
/*//WIP
let interBasicBullet = 'kubejs:incomplete_basic_bullet'
event.recipes.createSequencedAssembly([
Item.of('6x cgm:basic_bullet')
],'create:brass_sheet',[
event.recipes.createDeploying(interBasicBullet,[interBasicBullet,'minecraft:gunpowder']),
event.recipes.createDeploying(interBasicBullet,[interBasicBullet,'minecraft:iron_nugget']),
event.recipes.createDeploying(interBasicBullet,[interBasicBullet,Item.of('6x cgm:basic_bullet')]),
event.recipes.createDeploying(interBasicBullet,[interBasicBullet,'6x minecraft:iron_nugget']),
event.recipes.createPressing(interBasicBullet, interBasicBullet)
]).transitionalItem(interBasicBullet).loops(1)
*/
Expand All @@ -47,4 +47,4 @@ onEvent('item.tags', event => {



})
})

0 comments on commit b855ae0

Please sign in to comment.