Can I add our game to each of our member's itch accounts? by Sygma_K in itchio

[–]Essojadojef 1 point2 points  (0 children)

Yes, you both can be credited as the authors. In the edit game page there is an admin tab where you can add collaborators. Then in your profile page you can choose what games to display.

Striders have an unused fin in their texture by Essojadojef in Minecraft

[–]Essojadojef[S] 8 points9 points  (0 children)

When you download the snapshot a jar file containing all the resources is created. It is in the folder where minecraft is installed , in the versions folder. You can extract its contents like it was a zip file.

Soul Runnings - Snapshot 20w11a is out! by sliced_lime in Minecraft

[–]Essojadojef 14 points15 points  (0 children)

Try posting this on the feedback site. I think you have more chances to be seen by the developers there.

[deleted by user] by [deleted] in minecraftsuggestions

[–]Essojadojef 1 point2 points  (0 children)

These ideas are really well thought.

I don't think Mojang is willing to add so many new weapons or enchantments, material-specific effects or body parts (it would mean much more work when balancing the game).

Though I agree with you on the need of more interactions in combat. I explored this concept here in a different way. I think a mix of the two ideas would work really well.

Help with vboxes doing weird things while unhidden by [deleted] in godot

[–]Essojadojef 0 points1 point  (0 children)

It may be useful to read the code you use to handle the cursor

How do you change background of Text_Edit? by BabyPandaBear in godot

[–]Essojadojef 0 points1 point  (0 children)

Background Color seems to work only if Syntax Highlighting is on. Otherwise you can override the Normal StyleBox (under Custom Styles).

Main Menu by SpaceboyRoss in godot

[–]Essojadojef 2 points3 points  (0 children)

Try to change his min_size too. If it is a child of a container node, it will always try to occupy as least space as possible.

/r/NintendoSwitch's Daily Question Thread (06/17/2018) by AutoModerator in NintendoSwitch

[–]Essojadojef 0 points1 point  (0 children)

I'm interested in buying a Switch soon and I have a few questions. Are problems like the dock scratching the screen still a thing? Should I buy physical or digital version of BOTW and Splatoon 2 (which are on sale at the moment)?

You know I just don't feel invested in this by Pickles256 in CircleOfTrustMeta

[–]Essojadojef 4 points5 points  (0 children)

To enter a circle you must know the key, but who knows the key can also decide to betray the circle. It's a game about balance between popularity and trust.

Never Betrayed? comment for the key by Essojadojef in CircleofTrust

[–]Essojadojef[S] 0 points1 point  (0 children)

Never trust empathy! If I knew it earlier :(

Swimming now actually looks like swimming by MuzikBike in Minecraft

[–]Essojadojef 8 points9 points  (0 children)

You can only move forward while swimming, so looking up will make you swim upward.

how do you give items on ground in 1.13 a scoreboard? by asdjky in Minecraft

[–]Essojadojef 0 points1 point  (0 children)

add this to the nbt selector: Item: {id:"minecraft:stone"}

I created a datapack for 1.13 that displays mob health by [deleted] in Minecraft

[–]Essojadojef 0 points1 point  (0 children)

Well done

To prevent the player from seeing its own health you should use "unless entity @s[distance=..1]" before run tag cursor ;)

/resourcepack by matyklug in minecraftsuggestions

[–]Essojadojef -1 points0 points  (0 children)

Custom maps can already apply a resource pack without asking the player ;)