
circa
In this mod, there should be picks that dig 3 by 3, there should also be picks that dig 2 by 1 and picks that dig 10 by 10
Downloads
1
Remixes
0
Price
Free
neoforge · Server · 1.21.1 · mod
circa mod notes
- Server-only NeoForge mod that adds configurable area-mining behavior to vanilla pickaxes without adding any new registry entries or client assets.
- Set the dig size on the pickaxe you're holding with
/circa pick 3x3,/circa pick 2x1,/circa pick 10x10, or clear it with/circa pick off; the choice is stored on that item. - 3x3 and 10x10 modes break a plane centered on the mined block based on your look direction (vertical pitch uses an X/Z plane), while 2x1 breaks the targeted block plus one block straight ahead.
- Extra blocks are broken server-side using the player's tool, so durability, permissions, and harvest rules still apply; chained breaks are guarded to avoid infinite loops.
- Metadata is set for the
circaid/name and the mod is annotated for dedicated servers only.
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;...