Implemented Please allow SF3 server to craft broken spawners

Discussion in 'Suggestions and Feedback' started by PresssAltF4, May 6, 2017.

  1. PresssAltF4

    PresssAltF4 Member

    Messages:
    2
    Likes Received:
    0
    Local Time:
    3:30 PM
    the nether and the deep dark fortresses were about the only places you could go in 1.7 to get mob spawners. In 1.10, the deep dark is disabled and the nether has a world border on the SF3 server, meaning there are a limited number of fortresses available in the nether to get blaze spawners from, and it only resets once a month. Can we please get a recipe to craft a broken spawner so we can have the ability to make the EnderIO Powered spawners? Thank you
     
  2. BookerTheGeek

    BookerTheGeek Patron Tier 3

    Messages:
    3,257
    Likes Received:
    1,097
    Local Time:
    2:30 PM
    The nether resets once a month. get your spawners right after a reset.
     
  3. CatArcher

    CatArcher Well-Known Member

    Messages:
    92
    Likes Received:
    17
    Local Time:
    12:30 PM
    yes, but they might need it sooner, or someone might get on before them and grab them all, so add a crafting recipe
     
    PresssAltF4 likes this.
  4. PresssAltF4

    PresssAltF4 Member

    Messages:
    2
    Likes Received:
    0
    Local Time:
    3:30 PM
    a month is quite a long time to wait for something that was pretty widely available in previous versions and is only a problem because of world borders in place by this server...
     
  5. BookerTheGeek

    BookerTheGeek Patron Tier 3

    Messages:
    3,257
    Likes Received:
    1,097
    Local Time:
    2:30 PM
    I can tell you from personal experience that adding this to the server shop would not be the best of ideas. I doubt that it will be added but then I could be wrong.

    Honestly, if you want a spawner then get it from the nether or use a dark room.
     
  6. Cantiel

    Cantiel Well-Known Member

    Messages:
    96
    Likes Received:
    19
    Local Time:
    9:30 PM
    what mobs do you need the spawner for anyway? you can get most mob drops from either essences or standard mob farm. You can spawn wither skeletons and ghasts with witchwater, and bats can be found in the beneath (at least i found lots while searching for basalt).

    ps. i heard that there are supposed to be spawners in the beneath too, though i haven't seen any yet
     
  7. Arvie

    Arvie Well-Known Member

    Messages:
    206
    Likes Received:
    29
    Local Time:
    3:30 PM
    There was a craftable monster spawner in sf2, although it is from magical crops and was not added. I think it should be craftable in sf3 too since spawner shards will be really really rare.
     
  8. chaosblad3

    chaosblad3 Very Well-Known Member Patron Tier 1

    Messages:
    1,701
    Likes Received:
    649
    Local Time:
    8:30 PM
    I guess the recipe I submitted a few months ago for a "SirWill's Pig Spawner" was never implemented then.. :dead:;)
    [​IMG]
    Code:
    #Custom Spawners Recipes
    var spawner = <minecraft:mob_spawner>;
    var star = <minecraft:nether_star>;
    var darksteel = <enderio:itemAlloy:6>;
    var pigiron = <tconstruct:ingots:4>;
    
    #Vanilla Spawner (Will be pig by default)
    recipes.addShaped(spawner.withTag({display: {Name: "SirWill's Pig Spawner"}}),
       [[darksteel, pigiron, darksteel],
       [pigiron, star, pigiron],
       [darksteel, pigiron, darksteel]]);
    
     
  9. SirWill

    SirWill Founder

    Messages:
    12,284
    Likes Received:
    3,708
    Local Time:
    9:30 PM
    So monthly nether reset is not enough for this?

    @chaosblad3 how does a vanilla spawner help for broken spawners?
     
  10. chaosblad3

    chaosblad3 Very Well-Known Member Patron Tier 1

    Messages:
    1,701
    Likes Received:
    649
    Local Time:
    8:30 PM
    Any vanilla spawner becomes a broken spawner of the same mob type when broken with a pickaxe, so having a recipe for just the vanilla spawner automatically provides a way to obtain broken spawners too ;)

    Also in this pack when mining vanilla spawners you get another item called spawner shards which is used to craft a single-use wand that can capture a non-boss non-blacklisted mob and then change the mobtype of another vanilla spawner to that mob, and that particular crafting item would be otherwise unobtainable outside of nether fortresses if only a recipe for broken spawners was added.
     
    Last edited: May 26, 2017
    Arvie likes this.
  11. iStarlightz

    iStarlightz Prince Cuddles

    Messages:
    105
    Likes Received:
    19
    Local Time:
    3:30 PM
    Ah the wand is to be able to change spawner mob type without needing to have access to /spawner via being a donor.


    Sent from my iPhone using Tapatalk
     
  12. Arvie

    Arvie Well-Known Member

    Messages:
    206
    Likes Received:
    29
    Local Time:
    3:30 PM
    Yup, It's very useful and reasonably expensive to make.
     
  13. SirWill

    SirWill Founder

    Messages:
    12,284
    Likes Received:
    3,708
    Local Time:
    9:30 PM
    But that way you get a pig spawner which you normally can't get, does that not break anything?
     
  14. Arvie

    Arvie Well-Known Member

    Messages:
    206
    Likes Received:
    29
    Local Time:
    3:30 PM
    Isn't there a way to make an empty spawner? Or will it always default to pig?
     
  15. chaosblad3

    chaosblad3 Very Well-Known Member Patron Tier 1

    Messages:
    1,701
    Likes Received:
    649
    Local Time:
    8:30 PM
    Not especially, by the time you would actually be able to craft it you would most certainly already have a pretty well established source of food and exp (if used in a mob grinder pigs give less exp than hostile mobs anyway), and in most cases people would then use some means to change the mob type to something else anyway, and in fact by making the default mob pig instead of blaze it actually forces the player to either craft an angry doll to spawn a blaze or go to the nether and find a nether fortress to capture a one (as they do spawn naturally in fortresses even with the spawners looted) if they actually want to use it as a blaze spawner.

    Also frankly I just liked the idea of it being a pig so I could name it after you like the infinite lava tanks :p

    It has to be set to something or it defaults to pig yes, unless you want me to make it spawn primed TNT explosions instead? cause that I could do! :hilarious:
     
    Last edited: May 27, 2017
    Broklyn_Datroll likes this.
  16. SirWill

    SirWill Founder

    Messages:
    12,284
    Likes Received:
    3,708
    Local Time:
    9:30 PM
    Recipe added with the next restart.
     
    GreyWolf11, Broklyn_Datroll and Arvie like this.

Share This Page