
LuckyBlocks
Мне нужен мод с лаки блоками, я хочу что бы он считывал конфиг где будет написано что и с каким шансом будет выпадать
Downloads
10
Remixes
0
Price
Free
neoforge · Both · 1.21.1 · mod
LuckyBlocks mod
- Adds a Lucky Block and a dedicated creative tab so you can grab it in creative mode.
- Breaking the block rolls a random reward using weights defined in
config/luckyblocks.json(created on first run). - Each entry in the config accepts:
item: namespaced item id (e.g.,minecraft:diamond)weight: relative chance; higher numbers make that entry more likelymin/max: stack size range for the drop
- Example section you can copy into the config:
{ "drops": [ {"item": "minecraft:diamond", "weight": 1, "min": 1, "max": 1}, {"item": "minecraft:gold_ingot", "weight": 4, "min": 1, "max": 3}, {"item": "minecraft:tnt", "weight": 1, "min": 1, "max": 2} ] } - The mod reloads the config when the server starts; edit and restart to apply changes.
- Known limitation: only block breaks trigger drops (explosions or other removal methods do not roll loot).
Server Validation
✅ Server validation passed - The mod was tested on a real Minecraft server and loaded successfully.
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;...