generate new data/registryid package

This commit is contained in:
Tnze
2024-07-28 15:11:11 +08:00
parent 884d4307fe
commit cbd9bb96de
78 changed files with 6111 additions and 202 deletions

View File

@ -0,0 +1,25 @@
// Code generated by data/registry/generate.go; DO NOT EDIT.
package registryid
var LootConditionType = []string{
"minecraft:inverted",
"minecraft:any_of",
"minecraft:all_of",
"minecraft:random_chance",
"minecraft:random_chance_with_enchanted_bonus",
"minecraft:entity_properties",
"minecraft:killed_by_player",
"minecraft:entity_scores",
"minecraft:block_state_property",
"minecraft:match_tool",
"minecraft:table_bonus",
"minecraft:survives_explosion",
"minecraft:damage_source_properties",
"minecraft:location_check",
"minecraft:weather_check",
"minecraft:reference",
"minecraft:time_check",
"minecraft:value_check",
"minecraft:enchantment_active_check",
}