Add a way to disable block physics (set block at {_loc} to {_type})
Vulcano771 opened this issue ยท 0 comments
Suggestion
So I checked the SourceCode of Skript - and I found: https://github.com/SkriptLang/Skript/blob/master/src/main/java/ch/njol/skript/classes/data/DefaultChangers.java#L308
- there is an option to disable the block physics .
Why?
It would be very useful to add this because you else can have problems to place e.g. ladders on blocks (when skript doesnt place them in the right order)
Other
I would maybe suggest: %itemtype% without physics
as expression to disable the physics on the item - and then using set block at {_loc} to {_type} without physics
- would be very nice :)
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.