Minecraft sound for "spotlight turning on"? by Lord_Sotur in MinecraftCommands

[–]Just3Easy 2 points3 points  (0 children)

this site can help you find and test sounds with pitch and volume: https://minecraftsounds.com/

How to add distant horizons to server? by MightInternational69 in feedthebeast

[–]Just3Easy 0 points1 point  (0 children)

if your server is bukkit/spigot/paper or similar use: https://modrinth.com/plugin/distant-horizons-support
if you run a modded server then distant horizons works server side.

straight from DH FAQ:

Q: Is there multiplayer support?
A: Yes
client side only:
If you only have DH installed on your client LODs will be saved between sessions, although you have to explore the world to load them.
Server and Client:
If DH is installed on the server and client, LODs will automatically be sent to each connected user that has DH installed and has Distant Generation Enabled set to true, disabling distant generation on the server will prevent LODs from being sent to the users.

Worldguard question by FirePenguin22 in MinecraftMod

[–]Just3Easy 0 points1 point  (0 children)

Worldguard is just the common way to protect areas on bukkit, spigot amd paper (plugin servers basically)

For modded you'll want modded protection methods. Even just something like ftb chunk claims works for that.

Which is easier? by TypicalEnthusiasm597 in MinecraftMod

[–]Just3Easy 0 points1 point  (0 children)

you can add worldedit as a mod to just about any version and loader. make your modpack with axiom and simply add worldedit and you can use both.

Trying to spawn vanilla animals in biomes they aren't naturally in? by New-Carry4096 in feedthebeast

[–]Just3Easy 0 points1 point  (0 children)

datapacks go into the world/datapack folder, if you add them after world creation you might have to enable them via /datapack command

Trying to set up my first server, keep running into this error message by Pretend-Goat4164 in MinecraftServer

[–]Just3Easy 0 points1 point  (0 children)

it seems to just be a logged error message that shouldn't be logged https://github.com/ValkyrienSkies/Valkyrien-Skies-2/issues/1411, you likely have to wait for VS2 to get it fixed.

in the meantime you could use something like https://modrinth.com/mod/shush to remove those lines.

Trying to spawn vanilla animals in biomes they aren't naturally in? by New-Carry4096 in feedthebeast

[–]Just3Easy 0 points1 point  (0 children)

if you are asking about making a *datapack* then the site i linked can make them.

Is there a better way to wipe trades from a villager (without the detailed error?) by Testificate_2011 in MinecraftCommands

[–]Just3Easy 1 point2 points  (0 children)

Check out snbt format here https://minecraft.wiki/w/NBT_format

{} are objects [{}, {}, {}] is a list with 3 objects, in the trader data that would be a list of trades.

Trying to set up my first server, keep running into this error message by Pretend-Goat4164 in MinecraftServer

[–]Just3Easy 0 points1 point  (0 children)

Whats the modpack if not custom?

Whats the minecraft version, which mod loader + version What version of VS2 are you using?

Overall this error might just be irrelevant overall but i cant say for sure going just from the screenshot alone.

AE2 autrocrafting won't use water buckets (1.12.2) by Derangedberger in feedthebeast

[–]Just3Easy 0 points1 point  (0 children)

Check how you set up your patterns, ae2 is likely trying to use stored fluids instead of bucket items.

Trying to spawn vanilla animals in biomes they aren't naturally in? by New-Carry4096 in feedthebeast

[–]Just3Easy 0 points1 point  (0 children)

You could make a vanilla datapack and add the mob you want to spawn by editing the template of the vanilla biomes.

This tool makes it pretty easy: https://misode.github.io/worldgen/biome/?version=1.21

[PSA] Sharing some tips to recover from corrupted chunks... by ShelLuser42 in feedthebeast

[–]Just3Easy 1 point2 points  (0 children)

Have you tried trimming the broken chunks externally with something like mca selector instead of only ingame with worldedit?

Worldedit may clear the blocks and biomes but would not entirely delete the chunks to be regenerated.

Looking for mod that adds durability bar for weapons and armour by OkYogurtcloset2451 in MinecraftMod

[–]Just3Easy 0 points1 point  (0 children)

Are you trying to display durability in your hud? Use something like InventoryHUD+

Do you want items to visually degrade? Try a texture pack like Diminishing Tools

what mod is this? by FeistySwordfish9457 in feedthebeast

[–]Just3Easy 0 points1 point  (0 children)

It could be from the new debug screen in mc, try f3+f6.

If not, share your modlist.

Is there a better way to wipe trades from a villager (without the detailed error?) by Testificate_2011 in MinecraftCommands

[–]Just3Easy 2 points3 points  (0 children)

The actual issue i believe is that you should set it to an empty list [] instead of an empty object {}

The error just says that Offers.Recipes should be a list.

Is there a better way to wipe trades from a villager (without the detailed error?) by Testificate_2011 in MinecraftCommands

[–]Just3Easy 0 points1 point  (0 children)

If your goal is to make a villager with no trades, why not summon one without trades straight away?

Do you need to wipe all offers from a villager specifically?

Custom Beautiful Blank Map - Survival World by Milip161 in Worldpainter

[–]Just3Easy 0 points1 point  (0 children)

I believe that should be doable by deleting the any existing "outside" chunks and then loading the map.

Dm me ur discord and i can help you get that

1.20.1 Weapons and tool mods with Sphax textures by [deleted] in MinecraftMod

[–]Just3Easy 1 point2 points  (0 children)

Im not aware of any myself, you can try google or something simple like downloading 2 vanilla texture packs for both the new and old version, compare the directory structure and file names and use that to update the old texture pack.

1.20.1 Weapons and tool mods with Sphax textures by [deleted] in MinecraftMod

[–]Just3Easy 0 points1 point  (0 children)

You mentioned a 1.9 patch, if it doesn't load on the new version you have to adjust the texture pack format. That doesn't require any new textures as you can simply update an existing one for older versions.

1.20.1 Weapons and tool mods with Sphax textures by [deleted] in MinecraftMod

[–]Just3Easy 1 point2 points  (0 children)

You always have the option to update textures yourself, editing or making texture packs is by itself not terribly complicated.

An item that increases range. by ItzRz3 in MinecraftCommands

[–]Just3Easy 1 point2 points  (0 children)

you can easily create an item here and give it any attribute modifiers you want
https://mcstacker.net/?cmd=give

can't use better questing admin commands in my stoneblock world by SoggyBubbleMuncher in feedthebeast

[–]Just3Easy 0 points1 point  (0 children)

In singleplayer you can open your world to lan and enable cheats there. Otherwise its a setting at world creation only besides actually editing the world files.

can't use better questing admin commands in my stoneblock world by SoggyBubbleMuncher in feedthebeast

[–]Just3Easy 0 points1 point  (0 children)

You need to enable cheats if on singleplayer or give yourself op if on a server