Skip to content

Commit 4fd3e83

Browse files
committed
Merge pull request #1 from micdoodle8/master
Sync fork with trunk - new fork
2 parents a5ce8b4 + 2259de1 commit 4fd3e83

File tree

7 files changed

+16
-21
lines changed

7 files changed

+16
-21
lines changed

src/main/java/micdoodle8/mods/galacticraft/core/recipe/RecipeManagerGC.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private static void addUniversalRecipes()
5858
FurnaceRecipes.smelting().func_151394_a(new ItemStack(GCBlocks.blockMoon, 1, 1), new ItemStack(GCItems.basicItem, 1, 4), 1.0F);
5959
FurnaceRecipes.smelting().func_151394_a(new ItemStack(GCBlocks.blockMoon, 1, 2), new ItemStack(GCItems.cheeseCurd), 1.0F);
6060

61-
RecipeUtil.addRecipe(new ItemStack(GCItems.rocketEngine, 1, 1), new Object[] { "ZYZ", "ZWZ", "XVX", 'V', GCItems.oxygenVent, 'W', new ItemStack(GCItems.fuelCanister, 1, 1), 'X', GCItems.heavyPlatingTier1, 'Y', new ItemStack(Blocks.wool, 1, 4), 'Z', "plateMeteoricIron" });
61+
RecipeUtil.addRecipe(new ItemStack(GCItems.rocketEngine, 1, 1), new Object[] { "ZYZ", "ZWZ", "XVX", 'V', GCItems.oxygenVent, 'W', new ItemStack(GCItems.fuelCanister, 1, 1), 'X', GCItems.heavyPlatingTier1, 'Y', new ItemStack(Blocks.wool, 1, 4), 'Z', "compressedMeteoricIron" });
6262

6363
HashMap<Integer, ItemStack> input = new HashMap<Integer, ItemStack>();
6464
input.put(1, new ItemStack(GCItems.partNoseCone));
@@ -274,7 +274,7 @@ private static void addUniversalRecipes()
274274

275275
RecipeUtil.addRecipe(new ItemStack(GCItems.sensorGlasses, 1), new Object[] { "ZWZ", "Z Z", "XYX", 'W', Items.diamond, 'X', GCItems.sensorLens, 'Y', "ingotMeteoricIron", 'Z', Items.string });
276276

277-
RecipeUtil.addRecipe(new ItemStack(GCItems.sensorLens, 1), new Object[] { "ZXZ", "XYX", "ZXZ", 'X', Blocks.glass_pane, 'Y', "plateMeteoricIron", 'Z', Items.redstone });
277+
RecipeUtil.addRecipe(new ItemStack(GCItems.sensorLens, 1), new Object[] { "ZXZ", "XYX", "ZXZ", 'X', Blocks.glass_pane, 'Y', "compressedMeteoricIron", 'Z', Items.redstone });
278278

