-
Notifications
You must be signed in to change notification settings - Fork 428
RedstoneWireRenderer Class
FedUpWith-Tech edited this page Aug 1, 2020
·
1 revision
The RedstoneWireRenderer class is a renderer used to create the appropriate patch models for drawing redstone wire block appropriately.
###Attributes None
###Patches Requiring Textures
- patch0 - The texture corresponding to the straight run of redstone wire (top to bottom)
- patch1 - The texture corresponding to the crossing of redstone wire (top, bottom, left, right)
- Base Plugin Settings
- Web Setup
- Storage Setup
- HD Map Configuration
- World and template settings
- Guides
- Advanced Map Configuration
- Component Configuration
- Configuration of worlds
- Exporting World Data in Wavefront OBJ Format
- External Webserver Advanced
- Support for Minecraft Servers other than CraftBukkit
- Support for MinecraftForge based mods
- Support for Tekkit
- Custom Block Definitions
- Model Definition Files
- Texture Definition Files
- Defining a Block using a Custom Block Renderer
- Defining a Block using a Volumetric Model
- Defining a Cuboid Block
- Defining a Simple Block
- Defining Cuboid Models
- Defining Volumetric Models
- Special texture file types
- Using custom block renderers
- Incompatible mods