Description
Official Neoforge Fork of Idealland . This mod is the Shrine part.
This mod adds all the Shrines of the 16 Gods of the Universal.
All the shrine have unique funtions when random ticking or step on. Right-click the shrine could pray to the God and trigger the KubeJS Event.
This mod serves as the core mod of Kumo O Tagayasu Everbloom modpack.
KubeJS:
IdeallandShrineEvents.prayShrine(event => {
const player = event.player
const god = event.god
const godId = event.godId
const before = event.beforeBelief
const after = event.afterBelief
})
IdeallandShrineEvents.prayShrine(event => {
if (event.godId == 'fire') {
event.player.tell('你参拜了火神碑')
}
if (event.godId == 'death') {
const delta = event.afterBelief - event.beforeBelief
event.player.tell(`死神信仰变化: ${delta}`)
}
})
1.12.2 Version: Idealland


