Page 1 of 1

mob_pack discussion thread

PostPosted: Mon May 30, 2016 15:26
by TailsTheFoxDoes MT
WARNING: There is an error that makes this mod not want to work.
Currently the only mob is Teletron but the Teletronic Sphere item won't work and Teletron won't work without it. HELP!!!
Image
https://bitbucket.org/TailsTheFenniken/mob_pack/downloads/mob_pack.zip

Re: [Mod]Modpack of Mobs (mob_pack)

PostPosted: Tue May 31, 2016 08:01
by azekill_DIABLO
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
core.register_craftitem(":teletronic_wisp:t_sphere", {
   description = "Pure Teletronic Energy",
   inventory_image = "t_energy.png",
   on_use = core.item_eat(1),
})


why there is a ":"???????????
it it used to redefine an existant item/node
delete it

Re: [Mod]Modpack of Mobs (mob_pack)

PostPosted: Fri Jun 03, 2016 03:34
by TailsTheFoxDoes MT
azekill_DIABLO wrote:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
core.register_craftitem(":teletronic_wisp:t_sphere", {
   description = "Pure Teletronic Energy",
   inventory_image = "t_energy.png",
   on_use = core.item_eat(1),
})


why there is a ":"???????????
it it used to redefine an existant item/node
delete it

what do you mean by "???????????"

Re: [Mod]Modpack of Mobs (mob_pack)

PostPosted: Fri Jun 03, 2016 04:03
by TailsTheFoxDoes MT
Whoops nevermind, all i had to do was delete the t_sphere folder?! SERIOUSLY!!!