Compatibility
Minecraft: Java Edition
1.21β1.21.5
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed MIT
Published last year
Updated last year
π οΈ Custom Minecraft Mod - Inventora(v1)
This is a simple Minecraft Forge mod that adds 5 new Custom Items and 5 new Custom Blocks, including 3 Glowing Blocks! It's perfect for learning how to add custom content while keeping everything clean,unique, and fun.
π§ Requirements
- Minecraft
1.21.x - Forge
1.21.x - IDE like
InteliJ IDEA or Eclipse - Game Version:
Java Edition
π Setup Instruction
- Clone this repository or copy the project files into your Forge workspace.
- Open the project in your IDE.
- Run 'genInteliJRuns' (or 'setupDecompoWorkspace' for Eclipse).
- Place tectures under the resources/assets/craftedbynaran/textures/item/ and texture/block/.
- Run the mod using the client run configuration
π¦ Mod Features
| Block Name | Description | Properties |
|---|---|---|
| Alexandrite Block | Emits strong light. A block form of the cusstom item added named Alexandrite | LightLevel = 15, Strength 4.0 |
| Naran Block | A simple block that can be used as an image by defining the images as a texture and it does not glow. | Non-Glowing, Strength 4.0 |
| Orange Block | Warm, bright block with orange glow and orange texture. | LightLevel = 20, Strength 4.8 |
| Night Owls Block | Smooth white stone used to build structure and in this the pixeleted 16*16px image of Night Owls Logo is used as texture. | Non-glowing, Strength 4.0 |
| Love Block | Decorative block in which Love heart pixeleted design is used as texture and a clean greenigh background with a glowing property. | LightLevel = 17, Strength 4.0 |
π§° Custom Items
| Item Name | Description | Use Case |
|---|---|---|
| Alexandrite | A custom gem like diamond which looks cool and great to see. | Showcase |
| Raw Alexandrite | A custom item representing the raw form of the custom item Alexandrite. | Decoration |
| Love | A Love signifying item shaped like a love heart representation . | Emotion Representaion |
| Hack | A custom item shaped like the Hackclub Flag Sticker. | USed to signify Hackclub in designs |
| Icecream | A custom item shaped like an Icecream as a resemblance of . | Signifying the SWIRL Workshop done by member of Night Owls |
π File Structure Overview
src/
βββ main/
β βββ java/
β β βββ net/
β β βββ naran/
β β βββ lifeless/
β β βββ block/ # All custom blocks
β β βββ item/ # All custom items
β β βββ Config.java # Configuration or registry setup
β β βββ craftthisthing.java # Main mod file
β βββ resources/
β βββ assets/
β β βββ craftedbynaran/
β β βββ blockstates/ # Blockstate JSONs
β β βββ lang/ # Language localization files
β β βββ models/
β β β βββ block/ # Block model JSONs
β β β βββ item/ # Item model JSONs
β β βββ textures/
β β βββ block/ # Block textures (PNG)
β β βββ item/ # Item textures (PNG)
β βββ META-INF/ # Mod metadata
πCredits
Created by naranbhusal02 as a Minecraft modding project for a HACKCRAFT workshop.
Special thanks to the Minecraft Forge community for their helpful documentation.
π License
All rights reserved by @naranbhusal02.


