- Updated for 1.21.40 (#324)

This commit is contained in:
Xterionix
2024-11-18 19:33:19 +05:00
committed by GitHub
parent 31ad665f07
commit 32d6a0effb
17 changed files with 300 additions and 97 deletions

View File

@@ -0,0 +1,9 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.transient",
"type": "object",
"title": "Transient",
"additionalProperties": false,
"description": "An entity with this component will NEVER persist, and forever disappear when unloaded.",
"required": [ ],
"properties": { }
}