blockButton.yml

Here is a Example Button Block:

# blockButton.yml
blocks:
  otherbutton:
    name: "Test Block" # Item name for reference (not included in lang files)
    namespace: "coreextensions" # Namespace
    id: "other_button" # Item ID
    maxCount: 64 # Maximum stack size (integer type)
    lightLevel: 0 # Light level (integer type)
    dropsNothing: false # Does not drop anything
    sound: "WOOL" # Block sound
    hardness: 1.5 # Block hardness
    resistance: 3.0 # Block resistance
    useCutoutLayer: true # Supports transparent rendering
    wooden: true # Made of wood
    pressTicks: 20 # Interval time
# Add more blocks...

Last updated