
SpawnerDrop
Рассадник мобов, вместо спавна мобов вокруг себя, сразу помещает лут с этих мобов в ближайший сундук или другое хранилище из других модов, если такое...
Downloads
3
Remixes
0
Price
Free
neoforge · Client · 1.21.1 · mod
SpawnerDrop prevents mobs from leaving spawners and instead routes their drops into nearby storage. When a spawner (including trial spawners) fires, the would-be mob is canceled, its loot table is rolled on the server, and items are inserted into the closest available item handler within roughly a 6-block cube (chests, barrels, hoppers, modded inventories). Anything that still does not fit is spawned in the world at the spawner.
Implementation details:
- Loot uses the mob’s standard loot table with a generic damage source; no looting-style bonuses are applied.
- Storage lookup avoids loading new chunks; only loaded blocks/entities within range are checked.
- If no inventory is nearby, only the item drops appear; no XP is generated because the mob never spawns.
MultiFrameGen
a mod that optimizes rendering so the FPS is boosted using motion based frame generation that interpolates, add a reflex so that the latency and delay is low...
Amecs-NeoForge
Add redefinable keybindings with modifier keys; search bar on the Controls screen; non-blocking keybindings to allow multiple bindings per key; combo...
Speedrunner vs Hunter AI
Create a Minecraft mod "Speedrunner vs Hunter": hostile Hunters with roles (MELEE, ARCHER, BUILDER, TANK), adaptive AI, teleport, bridge building, TNT,...
betterenchants
A mod that makes the enchant cap the integer limit as well as being able to add any combination of enchants together.
the king in yellow
theres an entity called "the king in yellow" going after the player. The king in yellow is a tall figure, covered in yellow robes and a blurred face. If the...
dupe
package com.example.dupemod; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.ItemStack;...