Skip to content

Commit

Permalink
Renamed Sandstone to Conglomerate
Browse files Browse the repository at this point in the history
Swapped Dolomite with Slate
  • Loading branch information
nuckable committed Jun 12, 2022
1 parent 793f4a2 commit ac6c498
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {

apply plugin: 'forge'

version = "1.0.8"
version = "1.0.9"
group= "org.rbh.tfcadditions"
archivesBaseName = "[1.7.10]TFC-Additions"

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/org/rbh/tfcadditions/Reference/Names.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package org.rbh.tfcadditions.Reference;

import com.dunk.tfc.api.Enums.EnumFuelMaterial;

/**
* Created by raymondbh on 15.07.2015.
*/
public class Names {

public static final String[] STONE_IGIN = new String[]{"Granite", "Diorite", "Gabbro"};
public static final String[] STONE_SED = new String[]{"Shale", "Claystone", "Rock Salt", "Limestone", "Conglomerate",
public static final String[] STONE_SED = new String[]{"Shale", "Claystone", "Rock Salt", "Limestone", "Sandstone",
"Dolomite", "Chert", "Chalk"};
public static final String[] STONE_IGEX = new String[]{"Rhyolite", "Basalt", "Andesite", "Dacite"};
public static final String[] STONE_MM = new String[]{"Quartzite", "Slate", "Phyllite", "Schist", "Gneiss", "Marble"};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Reference {

public static final int VersionMajor = 1;
public static final int VersionMinor = 0;
public static final int VersionRevision = 8;
public static final int VersionRevision = 9;

public static final String ModVersion = VersionMajor + "." + VersionMinor + "." + VersionRevision;
//public static final String TFCVersion = "@TFCVERSION@";
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/assets/tfcadditions/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tile.IgInRockDentSmall.Granite.name=Granite with small Outline
tile.SedRockDent.Chalk.name=Chalk with Outline
tile.SedRockDent.Chert.name=Chert with Outline
tile.SedRockDent.Claystone.name=Claystone with Outline
tile.SedRockDent.Conglomerate.name=Conglomerate with Outline
tile.SedRockDent.Sandstone.name=Sandstone with Outline
tile.SedRockDent.Dolomite.name=Dolomite with Outline
tile.SedRockDent.Limestone.name=Limestone with Outline
tile.SedRockDent.Rock Salt.name=Rock Salt with Outline
Expand All @@ -53,7 +53,7 @@ tile.SedRockDent.Shale.name=Shale with Outline
tile.SedRockDentSmall.Chalk.name=Chalk with small Outline
tile.SedRockDentSmall.Chert.name=Chert with small Outline
tile.SedRockDentSmall.Claystone.name=Claystone with small Outline
tile.SedRockDentSmall.Conglomerate.name=Conglomerate with small Outline
tile.SedRockDentSmall.Sandstone.name=Sandstone with small Outline
tile.SedRockDentSmall.Dolomite.name=Dolomite with small Outline
tile.SedRockDentSmall.Limestone.name=Limestone with small Outline
tile.SedRockDentSmall.Rock Salt.name=Rock Salt with small Outline
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac6c498

Please sign in to comment.