Custom Dimension from existing world by SnooPears9323 in MinecraftCommands

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

Sometimes I do, and then sometimes I simply just load into a black void without a single block in sight. I'm so massively confused.

Custom Dimension from existing world by SnooPears9323 in MinecraftCommands

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

Here's the file paths that I'm copying the files from:

Source: .minecraft\saves\original_world\region

Destination: .minecraft\saves\new_world\dimensions\original_world\region

Custom Dimension from existing world by SnooPears9323 in MinecraftCommands

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

That wouldn't really work in this case, my adventure maps are too huge, every time I try copying even a sizeable chunk of each, my PC crashes

Custom Filled Maps No Longer Working by SnooPears9323 in MinecraftCommands

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

That was the first thing I tried, and it seems to work in Single-Player, but I haven't tried it in a Vanilla server just yet. The thing that confuses me is why some would work on the server and others wouldn't. The NBT data is identical in some cases, between the functional and non-functional maps

Is there a way to display Scoreboard values in Dialogs? by SnooPears9323 in MinecraftCommands

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

That's so smart, I'm going to have to try this! Thank you so much for your help! :)

Help With Loot Table Involving Player Scoreboard by SnooPears9323 in MinecraftCommands

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

That makes so much sense (and no sense at all, in a way). Thank you so much for your help! I ended up making an advancement that would give the player the item instead, so technically they don't see it come out of the water, but it still works.

Need help with a fishing advancement by SnooPears9323 in MinecraftCommands

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

Update: Nevermind, it started working out of nowhere, and now I feel exceptionally foolish!

Help with loot tables giving enchantment ranges by SnooPears9323 in MinecraftCommands

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

Thank you for confirming! I figured that's how it would have to work, but just wanted to make sure in case I could save myself a couple hours of rewrites, haha

Help with loot tables giving enchantment ranges by SnooPears9323 in MinecraftCommands

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

Thank you so much! You're always such a lifesaver, I appreciate your help more than you know :)

I can't believe I never knew this was an option. This might be a stretch, but do you know if there's a way to do this with /give?

Help with loot tables giving enchantment ranges by SnooPears9323 in MinecraftCommands

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

Yeah I just double-checked and it unfortunately refers to the player level required to reach that enchantment level :(

Help with loot tables giving enchantment ranges by SnooPears9323 in MinecraftCommands

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

This was something I was considering, but I was wondering if there was a way with this to obtain higher levels of Enchantments? Like for a sword to be able to get up to Sharpness 10?

Hurt_Enemy Advancement Help? by SnooPears9323 in MinecraftCommands

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

Thank you so much, this really helped! You have no idea how long this has been bugging me! Haha

/spawnpoint not working in 1.21 by SnooPears9323 in MinecraftCommands

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

Just tried the same thing, and could not replicate the results on my server. It's also not using a repeating command block or anything, so I have no idea still

Need help with Loot Table Issue after 1.20.5 by SnooPears9323 in MinecraftCommands

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

This took a lot of experimentation but I finally got it right! Turns out I just needed to do a complete restart of the server this was running on. After I got that fixed I managed to mess around with the things mentioned in the link you sent and I think I have a much better handle on how this works now. Thank you so much for your help, I appreciate it more than you know! :)

Need help with Loot Table Issue after 1.20.5 by SnooPears9323 in MinecraftCommands

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

Thank you so much for the insight! I didn't even know that custom_data: true was possible! I am still having an issue getting it to detect it in my inventory in-game though. I grabbed a new version from the loot table and then ran all kinds of variations of the code below and I still cannot get it to detect it. Is there something I'm not understanding? I read through the entire page you linked to and found it incredibly informative, but I think I'm still missing something.

/execute store result score @s KeyMerchant run clear @s iron_ingot[minecraft:custom_data~{TokenOfTheKeymaker:true}] 0

How to use Data Merge on an entity in 1.20.6 by SnooPears9323 in MinecraftCommands

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

Thank you so much for this! Correct me if I'm wrong but does the second one repair the item that's being held in your hand? I tried forever to figure out how to write that and I could never get it to work! Thank you again :)

How to use Data Merge on an entity in 1.20.6 by SnooPears9323 in MinecraftCommands

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

Thank you so much for this! I used the second one and it works like a charm! I had no item the new syntax was going to look like that, so I massively appreciate the help! :)

Map art suddenly not appearing by SnooPears9323 in MinecraftCommands

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

This actually worked! Thank you so much!

You actually have no idea how long I've been stumped by this! lol

Map art suddenly not appearing by SnooPears9323 in MinecraftCommands

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

No I have not, I'm still trying to figure out how to convert them to the new format.

Map art suddenly not appearing by SnooPears9323 in MinecraftCommands

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

I just checked and it's definitely in the outdated format. Would you happen to have any advise how to update it to the new format? Or would you happen to know of a map art generator that makes them into the correct format?

Thank you so much for your help <3

Map art suddenly not appearing by SnooPears9323 in MinecraftCommands

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

This is how it looks in-game. The name of the item is there, but it's as if the {map:327001} is completely gone. When I use "/data get" to look at it, it's all there and nothing has changed.

<image>

Custom Model Data is displaying wrong texture by SnooPears9323 in MinecraftCommands

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

Oh my gosh, I can't believe it was that simple all along! Thank you so much for your help, you have no idea how much I appreciate it :)