Skip to content

Commit f324a60

Browse files
committed
Comment and README changes
1 parent a4a2452 commit f324a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gm4_lavish_livestock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gm4_lavish_livestock/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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": {

0 commit comments

Comments
 (0)