Compare commits
2 Commits
d78072f301
...
adff0ba2e2
Author | SHA1 | Date |
---|---|---|
Tom Dodd | adff0ba2e2 | |
Tom Dodd | b0648aa861 |
|
@ -1,3 +1,14 @@
|
||||||
|
v2o.3.5
|
||||||
|
|
||||||
|
* Fixed fission neutron sources not finding their targets while the multiblock is broken
|
||||||
|
* Fixed wrong texture on top and bottom of fission ports
|
||||||
|
|
||||||
|
* Hopefully fixed turbine rotor render crashes
|
||||||
|
|
||||||
|
* Fixed crash on loading with Chinese localisation [thanks to WuzgXY!]
|
||||||
|
|
||||||
|
* Continued Patchouli guide book documentation
|
||||||
|
|
||||||
v2o.3.4
|
v2o.3.4
|
||||||
|
|
||||||
+ Added CT methods to add custom fission reactor and turbine multiblock components
|
+ Added CT methods to add custom fission reactor and turbine multiblock components
|
||||||
|
|
|
@ -3354,6 +3354,7 @@ death.attack.fatal_rads=%1$s died due to fatal radiation poisoning
|
||||||
# Guide Book
|
# Guide Book
|
||||||
|
|
||||||
nc.guide_book.name=NuclearCraft Guide
|
nc.guide_book.name=NuclearCraft Guide
|
||||||
|
nc.guide_book.edition=Overhaul Edition
|
||||||
nc.guide_book.desc=The official guide for NuclearCraft: Overhauled.
|
nc.guide_book.desc=The official guide for NuclearCraft: Overhauled.
|
||||||
|
|
||||||
# String Formatting
|
# String Formatting
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "nc.guide_book.name",
|
"name": "nc.guide_book.name",
|
||||||
"landing_text": "nc.guide_book.desc",
|
"landing_text": "nc.guide_book.desc",
|
||||||
"version": 1,
|
"subtitle": "nc.guide_book.edition",
|
||||||
"show_progress": false,
|
"show_progress": false,
|
||||||
"creative_tab": "nuclearcraft.misc"
|
"creative_tab": "nuclearcraft.misc"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue