blockPressurePlate.yml
Here is a Example Pressure Plate Block:
# blockPressurePlate.yml
blocks:
blockPP:
name: "Test Pressure Plate" # Item name for reference (not included in lang files)
namespace: "coreextensions" # Namespace
id: "other_pressure_plate" # Item ID
maxCount: 64 # Maximum stack size (integer type)
lightLevel: 0 # Light level (integer type)
dropsNothing: false # Does not drop anything
sound: "WOOD" # Block sound
hardness: 1.5 # Block hardness
resistance: 3.0 # Block resistance
useCutoutLayer: true # Supports transparent rendering
stone: true # Inherits stone pressure plate properties
# Add more blocks...
Last updated