
Bank
Блоки/предметы: Банкомат (atm_block): ПКМ с картой → GUI. Банковская карта (bank_card): NBT: owner_name (по умолчанию "(none)"), balance. Карты независимы....
Downloads
0
Remixes
0
Price
Free
neoforge · Client · 1.20.1 · mod
Bank mod content overview
- Added an ATM block (
atm_block) that opens a menu when right-clicked with a bank card. It lives in the Functional Blocks tab. The GUI shows the card owner/balance, has a deposit slot (drops in any bank coins/notes to auto-credit), and a withdraw field/button to mint change back into your inventory using all denominations. - Bank cards store NBT for
owner_name(defaults to “(none)” until first use/ATM interaction) andbalance. Tooltips display both; the card is non-stackable and links to the player when first used. - Currency items include iron coins (1, 2, 5, 10 ₽) and paper banknotes (10, 50, 100, 500, 1000, 5000 ₽). They appear in the Ingredients tab.
- Withdrawing uses the highest denominations first (prefers 10 ₽ notes before 10 ₽ coins) and drops overflow at the player if the inventory is full. Deposits require the card to stay in the selected/offhand slot; the deposit slot stays filled if no card is present.
- Textures use vanilla placeholders (paper/iron ingot/nugget/iron block), keeping the pack lightweight while remaining readable.
- Built against NeoForge 20.2.86 (Minecraft 1.20.2) as the closest available tooling to the requested 1.20.1; update versions if you need a different game target.
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;...