agreed
- Tape_City
- Registered Member
-
Member for 9 years, 4 months, and 4 days
Last active Thu, Sep, 26 2019 18:49:00
- 0 Followers
- 104 Total Posts
- 10 Thanks
-
Jan 29, 2014Tape_City posted a message on Still Confused About the New Skin System?Posted in: News
-
Jan 25, 2014Tape_City posted a message on Snapshot 14w03a Ready for Testing!new skin changes XDPosted in: News
but...
will skin viewer be updated to view the skin changes?
AND
How long before Nova Skin is able to update their skin editor so that you can edit your skin AND have it work Offline? -
Nov 23, 2013Tape_City posted a message on Snapshot 13w47a Ready for Testing!Posted in: News
I 2nd that!As cool as this update is, it doesn't solve my game killing issueException while updating neighbors java.lang.StackOverflowError: Exception while updating neighbors.(didn't mean to quote twice)Quote from DeanUKNo bugfixes?To be completely honest, I'd rather Mojang worked on the bugs of 1.7 than work on adding new features. - To post a comment, please login.
0
I did a test run of this mod in 1.7.10 and as far as i know it works but given the original download link is dead and the only download i could find could only be installed by a fishy mod installer Someone or mod maker please post another download link.
0
Most of my favorite mods never left 1.7.10 and those that did changed in ways i don't like (Biomes o plenty removing good biomes, chisel removing a number of blocks i liked in 1.7.10. I'm staying on 1.7.10 for one special project i'm working on that requires a number of mods that has since stopped updating. I understand that its kinda odd to stay on a version that's so outdated but i'm determined to actually do and finish something i start regardless of how far behind the version is. On mutiplayer i'm playing on 1.8-1.10 depending on the server (1.11 crashes me, no of last time i checked for 1.12)
0
I'm starting to make a mod but I don't know what i'm doing wrong. (and i suspect i'm going to make many threads in the coming weeks as I'm a noob at modding)
1) Textures are not rendering on the item and block I have made so far.
2) the block is not even displaying a name of sorts, Only "Null" but the settings for the block are working.
3) lang file doesn't seem to be working.
My ModItems Code
package com.TapeCity.Addons2Chisel.Item;
import com.TapeCity.Addons2Chisel.Main;
import cpw.mods.fml.common.registry.GameRegistry;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
public final class ModItems {
public static Item tapecityItem;
public static final void init() {
tapecityItem = new Item().setUnlocalizedName("tapecityItem").setCreativeTab(CreativeTabs.tabMisc).setTextureName(Main.MODID +":tapecityItem"); GameRegistry.registerItem(tapecityItem, "tapecityItem");
}
}
My ModBlocks Code
package com.TapeCity.Addons2Chisel.block;
import cpw.mods.fml.common.registry.GameRegistry;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
public final class ModBlocks {
public static Block tapecityBlock; public static final void init() { GameRegistry.registerBlock(tapecityBlock = new BasicBlock(Material.rock), "tapecityBlock");
}
}
Basic Block
package com.TapeCity.Addons2Chisel.block;
import com.TapeCity.Addons2Chisel.Main;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;
public class BasicBlock extends Block { protected BasicBlock(Material rock_) { super(rock_);
this.setBlockName(textureName);
this.setBlockTextureName(Main.MODID + ":" + textureName);
this.setCreativeTab(CreativeTabs.tabBlock);
this.setHardness(2.0F);
this.setResistance(6.0F);
this.setLightLevel(1.0F);
this.setHarvestLevel("pickaxe", 1);
this.setStepSound(soundTypeMetal);
// TODO Auto-generated constructor stub
}
}
0
I'm wanting to make an add on for Chisel 2 but I cant seem to find any tutorials on the matter. Does anyone have any Tutorials on how to make an add on for chisel?
(for example adding more redstone blocks or adding chiseled stained clay)
Any Help would be appreciated.
0
I was unable to download Java 7. All links were either dead or contained a virus/malware. Windows has since released a patch update that has fixed my Optifine problem. Thank for your help.
0
Checked for updates - None found
Java version - Java 8 Update 131
0
I just got the Windows 10 Creator's update yesterday but discovered today that If I try to launch Minecraft with Optifine on ANY version (Forge or Just optifine alone) the following happens:
The game loads like normal (If its forge the game takes a while to load which is normal for me)
The main menu appears and functions normally
If I select single player the single player menu works. But if I try to play single player the game freezes when the world starts to load. In Forge the world will load and the game will be playable for 2 seconds then freeze.
If I select multi player the server list menu works. But if I try to join a server the game freezes when trying to load the world but score boards and some chat messages will appear.
I ran Minecraft without Optifine in 1.11.2 and the game didn't freeze but didn't perform too well since I have a poopy laptop.
I have updated My graphics driver and Java with no luck.
Using the new Game Mode also didn't work for Minecraft but it helped Halo.
I did send an email to Optifine but havn't heard back yet.
The only other thing I can think of is maybe windows defender is messing up Minecraft but I can't tell if its Defender's fault or not.
Anyone else having this problem?
0
I have a modded bop world that i all ready have built some things on with chisel. I got a rather old version of chisel and want to update it but if I update chisel will that break my world?
Version of chisel I have: Chisel-1.7.10-1.5.7
Version I want to upgrade to: Chisel-2.9.5.11
0
there was nothing wrong with Atum but thanks for the help with NEI But i discovered a new problem. Birch Forest M, Birch Forest Hills M and roofed Forest Hills M are "Null" when i opened the data dump, The Atum's Desert biome is #200
0
I Never got an answer to my last question (and i apparently posted it during an inactive period in the thread and my apologies for bumping but did the Mesa bug ever get fixed??? (or was it caused by another mod??) also still wanting to add tropicraft if there's no conflicting biome ids
also would Thaumcraft mess up my world generation if i added it (new biomes?)
0
ummm i wasn't sure if this was a bop bug (likely not bop but caused by another mod) but the mesa i was looking for got flip flopped with the desert (see spoiler) i don't have any mods that add new overworld biomes but have Atum that adds its own dimension.
I had put a mesa essence in the biome radar and it lead me to the mesa but the mesa is only clumps of redsand along the shore and desert the rest of the way but the mesa plateaus generated like normal, this bug made 2 temples and 3 villages generate where otherwise i dont think they would have generated.
heres 1 temple
Render of mesa in a World mapper
This is a render of the biome in a world mapper. the red blobs away from the ocean are mesa plateaus, the small red blobs along the shore are what the biome radar was pointing to for the mesa, the pink dots are a mixture of red sandstone (ganny's surface), plant mega pack plants, and sand ores, there is also a tiny oasis at the top of the pic
EDIT: also does anyone have an updated list of the biome ids, all the lists i have found reference biomes that no longer exist and do not list the new biome added. i want to add tropicraft but i wana check for any biome id conflicts first
0
Fixed (why didnt i think to check on optifine sooner
)
0
I updated forge from forge (1.7.10) 10.13.2.1291 to 10.13.4.1448 so i could install Foundry. Minecraft launches and goes to the menu correctly but if i try to load or make a new world i crash with this:
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 11/28/15 5:42 PM
Description: Unexpected error
java.lang.NoSuchMethodError: com.mojang.authlib.minecraft.MinecraftProfileTexture.(Ljava/lang/String;)V
at net.minecraft.client.entity.AbstractClientPlayer.downloadCape(AbstractClientPlayer.java:159)
at net.minecraft.client.entity.AbstractClientPlayer.(AbstractClientPlayer.java:51)
at net.minecraft.client.entity.EntityPlayerSP.(EntityPlayerSP.java:79)
at net.minecraft.client.entity.EntityClientPlayerMP.(SourceFile:36)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_147493_a(PlayerControllerMP.java:399)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2226)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.entity.AbstractClientPlayer.downloadCape(AbstractClientPlayer.java:159)
at net.minecraft.client.entity.AbstractClientPlayer.(AbstractClientPlayer.java:51)
at net.minecraft.client.entity.EntityPlayerSP.(EntityPlayerSP.java:79)
at net.minecraft.client.entity.EntityClientPlayerMP.(SourceFile:36)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_147493_a(PlayerControllerMP.java:399)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2226)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Affected level --
Details:
Level name: MpServer
All players: 0 total; []
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 0 total; []
Retry entities: 0 total; []
Server brand: ~~ERROR~~ NullPointerException: null
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 284403976 bytes (271 MB) / 736165888 bytes (702 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_U_B5 41 mods loaded, 41 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAA {000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA battlegear2{1.0.7.0} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.7.0.jar)
UCHIJAAAA atum{0.6} [Atum] (Atum-1.7.10-0.6.57.jar)
UCHIJAAAA betterstorage{0.12.0.124} [BetterStorage] (BetterStorage-1.7.10-0.12.0.124.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1283-universal.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
UCHIJAAAA Forestry{3.5.6.15} [Forestry for Minecraft] (forestry_1.7.10-3.5.6.15.jar)
UCHIJAAAA BinnieCore{2.0-pre8} [Binnie Core] (binnie-mods-2.0-pre8.jar)
UCHIJAAAA Botany{2.0-pre8} [Botany] (binnie-mods-2.0-pre8.jar)
UCHIJAAAA ExtraBees{2.0-pre8} [Extra Bees] (binnie-mods-2.0-pre8.jar)
UCHIJAAAA ExtraTrees{2.0-pre8} [Extra Trees] (binnie-mods-2.0-pre8.jar)
UCHIJAAAA Genetics{2.0-pre8} [Genetics] (binnie-mods-2.0-pre8.jar)
UCHIJAAAA colourfulportalsmod{1.4.2} [Colourful Portals] (ColourfulPortals-1.4.2_for_1.7.X.jar)
UCHIJAAAA doorsoplenty{0.1} [Doors o Plenty] (doorsoplenty-1.0.jar)
UCHIJAAAA Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar)
UCHIJAAAA foundry{1.2.0.1} [Foundry] (Foundry-1.7.10-1.2.0.1.jar)
UCHIJAAAA ganysend{1.8.8} [Gany's End] (Ganys End-1.8.8.jar)
UCHIJAAAA ganysnether{1.7.8} [Gany's Nether] (Ganys Nether-1.7.8.jar)
UCHIJAAAA ganyssurface{1.9.5} [Gany's Surface] (Ganys Surface-1.9.5.jar)
UCHIJAAAA gemsplus{1.7.10} [Gems+] (gemsplus-1.5-mc1.7.10.jar)
UCHIJAAAA more{6.0} [M-Ore mod] (M-Ore 6.0.jar)
UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJAAAA Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar)
UCHIJAAAA moreores{3.0.2,} [Mr.Robertman's More Ores] (More Ores V3.0.2 (MC 1.7.10).jar)
UCHIJAAAA MoreBows2{1.1} [More Bows 2] (MoreBows2-1.1.jar)
UCHIJAAAA MBMoreMetalsThanYou{0.02} [MBMoreMetalsThanYou] (MoreMetalsThanYou_0.02.jar)
UCHIJAAAA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJAAAA NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar)
UCHIJAAAA harvestcraft{1.7.10g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10h.jar)
UCHIJAAAA plantmegapack{4.20} [Plant Mega Pack] (plantmegapack-4.20-1.7.10-1291.jar)
UCHIJAAAA RainbowWorld{1.0.0} [RainbowWorld] (Rainbow World (1.7.x).jar)
UCHIJAAAA RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar)
UCHIJAAAA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJAAAA mineralistic{ver.1.5} [Better Minerals] (The_Better_Minerals_Mod-1.7.10-1.5.jar)
UCHIJAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCHIJAAAA wildcaves3{1.7.10} [Wild Caves 3] (WildCaves3-0.4.3.7(1.7.10).jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
CoFHCore: -[1.7.10]3.0.2-262
NetherOres: Lacking version information.
Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Optifine
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4276, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
anyone got any ideas?
0
aww rats
well ill keep an eye then
0
is there a 1.8 version coming out or being planed on? i am about to update to 1.8 (modded profile) and i want Atum to stay part of my modded experience. i am just asking out of curiosity and apologize if i am unintentionally rule breaking