Fix BP entity snippet (#342)
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
"minecraft:entity": {
|
"minecraft:entity": {
|
||||||
"description": {
|
"description": {
|
||||||
"identifier": "$2:${3:${TM_FILENAME/[\\.].*//}}",
|
"identifier": "$2:${3:${TM_FILENAME/[\\.].*//}}",
|
||||||
"is_spawnable": "^{4:true}",
|
"is_spawnable": "${4:true}",
|
||||||
"is_summonable": "^{5:true}",
|
"is_summonable": "${5:true}",
|
||||||
"is_experimental": "^{6:false}"
|
"is_experimental": "${6:false}"
|
||||||
},
|
},
|
||||||
"components": "^{$7}"
|
"components": "^{$7}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user