NotSoDelayed

Results 32 comments of NotSoDelayed

Further testing shows that spawning a falling block with SkBee's NBT throws the exact same error. Code used: `spawn falling block with nbt compound of "{BlockState:{Name:""minecraft:sand""},Time:1,DropItem:0b,HurtEntities:0b}"`

Do you mean to allow support for carrying indices to another list? Is this the issue? ![Screenshot_20220724-233023_Edge](https://user-images.githubusercontent.com/72163224/180654837-2926b552-1b29-4a4a-9488-7cda66a8362b.png)

Ohh okay, then my example is a different thing from this. Will have it in another issue.

This was fixed in #5476, and will be applied to the next beta release (beta3).

This has been an issue up to MC 1.12, hence this function is used for comparison: ```py function compare(1: inventory, 2: inventory) :: boolean: return false if (name of {_1})...

Tests for this PR cannot be proceeded until #6261 and [other issues](https://discord.com/channels/135877399391764480/836220422223036467/1190022145527513168) related to delayed tests to be fixed in Skript's JUnit testing system.

As #6451 points a pattern improvement, I decided to apply it into this PR as both are on the same page.

This PR will be moved into one PR with #6431 due to identical implementation.

Don’t forget to add `Russian` as an available option in [config.sk](https://github.com/SkriptLang/Skript/blob/7178dc41c4c6a2e8b68c082e3c7d83c1739c791c/src/main/resources/config.sk#L34).