u/StrangeSystem0

I know how to make entities have custom drops by putting things in their armor slots, but how can I make it drop it even if it's not a player that kills it?

I noticed that when I give mobs custom drops through armor slots, these things only drop if they are explicitly killed by a player: making it so if, say, a player uses a projectile summoning spell to kill it instead, it's not considered a kill, and it doesn't drop the thing.

How can I make it so that it actually drops the item no matter how it dies?

reddit.com
u/StrangeSystem0 — 1 day ago

Here's the log, note how it shows no information whatsoever regarding any attempts to join: it doesn't recognize any errors, and shows no attempts to join:

[16:42:45] [main/INFO]: Loading Minecraft 1.21.11 with Fabric Loader 0.19.2
[16:42:45] [main/INFO]: Loading 13 mods:
- fabricloader 0.19.2
-- mixinextras 0.5.4
- java 21
- litematica-server-paster 1.3.12
-- fanetlib 0.2.6
- minecraft 1.21.11
- worldedit 7.4.0+7381-3decaf0
-- worldeditcui_protocol 4.0.2
[16:42:45] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/server/libraries/net/fabricmc/sponge-mixin/0.17.2+mixin.0.8.7/sponge-mixin-0.17.2+mixin.0.8.7.jar Service=Knot/Fabric Env=SERVER
[16:42:45] [main/INFO]: Compatibility level set to JAVA_21
[16:42:46] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.4).
[16:42:52] [main/INFO]: Got request to register class com.sk89q.worldedit.fabric.FabricPlatform with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@d3b0d3c]
[16:42:52] [main/INFO]: WorldEdit for Fabric (version 7.4.0+7381-3decaf0) is loaded
[16:42:52] [main/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
[16:42:54] [Worker-Main-1/INFO]: Registering commands with com.sk89q.worldedit.fabric.FabricPlatform
[16:42:55] [main/INFO]: Loaded 1470 recipes
[16:42:55] [main/INFO]: Loaded 1584 advancements
[16:42:55] [Server thread/INFO]: Starting json RPC server on 0.0.0.0:9900
[16:42:55] [Server thread/INFO]: Json-RPC Management connection listening on 0.0.0.0:9900
[16:42:55] [Server thread/INFO]: Starting minecraft server version 1.21.11
[16:42:55] [Server thread/INFO]: Loading properties
[16:42:55] [Server thread/INFO]: Default game type: SURVIVAL
[16:42:55] [Server thread/INFO]: Generating keypair
[16:42:55] [Server thread/INFO]: Starting Minecraft server on *:64681
[16:42:55] [Server thread/INFO]: Preparing level "world"
[16:42:56] [Server thread/INFO]: Loading 359 persistent chunks...
[16:42:56] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:56] [Management server IO #1/INFO]: RPC Connection #1: Management connection opened for /172.20.0.1:10174
[16:42:56] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:57] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:57] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:58] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:58] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:59] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:59] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:00] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:00] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:01] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:01] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:02] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:02] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:03] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:03] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:04] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:04] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:05] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:05] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:06] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:06] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:07] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:07] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:08] [Server thread/INFO]: Preparing spawn area: 48%
[16:43:08] [Server thread/INFO]: Time elapsed: 12171 ms
[16:43:08] [Server thread/INFO]: Done (12.720s)! For help, type "help"
[16:43:08] [Server thread/INFO]: Starting GS4 status listener
[16:43:08] [Server thread/INFO]: Thread Query Listener started
[16:43:08] [Query Listener #1/INFO]: Query running on 0.0.0.0:9898
[16:43:08] [Server thread/INFO]: JMX monitoring enabled
[16:44:08] [Server thread/INFO]: Server empty for 60 seconds, pausing

And here's the datapack that, at first, was the cause for its failure.

https://far.ddns.me/?share=LZydu6KXJb

Initially, the server would work without this datapack, and wouldn't allow players to join if it were in the server. But now, curiously, it has this issue regardless of datapacks.

What could I possibly do?

reddit.com
u/StrangeSystem0 — 17 days ago

Here's the log, note how it shows no information whatsoever regarding any attempts to join: it doesn't recognize any errors, and shows no attempts to join:

[16:42:45] [main/INFO]: Loading Minecraft 1.21.11 with Fabric Loader 0.19.2
[16:42:45] [main/INFO]: Loading 13 mods:
- fabricloader 0.19.2
\-- mixinextras 0.5.4
- java 21
- litematica-server-paster 1.3.12
\-- fanetlib 0.2.6
- minecraft 1.21.11
- worldedit 7.4.0+7381-3decaf0
\-- worldeditcui_protocol 4.0.2
[16:42:45] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/server/libraries/net/fabricmc/sponge-mixin/0.17.2+mixin.0.8.7/sponge-mixin-0.17.2+mixin.0.8.7.jar Service=Knot/Fabric Env=SERVER
[16:42:45] [main/INFO]: Compatibility level set to JAVA_21
[16:42:46] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.4).
[16:42:52] [main/INFO]: Got request to register class com.sk89q.worldedit.fabric.FabricPlatform with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@d3b0d3c]
[16:42:52] [main/INFO]: WorldEdit for Fabric (version 7.4.0+7381-3decaf0) is loaded
[16:42:52] [main/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
[16:42:54] [Worker-Main-1/INFO]: Registering commands with com.sk89q.worldedit.fabric.FabricPlatform
[16:42:55] [main/INFO]: Loaded 1470 recipes
[16:42:55] [main/INFO]: Loaded 1584 advancements
[16:42:55] [Server thread/INFO]: Starting json RPC server on 0.0.0.0:9900
[16:42:55] [Server thread/INFO]: Json-RPC Management connection listening on 0.0.0.0:9900
[16:42:55] [Server thread/INFO]: Starting minecraft server version 1.21.11
[16:42:55] [Server thread/INFO]: Loading properties
[16:42:55] [Server thread/INFO]: Default game type: SURVIVAL
[16:42:55] [Server thread/INFO]: Generating keypair
[16:42:55] [Server thread/INFO]: Starting Minecraft server on *:64681
[16:42:55] [Server thread/INFO]: Preparing level "world"
[16:42:56] [Server thread/INFO]: Loading 359 persistent chunks...
[16:42:56] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:56] [Management server IO #1/INFO]: RPC Connection #1: Management connection opened for /172.20.0.1:10174
[16:42:56] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:57] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:57] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:58] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:58] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:59] [Server thread/INFO]: Preparing spawn area: 2%
[16:42:59] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:00] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:00] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:01] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:01] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:02] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:02] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:03] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:03] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:04] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:04] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:05] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:05] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:06] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:06] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:07] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:07] [Server thread/INFO]: Preparing spawn area: 2%
[16:43:08] [Server thread/INFO]: Preparing spawn area: 48%
[16:43:08] [Server thread/INFO]: Time elapsed: 12171 ms
[16:43:08] [Server thread/INFO]: Done (12.720s)! For help, type "help"
[16:43:08] [Server thread/INFO]: Starting GS4 status listener
[16:43:08] [Server thread/INFO]: Thread Query Listener started
[16:43:08] [Query Listener #1/INFO]: Query running on 0.0.0.0:9898
[16:43:08] [Server thread/INFO]: JMX monitoring enabled
[16:44:08] [Server thread/INFO]: Server empty for 60 seconds, pausing

And here's the datapack that, at first, was the cause for its failure.

https://far.ddns.me/?share=LZydu6KXJb

Initially, the server would work without this datapack, and wouldn't allow players to join if it were in the server. But now, curiously, it has this issue regardless of datapacks.

What could I possibly do?

reddit.com
u/StrangeSystem0 — 17 days ago
▲ 122 r/DnD

You know how a lot of games, while loading, will say things like "Medkits can save you from a tight pinch. If you're running out, look for cracks in the walls, which can hold valuable loot!"

What's your dnd tip version of that? There's so many odd and unknown mechanics to a lot of players that it can be very helpful to be intermittently given simple tips.

reddit.com
u/StrangeSystem0 — 17 days ago

While this server has this pack, the server opens fine, with no errors in the log or console, but it doesn't let any players join, not even with a log side error message.

Here's the pack that breaks the server, two other packs are working fine, it's exclusively this one.

I've tried like EVERYTHING else that could be the problem, and it works fine without this datapack, and doesn't work with it. What's wrong?

https://far.ddns.me/?share=3tO3WYWhHz

I have it as a link because otherwise it'll tear everything apart with reddit's formatting systems

reddit.com
u/StrangeSystem0 — 19 days ago

The important first thing to note: the USSR was not socialist, it wasn't even really communist. It was totalitarian with communism slapped on as a defense label. When I say I support socialism, I don't mean the USSR, or really anything like it that you could think of.

reddit.com
u/StrangeSystem0 — 24 days ago