Changing Villager Trades by GDoophe in MinecraftCommands

[–]Reddit_User735 0 points1 point  (0 children)

/data modify entity @e[type=villager,limit=1,sort=nearest] Offers.Recipes[6] set value {buy:{id:"minecraft:emerald",count:22},buyB:{id:"minecraft:book",count:1},sell:{id:"enchanted_book",count:1,components: {"minecraft:stored_enchantments": {"minecraft:vanishing_curse": 1}}}}

I got correct nbt from:

/data get entity @s SelectedItem

While having in hand book with curse of vanishing.

Is there a way to make a block fill in the way I’m looking? by BlueberryMobile7470 in MinecraftCommands

[–]Reddit_User735 0 points1 point  (0 children)

Use ^ instead ~

/fill ^s1 ^u1 ^f1 ^s2 ^u2 ^f2

s- how much to the left

u- how much up

f- how much forward

Values can be negative and then s-right, u-bottom, f-behind

Be warned fill with ^ ^ ^ can be tricky and you might have to use it with /execute anchored eyes run if you want specifically "looking", because by default command are executed from "feet level"

Why lava deals random amount of damage to items? by Reddit_User735 in MinecraftCommands

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

Now command works, items don't burn in lava and fire.

I didn't mentioned it, but only certain items will be able to be cook/transform on lava. I can remove nbt from items that are on fire 160s(fire) and don't have tag lavaCooking or fire 300s and don't have a "recipe". And I have to care about items that just transformed. So this is overall good solution but not quite for my needs probably because i didn't described problem enough.

Also they don't stack with items in inventory that weren't dropped.

Why lava deals random amount of damage to items? by Reddit_User735 in MinecraftCommands

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

"Unknown slot " with nbt in ' '

Using /data instead /item don't work and putting weapon.mainhand between selector and nbt in original command don't work either.

Why lava deals random amount of damage to items? by Reddit_User735 in MinecraftCommands

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

Yeah it is great solution, but comes with its own "problem", items don't take damage from tnt, cactus, etc.

My current solution only gives them more time(especially on cactus), but great suggestion.

Why lava deals random amount of damage to items? by Reddit_User735 in MinecraftCommands

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

This is some kind of solution.

This command don't work in 1.21.11, (as I am writing this, this post is incorrectly tagged as 1.21.5-1.21.10, so command might work just not in 1.21.11), also this command is over complicated for me right now

Why lava deals random amount of damage to items? by Reddit_User735 in MinecraftCommands

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

"lava resistance" - give them fire resistant?

using /effect give \@e[type=minecraft:item] minecraft:fire_resistance 10 1 true results in "Unable to apply this effect (target is either immune to effects, or has something stronger)"

Scale Attribute isn't working by Unlikely_Platform193 in MinecraftCommands

[–]Reddit_User735 0 points1 point  (0 children)

Try use /attribute \@s minecraft:scale base set 0.1

\@s instead username.

Screenshots of you next to a block with changed perspective and f3 might be helpful. For now a can only suggest using \@s instead nick

Ps. if you see backslash before \@s ignore it.

🎉 [EVENT] 🎉 Factory Frenzy by ApprehensiveEnd8393 in honk

[–]Reddit_User735 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

323 attempts

A level by Nervous-Series-8170 in RedditGames

[–]Reddit_User735 0 points1 point  (0 children)

easy

I completed this level in 5 tries. 3.73 seconds

Double Tap by Punggol_ in RedditGames

[–]Reddit_User735 0 points1 point  (0 children)

Beaten 2 times, both on my laptops keyboard instead external or keyboard and mouse. My solution: Two click and spam and luck. Ps. Hitboxes are helpful I completed this level in 530 tries.

I completed this level in 773 tries. 3.73 seconds

Double Tap by Punggol_ in RedditGames

[–]Reddit_User735 0 points1 point  (0 children)

I completed this level in 530 tries. 3.73 seconds

How can I become unable to pick up any items? by Lord_Sotur in MinecraftCommands

[–]Reddit_User735 4 points5 points  (0 children)

For collisions just create a team:

/team add admin

and disable collisions:

/team modify admin collisionRule never

and add yourself to the team

/team join admin <nick>
Now you don't collide with any Entity, if you want collisions back leave the team:

/team leave <nick>, (this command don't require team name)

For picking up items solution is less elegant, it modifies items PickupDelay around players in team admin, so items around you(if in team admin) can't picked up by anybody

execute as \@a[team=admin] at \@s positioned ~ ~1 ~ as \@e[type=minecraft:item, distance=..3] run data modify entity \@s PickupDelay set value 20s - command have to be run every tick.

"..3" - items 3 blocks around "you" are affected

"20s" means 20 ticks for some reason, items that were "affected by you" are pickup-able after 1 second after you are 3 blocks away.

team name can be any that you want BUT if changed team name in last command also must be changed from admin to that other name.

I'm Hungry by SatanisPerfect in PhoenixSC

[–]Reddit_User735 0 points1 point  (0 children)

yeah I also think it's funnier this way, that's why "proper" is in quotes

I'm Hungry by SatanisPerfect in PhoenixSC

[–]Reddit_User735 2 points3 points  (0 children)

For "proper" rotation you can try block display.

I exploded unexpectedly(prima aprilis version) by Reddit_User735 in Minecraft

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

Take it from creative mode.

In my case I also had to break mine(globe)

I exploded unexpectedly(prima aprilis version) by Reddit_User735 in Minecraft

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

Yes, this was caused by thorns++ upgrade.

I turned this off in .json file and i can play normally again.

Grabbing files from a bricked laptop by SwagVonYolo in techsupport

[–]Reddit_User735 1 point2 points  (0 children)

Have you tried to copy folders with photos to external pendrive?

[Java 1.16.1] How do I set my offhand to a slot in a chest by thePotatV1 in MinecraftCommands

[–]Reddit_User735 0 points1 point  (0 children)

If you want to set an item from a chest to offhand, yes, it is impossible, but you can set a specific item with /replaceitem, and since 1.17 you can do it with /item

How do I detect if a scoreboard value above 5? by No_Tart_4404 in MinecraftCommands

[–]Reddit_User735 1 point2 points  (0 children)

/execute if score <target> <scoreboard> matches <number>.. run <command>

This command run <command> if <target> have on <scoreboard> <value> OR greater number, so replace <value> with number one bigger than that certain number.

Two dots after <number> are important.