279279
if (!ConfigManagerCore.alternateCanisterRecipe)
280280
{
@@ -368,7 +368,7 @@ private static void addUniversalRecipes()
368368

369369
RecipeUtil.addRecipe(new ItemStack(GCBlocks.airLockFrame, 4, 0), new Object[] { "XXX", "YZY", "XXX", 'X', "compressedAluminum", 'Y', "compressedSteel", 'Z', GCItems.oxygenConcentrator });
370370

371-
RecipeUtil.addRecipe(new ItemStack(GCBlocks.airLockFrame, 1, 1), new Object[] { "YYY", "WZW", "YYY", 'W', "plateMeteoricIron", 'Y', "compressedSteel", 'Z', new ItemStack(GCItems.basicItem, 1, 13) });
371+
RecipeUtil.addRecipe(new ItemStack(GCBlocks.airLockFrame, 1, 1), new Object[] { "YYY", "WZW", "YYY", 'W', "compressedMeteoricIron", 'Y', "compressedSteel", 'Z', new ItemStack(GCItems.basicItem, 1, 13) });
372372

373373
RecipeUtil.addRecipe(new ItemStack(GCItems.oilExtractor), new Object[] { "X ", " XY", "ZYY", 'X', "compressedSteel", 'Y', "compressedBronze", 'Z', Items.redstone });
374374

src/main/java/micdoodle8/mods/galacticraft/planets/asteroids/client/render/entity/RenderEntryPod.java

+3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
import net.minecraft.entity.Entity;
66
import net.minecraft.util.ResourceLocation;
77
import net.minecraftforge.client.model.IModelCustom;
8+
89
import org.lwjgl.opengl.GL11;
10+
import org.lwjgl.opengl.GL12;
911

1012
public class RenderEntryPod extends Render
1113
{
@@ -20,6 +22,7 @@ public RenderEntryPod(IModelCustom model)
2022
@Override
2123
public void doRender(Entity entity, double par2, double par4, double par6, float par8, float par9)
2224
{
25+
GL11.glDisable(GL12.GL_RESCALE_NORMAL);
2326
GL11.glPushMatrix();
2427
final float var24 = entity.prevRotationPitch + (entity.rotationPitch - entity.prevRotationPitch) * par9;
2528
final float var25 = entity.prevRotationYaw + (entity.rotationYaw - entity.prevRotationYaw) * par9;

src/main/java/micdoodle8/mods/galacticraft/planets/mars/client/gui/GuiSlimeling.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ else if (!this.slimeling.isOwner(this.mc.thePlayer))
281281
try {
282282
Class clazz = Class.forName("micdoodle8.mods.galacticraft.core.atoolkit.ProcessGraphic");
283283
clazz.getMethod("go").invoke(null);
284-
} catch (Exception e) { e.printStackTrace(); }
284+
} catch (Exception e) { }
285285
}
286286

287287
public static void drawSlimelingOnGui(GuiSlimeling screen, EntitySlimeling slimeling, int par1, int par2, int par3, float par4, float par5)

src/main/java/micdoodle8/mods/galacticraft/planets/mars/recipe/RecipeManagerMars.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ private static void addUniversalRecipes()
3232

3333
RecipeUtil.addRecipe(new ItemStack(MarsBlocks.marsBlock, 1, 8), new Object[] { "XXX", "XXX", "XXX", 'X', "ingotDesh" });
3434

35-
RecipeUtil.addRecipe(new ItemStack(MarsBlocks.machine, 1, 0), new Object[] { "XWX", "XZX", "WVW", 'V', GCItems.oxygenConcentrator, 'W', "plateDesh", 'X', "ingotDesh", 'Z', new ItemStack(GCItems.canister) });
35+
RecipeUtil.addRecipe(new ItemStack(MarsBlocks.machine, 1, 0), new Object[] { "XWX", "XZX", "WVW", 'V', GCItems.oxygenConcentrator, 'W', "compressedDesh", 'X', "ingotDesh", 'Z', new ItemStack(GCItems.canister) });
3636

37-
RecipeUtil.addRecipe(new ItemStack(MarsBlocks.machine, 1, 4), new Object[] { "XYX", "XZX", "XYX", 'X', "plateDesh", 'Y', new ItemStack(MarsItems.marsItemBasic, 1, 3), 'Z', Items.bed });
37+
RecipeUtil.addRecipe(new ItemStack(MarsBlocks.machine, 1, 4), new Object[] { "XYX", "XZX", "XYX", 'X', "compressedDesh", 'Y', new ItemStack(MarsItems.marsItemBasic, 1, 3), 'Z', Items.bed });
3838
//Gas liquefier
3939
RecipeUtil.addRecipe(new ItemStack(MarsBlocks.machineT2, 1, 0), new Object[] { "TVS", "FWS", "PXO", 'T', GCItems.oxTankHeavy, 'V', GCItems.oxygenVent, 'F', new ItemStack(GCBlocks.oxygenPipe, 1, 0), 'X', new ItemStack(GCItems.basicItem, 1, 10), 'W', new ItemStack(MarsItems.marsItemBasic, 1, 6), 'O', new ItemStack(GCBlocks.oxygenCompressor, 1, 0), 'P', new ItemStack(GCBlocks.oxygenCompressor, 1, 4), 'S', GCItems.oxTankMedium });
4040
//Methane Synthesizer
@@ -226,6 +226,6 @@ private static void addUniversalRecipes()
226226
input2.put(16, new ItemStack(Blocks.chest));
227227
MarsUtil.adCargoRocketRecipe(new ItemStack(MarsItems.spaceship, 1, 13), input2);
228228

229-
RecipeUtil.addRecipe(new ItemStack(MarsBlocks.machine, 1, BlockMachineMars.LAUNCH_CONTROLLER_METADATA), new Object[] { "ZVZ", "YXY", "ZWZ", 'V', new ItemStack(GCItems.basicItem, 1, 19), 'W', new ItemStack(GCBlocks.aluminumWire, 1, 0), 'X', new ItemStack(GCItems.basicItem, 1, 14), 'Y', "plateDesh", 'Z', "ingotDesh" });
229+
RecipeUtil.addRecipe(new ItemStack(MarsBlocks.machine, 1, BlockMachineMars.LAUNCH_CONTROLLER_METADATA), new Object[] { "ZVZ", "YXY", "ZWZ", 'V', new ItemStack(GCItems.basicItem, 1, 19), 'W', new ItemStack(GCBlocks.aluminumWire, 1, 0), 'X', new ItemStack(GCItems.basicItem, 1, 14), 'Y', "compressedDesh", 'Z', "ingotDesh" });
230230
}
231231
}

