Implemented Undying Terracotta

Discussion in 'Server Gameplay Suggestions Archive' started by Tog, Mar 7, 2020.

Thread Status:
Not open for further replies.
  1. Gutlerglates
    Offline

    Gutlerglates Active Member

    Joined:
    May 23, 2019
    Messages:
    98
    IGN:
    IKillU69x
  2. otter360
    Offline

    otter360 Active Member

    Joined:
    May 4, 2019
    Messages:
    137
    IGN:
    otter360
    Full support. Skyblock is a game of limited resources so implementing this would help a ton (for example you are experimenting with different colors of Terracotta, you find the color you want but it renders the other Terracotta you experimented with useless). By implementing this players would be able to put their resources to the best use to complete their builds.
     
  3. Tog
    Offline

    Tog atpoaim Discord Moderator Premium Premium Premium Premium

    Joined:
    May 8, 2018
    Messages:
    1,663
    IGN:
    Togpuss
    Bump :coffee:
     
  4. shar
    Offline

    shar fallin

    Joined:
    Apr 19, 2020
    Messages:
    144
    This seems like a really good idea and would be really helpful as it could save a lot of terracotta going to waste and possible could save people from having to buy more. Support :D
     
  5. Tog
    Offline

    Tog atpoaim Discord Moderator Premium Premium Premium Premium

    Joined:
    May 8, 2018
    Messages:
    1,663
    IGN:
    Togpuss
    Bump :coffee:
     
  6. Tog
    Offline

    Tog atpoaim Discord Moderator Premium Premium Premium Premium

    Joined:
    May 8, 2018
    Messages:
    1,663
    IGN:
    Togpuss
    Small bump as no reply has been given in over a week. :coffee:
     
  7. Dinglesplat
    Offline

    Dinglesplat Well-Known Member

    Joined:
    Apr 4, 2020
    Messages:
    950
    IGN:
    Dinglesplat
    Supportness :thumbsup:
     
  8. LordWhaley
    Offline

    LordWhaley Member

    Joined:
    Nov 26, 2019
    Messages:
    32
    IGN:
    LordWhaley
    Support. It's extremely annoying being able to dye only one color of terracotta and if skyblock has this feature for glass than I think they should have it more all color blocks or at least terracotta.
     
  9. dejongJR21
    Offline

    dejongJR21 Member

    Joined:
    May 11, 2020
    Messages:
    41
    IGN:
    dejongJR21
    Support, its always useful!
     
  10. Tog
    Offline

    Tog atpoaim Discord Moderator Premium Premium Premium Premium

    Joined:
    May 8, 2018
    Messages:
    1,663
    IGN:
    Togpuss
    Mini Bump. Thank you so much for all the support. We recently hit 42 supports on this thread with only 3 neutrals.
     
  11. JJ54KES
    Offline

    JJ54KES Active Member

    Joined:
    May 31, 2018
    Messages:
    81
    Not a bad idea but, as stated this would mean a lot less ppl would need to buy.
    Obviously shops and especially shops with variety are a core feature of the game.
    I think if you need to experiment simply go to single player on creative and experiment.
     
  12. Tog
    Offline

    Tog atpoaim Discord Moderator Premium Premium Premium Premium

    Joined:
    May 8, 2018
    Messages:
    1,663
    IGN:
    Togpuss
    True, although you would still have to faff around with dyes nonetheless. I'll make a custom mod with this recipe and test it out in single player as you said.
     
  13. JJ54KES
    Offline

    JJ54KES Active Member

    Joined:
    May 31, 2018
    Messages:
    81
    Also it might be useful if we could turn dirt back into grass lmao
    Surround seeds with dirt perhaps?
     
  14. Pillow
    Offline

    Pillow blanky Premium

    Joined:
    May 27, 2019
    Messages:
    1,710
    IGN:
    Pilberry
    Island farming would become profitable.
     
  15. JJ54KES
    Offline

    JJ54KES Active Member

    Joined:
    May 31, 2018
    Messages:
    81
    I didn’t mean test a custom recipe on creative, I mean that if ppl find that they make the wrong colour etc maybe they should first try single player to make sure they get it right?
     
  16. JJ54KES
    Offline

    JJ54KES Active Member

    Joined:
    May 31, 2018
    Messages:
    81
    The dirt was a joke btw
     
  17. needtorename
    Offline

    needtorename Content Creator Premium

    Joined:
    May 8, 2016
    Messages:
    1,925
    IGN:
    needtorename
    Big support
     
  18. Tog
    Offline

    Tog atpoaim Discord Moderator Premium Premium Premium Premium

    Joined:
    May 8, 2018
    Messages:
    1,663
    IGN:
    Togpuss
    Bump :coffee:
     
  19. lilCupcakeFreak
    Offline

    lilCupcakeFreak Well-Known Member Discord Moderator

    Joined:
    Apr 29, 2014
    Messages:
    697
    IGN:
    lilcupcakefreak
    or allow us do re-dye coloured wool/terracotta.
    There are already datapacks for it, so taking over the crafting recipes from those datapacks, or adding them in seems like hardly any effort?
    (Universal dyeing on vanilla tweaks for example)
     
  20. Pillow
    Offline

    Pillow blanky Premium

    Joined:
    May 27, 2019
    Messages:
    1,710
    IGN:
    Pilberry
    Just sayin', here's the JSON for yellow terracotta from vanillatweaks
    Code:
    {
        "type": "crafting_shaped",
        "pattern": [
            "###",
            "#O#",
            "###"
        ],
        "key": {
            "#": [
                    {"item": "minecraft:white_terracotta"},
                    {"item": "minecraft:orange_terracotta"},
                    {"item": "minecraft:magenta_terracotta"},
                    {"item": "minecraft:light_blue_terracotta"},
                    {"item": "minecraft:lime_terracotta"},
                    {"item": "minecraft:pink_terracotta"},
                    {"item": "minecraft:gray_terracotta"},
                    {"item": "minecraft:light_gray_terracotta"},
                    {"item": "minecraft:cyan_terracotta"},
                    {"item": "minecraft:purple_terracotta"},
                    {"item": "minecraft:blue_terracotta"},
                    {"item": "minecraft:brown_terracotta"},
                    {"item": "minecraft:green_terracotta"},
                    {"item": "minecraft:red_terracotta"},
                    {"item": "minecraft:black_terracotta"}
                ],
            "O": {
                "item": "minecraft:yellow_dye"
            }
        },
        "result": {
            "item": "minecraft:yellow_terracotta",
            "count": 8
        },
        "group": "universal_dyeing_terracotta"
    }
    and from minecraft.tools for 1.12
    Code:
    {"type":"crafting_shaped","pattern":["#XO","@+-","%#$"],"key":{"#":{"item":"minecraft:stained_hardened_clay","data":1},"X":{"item":"minecraft:stained_hardened_clay","data":3},"O":{"item":"minecraft:stained_hardened_clay","data":0},"@":{"item":"minecraft:stained_hardened_clay","data":8},"+":{"item":"minecraft:yellow_dye","data":0},"-":{"item":"minecraft:stained_hardened_clay","data":10},"%":{"item":"minecraft:stained_hardened_clay","data":14},"$":{"item":"minecraft:stained_hardened_clay","data":6}},"result":{"item":"minecraft:stained_hardened_clay","data":4}}
     
    Last edited: May 30, 2020
Thread Status:
Not open for further replies.

Share This Page