Member
Level 61
High Grandmaster System
116

Forum Posts

281 - 300 of 1,041

    ShelLuser
    10/03/2019 6:06 am
    Level 61 : High Grandmaster System
    I wonder if you're looking at the same website... Because on the FTB website the last blog post is from August 2019.
    2
    ShelLuser
    10/03/2019 6:04 am
    Level 61 : High Grandmaster System
    The only mod I always use is OptiFine, and for the rest I rely on server mods (used with Spigot). A major problem with mods is that not all of them get updates, most of my favorite mods are still stuck on 1.12. I still sporadically play 1.12 but I definitely prefer 1.14.
    1
    ShelLuser
    10/03/2019 4:07 am
    Level 61 : High Grandmaster System
    history
    One of the fun things of strict JSON (this is what's causing you problems) is that you can use it in 2 forms. The 'expanded' version which uses the 'text', 'color' and other properties as shown below ... and... just a string:

    /give @p gold_nugget{display:{Name:'"Gold Coin"'}}

    Pay good attention: that's a single quote ' and a double quote being " used there. How does this work you ask? Simple: strict JSON means that you need to use the proper notation for your text. And by definition text (a string) sits between double quotes. And because Mojang were so kind enough to allow the usage of '' (= 2 single quotes) to embed the whole lot you can easily combine.

    Just for fun & giggles this is how you would have done this in 1.13: /give @p gold_nugget{display:{Name:"\"Gold Coin\""}}

    (edit):
    Also... if a command becomes too long to be used in chat while you really need to have it available then look into functions. They're part of a datapack and that can really help you out. Of course you will need an editor outside Minecraft to set this all up, I'd personally recommend using Visual Studio Code.
    1
    ShelLuser
    10/01/2019 8:26 am
    Level 61 : High Grandmaster System
    Sure, but that's not the point. You can change pretty much anything you want within Minecraft, and I can probably even sort this out using a datapack if I want to. The thing is that they're now removing stuff which has been with Minecraft for almost as long as the game exists which I think is kind of weird. Especially because there seems to be no logical reasoning behind it other than my maybe politics.

    And well, I prefer not getting any political motivations (no matter of what kind) to creep into my games since you get enough of that nonsense in the real world.
    2
    ShelLuser
    09/30/2019 8:37 pm
    Level 61 : High Grandmaster System
    Says Mojang and thus me. The entities will remain but they will no longer be zombie pigmen but "zombified piglins". Blech :(
    3
    ShelLuser
    09/29/2019 5:58 pm
    Level 61 : High Grandmaster System
    Are you playing with or without mods? I'm using vanilla+ (only addition is OptiFine) and currently I live in a savanna and have encountered 2 pillager patrols in total (over a course of 1 week of gameplay (a few hours every day)).

    So they're not exactly common ;)
    1
    ShelLuser
    09/29/2019 5:50 pm
    Level 61 : High Grandmaster System
    I can't help shake off the feeling that Minecraft is suddenly getting politically correct by removing the zombie pigmen and going all piglins for reasons I fail to understand. Why can't we have zombie pigmen together with the new piglins? Zombified piglins? So how does that work with pigs that get struck by lightning and then turn into different yet zombiefied creatures?

    That's the part I don't necessarily like.

    As to piglins.. I have no opinion. I couldn't help get the idea that the piglin beast was basically a retextured ravager. And these new piglins behave a lot like pilligers, but of course not entirely the same taken the trading aspects into consideration.

    When it comes to this update I'm much more excited for scripting abilities and whatever more functionality we'll get for the bees.
    6
    ShelLuser
    09/28/2019 9:48 am
    Level 61 : High Grandmaster System
    It did now. Because I really respect your fun reply :)
    2
    ShelLuser
    09/28/2019 5:18 am
    Level 61 : High Grandmaster System
    To be honest I don't think all the choices make sense. I mean... there are survival servers which provide pvp and/or an economy (actually... most servers have some kind of economy these days) while others don't.

    You don't really have "economy" servers but you do have "survival" or "faction" or "minigame" servers which also provide an economy as an extra feature. Same can be said about pvp.
    1
    ShelLuser
    09/28/2019 5:16 am
    Level 61 : High Grandmaster System
    Scaffolding has its advantages :)
    1
    ShelLuser
    09/28/2019 4:28 am
    Level 61 : High Grandmaster System
    history
    Other games are outshining Minecraft because Minecraft is already 10+ years old and veteran players are slowly getting bored whereas newer players don't seem to get attracted as much as before. This is mainly because Minecraft has gotten some serious competition in the game market: there are tons of survival games out there these days.

    Some are pretty much the same as Minecraft but much more extensive, whereas others are completely different.

    The problem isn't so much with Minecraft and on that subject I think you chose a very poor way to describe servers. The problem is with the massive competition.

    Why should I play the somewhat limited game of Minecraft if I can have a realistic looking survival game which also provides me with all the crafting and exploring that I expect to get?
    2
    ShelLuser
    09/28/2019 4:22 am
    Level 61 : High Grandmaster System
    This is what I'd call clickbait.
    2
    ShelLuser
    09/28/2019 4:19 am
    Level 61 : High Grandmaster System
    Not much to go on, any specific errors? And what browsers did you try?

    This is probably better asked to Mojang support.
    1
    ShelLuser
    09/28/2019 4:04 am
    Level 61 : High Grandmaster System
    Good question :) Well, it is something you could have looked up on Wikipedia, it's honestly a good resource for this. But sure... Rendering happens when you set up an image of some sort and then let the PC make a real picture out of it. So, for example: you have an environment in which you place some objects and also tell it where the main light comes from (on Earth that's normally the sun or some artificial lights). Well, the computer would then process that information and for example starts calculating which objects would cast shadows, and what effect those might have on other objects.

    It'll continue to do so until you get an end result.

    SO what do you need to do this for yourself? Well... a so called render engine. Of course the engine itself won't be enough, because how are you going to place those virtual objects? There are a few programs I can recommend...

    A very good way to get started with this is Daz3D. In specific you should grab Daz Studio and if you feel brave Hexagon too. Both programs are free to use and they are in my opinion the perfect way to get started.

    Warning! Although everything I said is true you need to keep in mind that Daz Studio is basically a so called freemium program. Yes, it's free of use and if you know your way around you can do some amazing things. Especially with all the free 3d models that are out there. But... to get the best results you're probably eventually want to buy some starter packs.

    The reason I still suggest this stuff is because it makes it really easy to get started. And once again: it may be freemium, do not underestimate all the things you can do with it. This thing is very sophisticated. You can even build your own shaders if you want to (not to be confused for the shaders in Minecraft)...

    Another option is Blender. This is a completely free (open source) program but... although it has a lot of potential it's not very user friendly. Expect a steep learning curve.

    My suggestion is to grab all of the above and see where it gets you.

    PS... if you plan on rendering (or building) sceneries (outdoor environments) I can highly recommend Bryce too. This is commercial software, limited & dated at that, but it makes rendering landscapes a heckofalot easier.

    Hope this can help.
    4
    ShelLuser
    09/27/2019 8:21 am
    Level 61 : High Grandmaster System
    What makes you conclude that it doesn't work? So, if you use the console command then what exactly happens? What's the output and what behavior do you get?
    1
    ShelLuser
    09/27/2019 8:19 am
    Level 61 : High Grandmaster System
    Reinstalling is nearly always useless, simply because the cause of the crash likely exists in your game folder, which doesn't get affected with a reinstall.

    So what version are you using? With that I'm referring to: Forge, LiteLoader, both or vanilla? I see you're using OptiFine, do you also use a resourcepack? If so start by disabling that.

    Second....
    • Open a file explorer and head over to %appdata%\.minecraft
    • Go up one folder and rename .minecraft into something else: "minecraft.backup"
    • Try to start it again (warning: you will eventually need to logon again).
    If this method allows you to start Minecraft you can be assued that the cause of the crash is somewhere with your installation. Maybe consider to re-install OptiFine, move your screenshots and worlds ('saves') over and start from this?
    1
    ShelLuser
    09/27/2019 5:16 am
    Level 61 : High Grandmaster System
    As a rule of thumb: datapacks can only do the same stuff which you can do in-game yourself using commands. And since there's no command which affects actual gameticks....
    1
    ShelLuser
    09/27/2019 5:15 am
    Level 61 : High Grandmaster System
    Also... you may need to use /reload after you loaded the world to make sure that the datapack is fully working.
    1
    ShelLuser
    09/27/2019 5:04 am
    Level 61 : High Grandmaster System
    What exact error message do you get? Because if this is only about missing builds without any notable error messages then I can't help but think that the world isn't really corrupt but you may be using the wrong world(s)?

    Missing would mean a gaping hole all the way down to bedrock (which also gets removed).
    1

281 - 300 of 1,041

Welcome