blockSlab.yml

Here is a example slab block:

# blockStairs.yml
blocks:
  slabblock:
    name: "Test Stairs" # Item name for reference (not included in the lang file)
    namespace: "coreextensions" # Namespace
    id: "other_slab" # Item ID
    maxCount: 64 # Maximum stack size (integer int type)
    lightLevel: 0 # Light level (integer int type)
    dropsNothing: false # Whether it drops nothing
    sound: "wood" # Block Sound
    hardness: 1.5 # Block hardness
    resistance: 3.0 # Block resistance
    useCutoutLayer: true # Whether it supports transparent rendering
# Add more blocks...

Last updated