mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-08 19:12:14 +01:00
Fixed some tooltips
Added a period to the end of the Spout tooltip to match other tooltips Fixed the blaze burner tooltip (was using blaze_heater, which I assume is an older name for the block)
This commit is contained in:
parent
dbfe7f93fa
commit
6d1b1e2474
1 changed files with 9 additions and 9 deletions
|
@ -112,7 +112,7 @@
|
|||
"block.create.smart_fluid_pipe.tooltip.action1": " ~ ",
|
||||
|
||||
"block.create.spout.tooltip": "SPOUT",
|
||||
"block.create.spout.tooltip.summary": "An injector for refilling your _fluid_ _items_",
|
||||
"block.create.spout.tooltip.summary": "An injector for refilling your _fluid_ _items._",
|
||||
"block.create.spout.tooltip.condition1": "Fluid Transfer",
|
||||
"block.create.spout.tooltip.behaviour1": "When a _fluid_ _container_ _item_ such as a _bucket_ or _bottle_ is placed underneath, the spout will attempt to refill it with it's own stored _fluid_.",
|
||||
"block.create.spout.tooltip.condition2": "Fluid Automation",
|
||||
|
@ -327,14 +327,14 @@
|
|||
"block.create.basin.tooltip": "BASIN",
|
||||
"block.create.basin.tooltip.summary": "A handy _item_ _container_ used in processing with the _Mechanical_ _Mixer_ and the _Mechanical_ _Press_. Supports _Redstone_ _Comparators_.",
|
||||
|
||||
"block.create.blaze_heater.tooltip": "BLAZE HEATER",
|
||||
"block.create.blaze_heater.tooltip.summary": "A block to heat a basin when housing a tamed blaze.",
|
||||
"block.create.blaze_heater.tooltip.condition1": "When used on a _Blaze_ or _Blaze_ _spawner_",
|
||||
"block.create.blaze_heater.tooltip.behaviour1": "_Captures_ a Blaze in the item",
|
||||
"block.create.blaze_heater.tooltip.condition2": "When placed below a basin",
|
||||
"block.create.blaze_heater.tooltip.behaviour2": "Provides _heat_ to basin recipes.",
|
||||
"block.create.blaze_heater.tooltip.condition3": "When fuel is used on the blaze heater",
|
||||
"block.create.blaze_heater.tooltip.behaviour3": "Increases the remaining burn time by the furnace brn time of the used item. Consumes the item. Use _special_ _fuel_ for best results.",
|
||||
"block.create.blaze_burner.tooltip": "BLAZE BURNER",
|
||||
"block.create.blaze_burner.tooltip.summary": "A block to heat a basin when housing a tamed blaze.",
|
||||
"block.create.blaze_burner.tooltip.condition1": "When used on a _Blaze_ or _Blaze_ _spawner_",
|
||||
"block.create.blaze_burner.tooltip.behaviour1": "_Captures_ a Blaze in the item",
|
||||
"block.create.blaze_burner.tooltip.condition2": "When placed below a basin",
|
||||
"block.create.blaze_burner.tooltip.behaviour2": "Provides _heat_ to basin recipes.",
|
||||
"block.create.blaze_burner.tooltip.condition3": "When fuel is used on the blaze heater",
|
||||
"block.create.blaze_burner.tooltip.behaviour3": "Increases the remaining burn time by the furnace burn time of the used item. Consumes the item. Use _special_ _fuel_ for best results.",
|
||||
|
||||
"block.create.reinforced_rail.tooltip": "REINFORCED RAIL",
|
||||
"block.create.reinforced_rail.tooltip.summary": "A timber stabilized rail, _does_ _not_ _need_ _supports_.",
|
||||
|
|
Loading…
Reference in a new issue