-
Notifications
You must be signed in to change notification settings - Fork 421
PaneRenderer Class
FedUpWith-Tech edited this page Aug 1, 2020
·
1 revision
The PaneRenderer class is used to create models for glass panes, iron fences and other blocks that have similar connection behaviors with adjacent like blocks.
###Attributes None
###Patches Requiring Textures
- patch0 - Texture used for all the faces of the pane model (the "glass")
- patch1 - Texture used for the edges of the panel model (the "frame")
- 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