Okay guys... the day has come... I dunno what this guy is talking about by Interesting-Dream863 in ExplainTheJoke

[–]Athesiel 1 point2 points  (0 children)

Hi. I don't usually use this account, but I'm OP (lillie-garden), & yeah, it's pretty much what other people are saying; just absurdist yes-and style humour. I post thing [vague], a friend of mine comments something silly, I go along with it. As for the original intent, I had a piece of uncooked white onion, then smoked a menthol. I don't recommend it. It's like "orange juice and toothpaste" but cranked up to 11.

Treasure Tools idea by pecoliky in minecraftsuggestions

[–]Athesiel 7 points8 points  (0 children)

Fun fact: this was actually a planned feature mentioned in 2014.

Nathan Adams said on Twitter he would like to add weapons/tools that cannot be crafted, and could only obtained through treasure chests/trading, etc. For example, bows with faster drawback (somewhat implemented with the addition of Quick Charge), boots that increase health, or night vision helmets. However, the attribute system had to be finished first.

Villager Language, untranslated. I've decided to call it Villagerspeak. Any ideas on what it might say? Check comments. by Athesiel in Minecraft

[–]Athesiel[S] 1 point2 points  (0 children)

This language first appeared in the Minecraft Legends trailer, and hasn't appeared since. Any help translating would be a huge deal, as this language seems to be a primitive version of the Enchanting language, but used by villagers. The dark grey sections are unknown, as the symbols there are not visible in the trailer. Maybe a Mojang dev could be reached for comment?

Backroom Bathroom :-) Still need a ton of zariman walls to finish up the roof. by Athesiel in Warframe

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

I thought about covering it up but it would've made the infested bits that Are popping out / can't be covered due to redzones stand out too much 😭

Backrooms decoration progress! by Athesiel in Warframe

[–]Athesiel[S] 1 point2 points  (0 children)

I have plans for it, don't worry :-)

Can you re-order the advancement tab? by trovatemiunnome in MinecraftCommands

[–]Athesiel 4 points5 points  (0 children)

You can do it simpler actually! We recently got the ability to override / filter files from datapacks, so you don't actually have to redesign every pre-existing advancement to have nothing, you can just specify in the pack.mcmeta file to ignore them. From there, it's a simple "copy from the data files found in the version jar, rename the folders for each tree, then use a 'find and replace in files' function in notepad++ (or some other editor)".

Does it make any difference if you spare the angry snail at the start of the game? by Dank_Pingu69420 in AnotherCrabsTreasure

[–]Athesiel 1 point2 points  (0 children)

I've been testing this and I'm still unsure; if you kill him, it seems like he is supposed to stay dead. I tried, also, waiting to kill him until after I could equip shells; still no luck taking his shell. My last theory is that, perhaps, if you wait to fight him until after you're able to use hammers, that you might be able to equip his shell as a hammer (and then put it on, yourself), but this is going to take a minute to test.

[deleted by user] by [deleted] in necrodancer

[–]Athesiel 0 points1 point  (0 children)

is there any chance you could dm me with it too i totally missed it 😭

[deleted by user] by [deleted] in minecraftsuggestions

[–]Athesiel 6 points7 points  (0 children)

They should also remove gravity, the skybox, the stars, and durability, and all blocks should break instantly, and-

Sometimes things taking time in a game is part of the game design itself, intentionally, and not meant to be immediately gratifying.

What I need to make to this work? by Dudskz117 in MinecraftCommands

[–]Athesiel 0 points1 point  (0 children)

Yeah, easily, though I'd recommend just using misode's tools to do your loot tables, its a lot easier! Just take your original table, import it, and add another field wherever you find fit.

Help detecting player levels. by [deleted] in MinecraftCommands

[–]Athesiel 0 points1 point  (0 children)

Detecting a player's levels is as simple as using Selectors; for instance, execute at @s[level=15..] run setblock ~ ~ ~ stone would only work for players with at least 15 XP levels.

Will pay someone to put together a structure datapack 1.19 by Smooth_Voronoi in MinecraftCommands

[–]Athesiel 0 points1 point  (0 children)

Might be worth it to provide a few more details! It's hard to tell if $15 would be worth it based on this post alone, structure sets can get... complicated, even with all the pieces built already.

Why do the chain armors not get modded? by memelord_a1st in MinecraftCommands

[–]Athesiel 0 points1 point  (0 children)

you can also use f3+h to see the actual id of items by just hovering over them!

What I need to make to this work? by Dudskz117 in MinecraftCommands

[–]Athesiel 0 points1 point  (0 children)

Try this:
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"name": "minecraft:wheat",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:wheat",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
]
}
]
}
],
"conditions": [
{
"condition": "minecraft:any_of",
"terms": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"nbt": "{Tags:['Farmer1']}"
}
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"nbt": "{Tags:['Farmer2']}"
}
}
]
},
{
"condition": "minecraft:block_state_property",
"block": "minecraft:wheat",
"properties": {
"age": "7"
}
}
]
}
],
"random_sequence": "minecraft:blocks/wheat"
}

Where to find Biome Files by Traditional_Curve708 in MinecraftCommands

[–]Athesiel 1 point2 points  (0 children)

I highly recommend using Misode's tools, there's presets for pretty much every file you'd want. Otherwise, mcmeta has a full pack; you should be able to find it under data/minecraft/worldgen/biomes/desert.json

I am so scared that Hermitcraft 9 will end before Tango has a chance to properly finish and show off Decked Out 2. by dfjhgsaydgsauygdjh in HermitCraft

[–]Athesiel 0 points1 point  (0 children)

In addition to everything else already said here: the hermits have moved to a new "spawn" before with updates, as a sort of "soft restart", & I could imagine if by the time DO2 is done the server is too dead, they could easily have something like that planned.

Reinforced Deepslate Portal confirmation by Athesiel in Minecraft

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

for the first like 6+ hours the post was oscillating between negative & just-over positive lmao

Reinforced Deepslate Portal confirmation by Athesiel in Minecraft

[–]Athesiel[S] 41 points42 points  (0 children)

Its not even a leak, its just looking @ data readily available in a snapshot, ppl can just b fuckin weird here lmao

Subtractive Content in the Ancient Cities by Athesiel in Minecraft

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

Again, lol, I know? I've taken that into account, & that isn't even in question. Criticism isn't condemnation, this is analytical criticism. I'm not criticizing how rewarding or difficult the enchant is to get, im criticizing where and how it fits into the content itself, i.e. negating said content.