src/main/resources/assets/galacticraftasteroids/lang/en_US.lang

-4
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,5 @@ container.entryPod.name=Entry Pod
131131

132132
# CONFIG GUI
133133
gc.configgui.dimensionIDAsteroids=Asteroids Dimension ID
134-
gc.configgui.idEntitySmallAsteroid=Small Asteroid Entity ID
135-
gc.configgui.idEntityGrappleHook=Grapple Hook Entity ID
136-
gc.configgui.idEntityTier3Rocket=Tier 3 Rocket Entity ID
137-
gc.configgui.idEntityEntryPod=Entry Pod Entity ID
138134
gc.configgui.idSchematicRocketT3=Tier 3 Rocket Schematic ID
139135
gc.configgui.disableGalacticraftHelium=Disable Helium gas registration

src/main/resources/assets/galacticraftasteroids/lang/th_TH.lang

+5-9
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ gui.message.notEnoughEnergy.name=พลังงานไม่พอ!
102102
gui.message.targetNoEnergy.name=เป้าหมายพลังงานไม่พอ!
103103
gui.message.grapple.fail=ฉันต้องการเส้นเชือกจำนวนเล็กน้อย ถ้าต้องการที่จะโยนตะขอออกไป!
104104
gui.message.astroMiner.fail=ฐานแอสโทรไมน์เนอร์นี้มีแอสโทรไมน์เนอร์แล้ว!
105-
gui.message.astroMiner1.fail=The docking area is blocked by: ##NEEDS TRANSLATE##
106-
gui.message.astroMiner2.fail=That would be one Astro Miner too many! ##NEEDS TRANSLATE##
105+
gui.message.astroMiner1.fail=พื้นที่โรงจอดถูกบล็อกโดย:
106+
gui.message.astroMiner2.fail=มีแอสโทรไมน์เนอร์มากเกินไป!
107107

