About Minecraft Entities
Description
Minecraft Entities replaces standard Rust deployables with fully functional Minecraft-style versions while preserving all vanilla game mechanics.
Players receive special custom items that automatically transform into Minecraft blocks when placed. Although the appearance is completely changed, every object keeps its original functionality. Furnaces smelt ore, electric furnaces require power, workbenches unlock crafting, and large boxes function as normal storage containers.
Currently supported entities:
Minecraft Furnace
Minecraft Electric Furnace
Minecraft Workbench Level 1
Minecraft Workbench Level 2
Minecraft Workbench Level 3
Minecraft Large Wooden Box
Features
Fully functional Minecraft-style entities.
Preserves all vanilla Rust mechanics.
Automatically replaces custom items with Minecraft entities after placement.
Dynamic front texture for active furnaces.
Correct health and damage handling.
Automatic restoration after server restart.
Pickup support.
Easy configuration.
Configuration
Example configuration:
Chat Commands
Use the following chat commands to obtain Minecraft entities:
/giveminecraftitem minecraft_furnace <amount>
/giveminecraftitem minecraft_electric_furnace <amount>
/giveminecraftitem minecraft_first_workbench <amount>
/giveminecraftitem minecraft_second_workbench <amount>
/giveminecraftitem minecraft_third_workbench <amount>
/giveminecraftitem minecraft_big_chest <amount>
Replace <amount> with the desired quantity (for example: 1, 5, 10).