Skip to content

Commit

Permalink
Added the creative mana pool recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
whatthedrunk committed Jan 30, 2024
1 parent 9f29a4d commit 5552fb4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions kubejs/server_scripts/modpack/atm_star_creative.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@ ServerEvents.recipes(e => {
})


///# Botania
e.shaped('botania:creative_pool', ['RMR', 'MSM', 'RMR'], {
S: 'allthetweaks:atm_star',
M: 'botania:mana_pool',
R: '#botania:runes'
}).id('kubejs:botania/creative_pool')

e.shaped(Item.of('botania:mana_tablet', '{creative:1b,mana:500000}'), ['RMR', 'MSM', 'RMR'], {
S: 'allthetweaks:atm_star',
M: 'botania:mana_tablet',
R: '#botania:runes'
}).id('kubejs:botania/creative_tablet')


///# Create
e.custom({
Expand Down

0 comments on commit 5552fb4

Please sign in to comment.