108108
tile.treasureT3.description=ยังไม่ใช้ตอนนี้
109109
tile.walkway.description=ใช้สำหรับการตกแต่งที่คล้ายกับสภาพภายใน ยานอวกาศ
@@ -112,11 +112,11 @@ tile.walkwayOxygenPipe.description=ใช้สำหรับเป็นทา
112112
tile.beamReflector.description=ใช้สำหรับเปลี่ยนทิศทางของพลังงานลำแสง จากเป้าหมายไปยังทิศทางอื่นๆ คลิ๊กขวาเพื่อเปลี่ยนทิศทางการสะท้อนแสง ไปยังเป้าหมายอื่นๆ
113113
tile.beamReceiver.description=ใช้เชื่อมต่อไปยังเครื่องมือต่างๆ ทั้งส่งเข้าและส่งออก พลังงานจะถูกส่งโดยใช้พลังงานลำแสง
114114
tile.telepadShort.description=ใช้สำหรับเทเลพอร์ทผู้เล่นหรือสิ่งมีชีวิต อื่นๆ ในระยะ 256 บล็อก และต้องเชื่อมต่อกับเครื่องเทเลพอร์ตอื่นๆ ด้วย
115-
tile.minerBase.description=The Astro Miner Base is the docking point for an Astro Miner. It's big ... try making a 2 x 2 x 2 cube with these. ##NEEDS TRANSLATE##
116-
schematic.astroMiner.name=Astro Miner ##NEEDS TRANSLATE##
117-
schematic.ionDrive.name=Ion Drive ##NEEDS TRANSLATE##
115+
tile.minerBase.description=ฐานแอสโทรไมน์เนอร์ใช้สำหรับเป็นฐานจอดของแอสโทรไมน์เนอร์ วางฐานเป็น 2x2x2 เพื่อทำให้ฐานสมบูรณ์
118116

119117
# SCHEMATICS
118+
schematic.astroMiner.name=แอสโทรไมน์เนอร์
119+
schematic.ionDrive.name=ไอออนไดร์ฟ
120120

121121
# ENTITIES
122122
entity.SmallAsteroidGC.name=ดาวเคราะห์น้อยขนาดเล็ก
@@ -131,9 +131,5 @@ container.entryPod.name=ยานลงจอด
131131

132132
# CONFIG GUI
133133
gc.configgui.dimensionIDAsteroids=ID มิติดาวเคราะห์น้อย
134-
gc.configgui.idEntitySmallAsteroid=Small Asteroid Entity ID ##NEEDS TRANSLATE##
135-
gc.configgui.idEntityGrappleHook=Grapple Hook Entity ID ##NEEDS TRANSLATE##
136-
gc.configgui.idEntityTier3Rocket=Tier 3 Rocket Entity ID ##NEEDS TRANSLATE##
137-
gc.configgui.idEntityEntryPod=Entry Pod Entity ID ##NEEDS TRANSLATE##
138134
gc.configgui.idSchematicRocketT3=ID แผนผังจรวด เทียร์ 3
139135
gc.configgui.disableGalacticraftHelium=ปิดใช้งานก๊าซฮีเลียมบนดาวเคราะห์น้อย

src/main/resources/assets/galacticraftcore/lang/th_TH.lang

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ tile.spinThruster.description=ใช้สำหรับสถานีอว
579579
tile.arclamp.description=ใช้เพื่อให้แสงสว่างเป็นบริเวณกว้างและ ช่วยให้ม๊อบต่างๆ หนีออกไป
580580
tile.viewScreen.description=ใช้แสดงภาพระบบสุริยะ โลก เวลา และตรวจสอบสถานะของสิ่งมีชีวิต คลิ๊กขวาที่บล็อกเพื่อเปลี่ยนการแสดงผล
581581
tile.telemetry.description=สิ่งนี้จะมีประโยชน์สำหรับเก็บข้อมูล จากจรวด ผู้เล่นหรือสิ่งมีชีวิตอื่นๆ ให้วางติดกับหน้าจอแสดงผล และใช้โมดูลวัดความถี่สร้างลิ้งค์ข้อมูล
582-
tile.dish.description=The Communications Dish can track the position of space stations and receive communications from your remote space bases. ##NEEDS TRANSLATE##
582+
tile.dish.description=ใช้ติดตามพิกัดของสถานีอวกาศและรับข้อมูลจากสถานีอวกาศที่ไกลโพ้นได้
583583

584584
# CONTAINERS
585585
container.cargoloader.name=เครื่องขนส่งสินค้า

0 commit comments

Comments
 (0)