add optional lead chest

This commit is contained in:
Brevven 2021-02-28 20:29:53 -08:00
parent 69e6fc798e
commit 45d0116c73
13 changed files with 168 additions and 1 deletions

View file

@ -1,5 +1,6 @@
[entity-name]
lead-ore=Lead
lead-chest=Lead chest
[autoplace-control-names]
lead-ore=Lead ore
@ -10,6 +11,7 @@ lead-dust=Lead dust
lead-plate=Lead plate
lead-alloy=__ITEM__lead-plate__
enriched-lead=Enriched lead
lead-chest=Lead chest
[item-description]
lead-ore=Can be smelted into lead plates
@ -32,3 +34,11 @@ dirty-water-filtration-lead=Filter dirty water [item=lead-ore]
enriched-lead=Enrich lead ore, purifying with sulfuric acid [fluid=sulfuric-acid] and water [fluid=water], improving the final yield. Produce dirty water [fluid=dirty-water] as a byproduct.
dirty-water-filtration-lead=Filter dirty water, giving lead ore [item=lead-ore], copper ore [item=coppper-ore] and stone [item=stone] (probabilistically).
# Settings
[mod-setting-name]
bzlead-more-entities=Experimental: Lead entities
[mod-setting-description]
bzlead-more-entities=Adds lead entities (currently just a lead chest). Currently "experimental", long-term support not guaranteed.