File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ Selectively breed your livestock for increased yields! Commercialize your farmin
44
55### Features
66- Breeding livestock may result in offspring that is abnormally large
7- - Larger individuals drop more loot
7+ - Larger livestock drops more loot
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def beet_default(ctx: Context):
1414 # prepare list of supported entities
1515 entity_ids = [e .get ('entity_id' , "" ).removeprefix ('minecraft:' ).strip () for e in csv ]
1616
17- # for each wood type in the vanilla doors tag , render a copy of the "templates" directory with the appropriate wood-type
17+ # for each supported entity , render a copy of the "templates" directory with the appropriate entity-id
1818 for entity in entity_ids :
1919 subproject_config = {
2020 "data_pack" : {
You can’t perform that action at this time.
0 commit comments