This mod is developed for Minecraft 1.7.10 using Forge and Java, without relying on scripting frameworks like CustomStuff3.
Recipes are not yet included, but can be added via CraftTweaker or by modifying the code.
Tired of being a caveman but too lazy to build a house?
Got your machines blown up by Creepers again, and vanilla walls just don't feel secure?
This mod will make you forget those troubles!
Cozy tents allow you to feel at home even in the wilderness. With a tent pack, you can set up or dismantle your shelter with a single click, spending the night in comfort.
Three Tent Packs
- ⬜ White Tent
- 🟫 Brown Tent
- 🟩 Green Military Tent
When deployed, the tent generates a full interior structure with walls, roof, and windows, providing enough space to move around and place torches.
Want to enclose your base but find building materials expensive and tedious? Try these wall blocks that automatically form a 3×2 tall structure when placed – cheap and efficient!
Three Wall Types
- Metal Sheet Wall (inspired by construction sites)
- Wooden Plank Wall
- Wool Wall (also used in tent crafting)
Place one block, and the wall will extend downward to create a solid barrier against mobs and explosions.
✅ Implemented Features
- Tent pack placement, rotation, opening/closing logic.
- Full structure generation when tent is opened.
- Client-server synchronization for multiplayer.
- Particle effects and sound feedback.
- Wall placement logic (auto-builds 3×2 structure based on metadata).
- OBJ model rendering with multiple textures.
- No crafting recipes yet – obtain items via creative tab or add recipes with CraftTweaker.
- Redundant TileEntity classes (
TileEntityTentPart1,TileEntityTentPart2) exist but do not affect functionality. - Some model path mappings may be incomplete (e.g.,
001tentrenderneeds confirmation). - Localization files (
lang) missing; messages currently in English.
- Ensure you have Minecraft 1.7.10 with the appropriate Forge version installed.
- Place the mod jar file into the
.minecraft/modsfolder. - (Optional) To add crafting recipes, place CraftTweaker scripts into the
scriptsfolder. - Launch the game and enjoy!
Contributions and feedback are welcome! The project is hosted on GitHub; feel free to open issues or suggest improvements.