PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
54 stars 21 forks source link

ADD+ Light_Level to REAL_WIRE, REAL_TRANSPARENT #4094

Open MaledKhaoSan opened 2 weeks ago

MaledKhaoSan commented 2 weeks ago

Terms

Discord tag (optional)

khxoismynickname

Describe the solution you'd like

"I am trying to create custom flowers that emit light, so I need to add a light level to real_tripwire and real_transparent blocks. However, the documentation doesn’t mention any way to configure light for real_tripwire or real_transparent blocks."

`

zanberry_bush:
    display_name: zanberry_bush
    resource:
      generate: false
      material: PAPER
      model_path: zanberry_bush
    specific_properties:
      block:
        light_level: 15                 // <----- Try to add Light_level
        placed_model:
          type: REAL_TRANSPARENT
          break_particles: ITEM
        cancel_drop: true
        hardness: 0.2
        sound:
          break:            
            name: minecraft:block.grass.break
            volume: 1
            pitch: 0.9
          place:
            name: minecraft:block.grass.place
            volume: 1
            pitch: 0.9
          hit:
            name: minecraft:block.grass.hit
            volume: 0.25
            pitch: 0.9
          step:
            name: minecraft:block.grass.step
            volume: 0.15
            pitch: 1

Is your feature request related to a problem?

Light_Level

Describe alternatives you've considered

add Light_Level to REAL_WIRE, REAL_TRANSPARENT

Additional context

No response