#mutantmonsters:endersoul_hand

20 messages · Page 1 of 1 (latest)

cursive nimbus
#

Can be used in map dimensions to pick up block, and drop as item.
my kjs fix script:

BlockEvents.rightClicked(e => {
   let {item, level} = e
   let dim = String(level.dimension)
   let dims = [`the_harvest:harvest`, `ancient_obelisks:obelisk`, `dungeon_realm:dungeon`, `blue_skies:everbright`, `blue_skies:everdawn`]
   if (
      dims.indexOf(dim) != -1 && 
      item.id == 'mutantmonsters:endersoul_hand'
   ){
      e.cancel()
   }
})
spark kestrel
#

its supposed to be blacklisted in that dims

cursive nimbus
hard merlin
#

That item isn’t even supposed to drop

cursive nimbus
hard merlin
#

¯_(ツ)_/¯

#

Are you on single player/private server/public server?

cursive nimbus
#

server

hard merlin
#

One of the official servers?

cursive nimbus
#

no,
I maintain the server.

hard merlin
#

Did you change any configs or anything?

cursive nimbus
#

no

#

when mutant ender man dying, right click the particles, and throw out an ender eye, it will turn to ender soul hand

spark kestrel
clear hollow
#

it was definitely dropping/obtainable during 0.9, a bunch of people had them on my server

desert lark
#

So this is "technically" a dupe bug isn't it, unless dungeon don't regenerate back it's block when destroyed

#

But i remember there's a mod to "instant" remove item from player as banned item (which can blacklist items to be existing)

cursive nimbus
#

bad news, blue skies tower also can copy blocks
so

let dims = [`the_harvest:harvest`, `ancient_obelisks:obelisk`, `dungeon_realm:dungeon`, `blue_skies:everbright`, `blue_skies:everdawn`]
desert lark
#

Once the boss in the structure was defeated for any once the tower is destructible