Giter Club home page Giter Club logo

chiseled-me's People

Contributors

3tusk avatar lorenzopapi avatar necauqua avatar nomaxice avatar snapshotlight avatar vassembly avatar vexatos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chiseled-me's Issues

Antipolarized Concentrated Pym Essence Recipe.

The antipolarized concentrated pym essence recipe takes effect whenever two items that are not already a recipe are placed into a crafting bench.

Steps to reproduce the behavior:

  1. Open a crafting bench
  2. Place two items into it in a way that should not craft anything.
  3. Antipolarized Concentrated Pym Essence will appear in the output slot

Expected behavior
Nothing will be in the output slot

Screenshots
Screenshot from 2020-01-11 20-02-05
Screenshot from 2020-01-11 20-02-16

Additional information:

  • Installed mods: Chiseled-Me, Chisels and bits
  • Forge version: 14.23.5.2847
  • Mod version: 2.0.0.1

Scale at which distance mobs notice the player

Hi Anton.
I have played your mod to test it for a while, and really look up to you getting the mod functioning as good as it can get. I also love the new fixes you applied lately!! , keep up the tremendous work

But if it could be possible.... could you make the AIs on all Mobs and Monsters incabable of seeing the player when calibrated to a certain sizes? (as in from 1/32 and down all the way to 1/4096)

Particles and Effects

Is it a stupid idea with this possible feature?: Can become immune to any effects when calibrated to atom size. 🤔
I thought of it when i played with MutedGalaxy on my server, we tried different sizes with monsters and tried to shoot arrows and throw bottles with effects at them and ourselfs...

Can't actually run at all

My game just straight up dies when I boot the game with Chiseled Me installed. These are the mods I have:
image

Coremod can't patch or whatever with class

Your coremod Chiseled Me prevents minecraft from starting, I never get the mod loading screen so I need to stop it via task manager. My latest log file is attached to this report and I have no fml-client-latest.log, because I haven't found it.
I am using the latest version of Forge and the latest version of your coremod.

2020-01-17-3.log

i can't play minecraft with this mod (version 1.12.2)

When I try to use this mod with mod X (and/or by doing some set of actions), the game crashes.

If you know exactly with what mod X this mod crashed, please check that it was not already reported.

Additional information:

  • crashlog file or gist: required
  • fml-latest.log file: highly recommended to provide

Growing creatures

I don't know exactly what caused it but I'll try and explain what happened. I had a lan server and was playing with a friend, My friend left and I used the command /kill on myself which caused all mobs to instantly turn to there normal size. I tried to change there size back but I couldn't change there size at all. The next day when I did the world again there size was back to the small size.

Creative flight system

a creative flight like mechanism that is tailored to the reduced scale to allow easier building "big" things. something like a "bee on a string" or something, with a little bee flying around and the player on a string under it. imo it has the "vanilla" style about it, like the carrot on a stick, so it fits even in a mostly vanilla environment without really feeling out of place :D

Quark Conflict

Couldn't find the fml-latest.log, but here's the crash log file. Game crashes on loading screen.
debug.log

Crash report plz help

When I try to use chiseled me with 1.12.2 and then pressing play it says forge is loading some mods and then the game crashes.

i think its just chiseled me mod here take a look at the crash report..
---- Minecraft Crash Report ----

WARNING: coremods are present:
Chiseled Me ASM (chiseled-me-1.12.2-2.0.0.1.jar)
Contact their authors BEFORE contacting forge

// Don't be sad. I'll do better next time, I promise!

Time: 1/7/20 1:52 PM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/client/renderer/EntityRenderer
at net.minecraftforge.client.ForgeHooksClient.shouldUseVanillaReloadableListener(ForgeHooksClient.java:959)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:131)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:112)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:808)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:247)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.EntityRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 14 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer dev.necauqua.mods.cm.asm.Plugin@495afaf5 from coremod Chiseled Me ASM
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 16 more
Caused by: java.lang.IllegalStateException: Coremod failed!
Some patches were not applied to class EntityRenderer:
transformer 'cameraView':
method func_78479_a(FI)V:
- <insert before INVOKESPECIAL net/minecraft/client/renderer/EntityRenderer.func_78475_f(F)V>
- <insert after INVOKESPECIAL net/minecraft/client/renderer/EntityRenderer.func_78475_f(F)V>

at dev.necauqua.mods.cm.asm.dsl.ASM.checkMisses(ASM.java:182)
at dev.necauqua.mods.cm.asm.dsl.ASM.doTransform(ASM.java:129)
at dev.necauqua.mods.cm.asm.Plugin.transform(Plugin.java:40)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
... 18 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at net.minecraftforge.client.ForgeHooksClient.shouldUseVanillaReloadableListener(ForgeHooksClient.java:959)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:131)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:112)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:808)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:247)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Mac OS X (x86_64) version 10.13.6
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 497325632 bytes (474 MB) / 771751936 bytes (736 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2847 14 mods loaded, 14 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID             | Version      | Source                               | Signature                                |
|:----- |:-------------- |:------------ |:------------------------------------ |:---------------------------------------- |
| LC    | minecraft      | 1.12.2       | minecraft.jar                        | None                                     |
| LC    | mcp            | 9.42         | minecraft.jar                        | None                                     |
| LC    | FML            | 8.0.99.99    | forge-1.12.2-14.23.5.2847.jar        | None                                     |
| LC    | forge          | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar        | None                                     |
| LC    | securitycraft  | v1.8.14.1    | [1.12.2]+SecurityCraft+v1.8.14.1.jar | None                                     |
| LC    | artemislib     | 1.0.6        | ArtemisLib-1.12.2-v1.0.6.jar         | None                                     |
| LC    | cdm            | 0.4.1        | cdm-0.4.1-mc1.12.2.jar               | None                                     |
| LC    | bubble_burst   | 3.1          | BubbleBurst-3.1.jar                  | None                                     |
| LC    | cfm            | 6.3.0        | cfm-6.3.0-mc1.12.2.jar               | None                                     |
| LC    | chiseled_me    | 2.0.0.1      | chiseled-me-1.12.2-2.0.0.1.jar       | c677c954974252994736eb15e855e1e6fc5a2e62 |
| LC    | chiselsandbits | 14.33        | chiselsandbits-14.33.jar             | None                                     |
| LC    | dragonmounts   | 1.12.2-1.6.3 | DragonMounts2-1.12.2-1.6.3.jar       | None                                     |
| LC    | ichunutil      | 7.2.2        | iChunUtil-1.12.2-7.2.2.jar           | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LC    | resize         | 2.0          | Resizing+Potion-r2.1.jar             | None                                     |

Loaded coremods (and transformers): 

Chiseled Me ASM (chiseled-me-1.12.2-2.0.0.1.jar)
dev.necauqua.mods.cm.asm.Plugin
GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.36.19' Renderer: 'Intel Iris Pro OpenGL Engine'
Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
LWJGL: 2.9.2
OpenGL: Intel Iris Pro OpenGL Engine GL version 2.1 INTEL-10.36.19, Intel Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: 
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-4570R CPU @ 2.70GHz

Please reply on how to fix this
Thank you!

Autospawn Mobs and Monsters at certain sizes.

If it is possible (in a future update).

When you calibrate to 1/16 - 1/256, there are spawning certain mobs and monsters around you, which means there are no places to hide or something like that 🤔 .

EDIT: Changed ''calibrate to 1/512 - 1/4096'' to ''1/16 - 1/256''

Commands/Gamerules

I think at the moment there is some good commands but there could always be more!

Gamerule to set size of all newly spawned mobs to a certain size.

Command to change the current players size
Example:
1 - 0.2. First time using command
0.8 - 0.2 Second time using command
0.6 - 0.2 Third time and so on

The player's mass should scale with size

Currently, the player gets pushed around by mobs on the ground as though he were the same mass as when he was a normal size.

This is extremely annoying when walking long distances.

This is less noticeable when small, although I think that the player should get pushed more when small.

Your mod does make several mentions to marvel's ant-man, If this is what you are trying to create, consider this: when ant man changes size, his mass stays the same.

So, you shouldn't implement this if you are looking to make an ant-man mod.

Game Crashed with other Mods

Hello,
i just made a new Modpack for the Minecraft version 1.12.2 and addet a bunch of mod (list below)
and after I addet the Mod chiseled me the modpack wouldnt start anymore. I looked arround your Github and saw in one Post that you talked about a list of incompatible mods. I looked arround for that list but i couldnt find it. btw the modpack starts fine without the chiseled me mod.
Would be very happy if you could send me the list of incompatible mods or tell me where i can find it
image
image

minecraft crash on load

When I try to use this mod with mod X (and/or by doing some set of actions), the game crashes.

If you know exactly with what mod X this mod crashed, please check that it was not already reported.

Additional information:
---- Minecraft Crash Report ----

WARNING: coremods are present:
Chiseled Me ASM (chiseled-me-1.12.2-2.0.0.1.jar)
Contact their authors BEFORE contacting forge

// Surprise! Haha. Well, this is awkward.

Time: 4/30/20 10:39 AM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraftforge/common/IRarity
at dev.necauqua.mods.cm.ChiseledMe.(ChiseledMe.java:74)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.IRarity
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 40 more
Caused by: java.lang.NullPointerException

Unknown bug.

I don't know how it does it. Every time my friend (He was the host) tried to calibrate entitys (Minimize them), they move to the right corner of the map and goes through every single (They do not on the surfaces) block untill they die or despawn. The bug do go away when restarting the server

Clipping distance is not multiplied in new versions

Nobody made an issue about this yet so I do it myself to keep track of what is fixed or needs to be fixed.

Cloud renderer resets the z-near distance and when you small and look directly into a wall it does not redner.
Can be fixed if you disable clouds

Crash with Quark+AutoRegLib

discovered these while trying to add Chiseled Me to a 1.12.2 Hexxit pack from Twitch.

I trimmed it down to just one mod that causes the crash:

Quark - crashed On Forge 14.23.6.2854 (log attached)

chiseled-me-1.12.2-2.0.0.1.jar
Quark-r1.6-177.jar
AutoRegLib-1.3-32.jar (required by Quark)

Chiseled-me, Quark, AutoregLib Crash.log

Crash report for mod in 1.12.2 (without optifine)

Recently the mod has not worked in version 1.12.2, I use it with the chisel and bits mod (Which is also 1.12.2)
The game starts as usual, for about 10 seconds at least. and then this error message pops up
The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError: net/minecraftforge/common/IRarity
I tried using other versions on 1.12.2 and it would say the same error again.
The mod used to work around February last year, but now all the time it comes up with that crash message
Also yes i removed optifine
if you can fix this thank you so much!

Possible paths when small or tiny.

Be able to go through every possible little cracks (bboxes on blocks or something) when you are tiny or small, and perhaps even go under certain blocks when tiny (1/8 - 1/256) etc.

EDIT: Changed ''(1/512 - 1/4096)'' to ''(1/8 - 1/256)'' .
And ''little cracks when'' to ''little cracks (bboxes on blocks or something) when''

Updates and 1.12.2 support?

i know this is a bit of a big ask and all but given that 1.12.2 is the current main modding version (with 1.14 slowly picking up) can we expect the major features/bug fixes to be backported to this version?

Pushing me away from a one block hole when flying in it

So what happens is when I'm trying to enter a one block hole if I fly up it pushes me to one the side of the block. The other mods I have are Chisel, Chisel & Bits, Fakename, More Player Models, SecretRoomsMod, WorldEdit, ConnectedTexturesMod and that's it. I tried using the mod by itself but it was still happening and I don't know why I haven't changed anything I literally tried using it by itself. I have the newest version of each mod for 1.12.2. My Forge Version is forge-14.23.5.2854

Minecraft 1 12 2 6_28_2020 1_50_45 PM

I'm being pushed away in that image

Minecraft 1 12 2 6_28_2020 1_51_27 PM

I'm not pushed away when just standing in the one block hole. I've had this happen before but I don't know why.
latest.log
I think that's the log. Also ignore that it said Aphmau was playing that was the fakename mod. It happens when I go about halfway up the block. It also happens when I go halfway up and I'm not flying.

Moving while growing causes issues.

If you move during the growing animation there is a high chance you can be teleported into the void. Sometimes only a couple of hundred blocks into the void but other times extremely large into the negative.
2019-04-22_04 30 08
No clue what causes it and I have no other mods active. Lastest version.

Giant mode bug

Everytime i try to walk if i'm 2 size bigger, i get teleported up 10 blocks, and if it's 32 times bigger, i just get teleported like -6000 blocks and i'm starting to die.

Can someone help me?

Projectiles and damage glitches when tiny.

Idk if anyone else experinced it.
But when i calibrate myself to 1/1026 - 1/4096, my arrows/firecharges/projectiles glithces, from
vanilla and other mods.

And the same happens with melee damage.
When i'm tiny and monsters too, Monsters can damage me by the range
of 1-4 bits = I can't reach and kill them.

Game crashes

Hi, so the only mods i have are Ice and Fire: Dragons in a whole new light!", "Mowzie's Mobs" and the library "LLibrary", and the forge version "1.10.2-forge1.10.2-12.18.3.2185 (the recomended version rn). Nothing bad with the 3 mods, but when i install this mod the game crashes, with this exit code. (js i just pasted it i did not edited anything)

the crash

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Chiseled Me ASM (Chiseled-Me-1.0.jar)
  llibrary (llibrary-1.7.7-1.10.2.jar)
  IceAndFireForgeLoading (iceandfire-1.0.1.jar)
Contact their authors BEFORE contacting forge

// Who set us up the TNT?

Time: 15/02/19 21:16
Description: Initializing game

java.lang.VerifyError: Bad local variable type
Exception Details:
  Location:
    net/minecraft/client/renderer/EntityRenderer.func_78467_g(F)V @244: aload_2
  Reason:
    Type float (current frame, locals[2]) is not assignable to reference type
  Current Frame:
    bci: @244
    flags: { }
    locals: { 'net/minecraft/client/renderer/EntityRenderer', float, float, 'net/minecraft/entity/Entity', float, double, double_2nd, double, double_2nd, double, double_2nd }
    stack: { float }
  Bytecode:
    0x0000000: 2ab4 00b3 b601 474e 2db6 02f7 572d 23b8
    0x0000010: 02fb 452d 23b8 02fe 3804 2db4 0301 2db4
    0x0000020: 0304 2db4 0301 6723 8d6b 6339 052d b403
    0x0000030: 072d b403 0a2d b403 0767 238d 6b63 1704
    0x0000040: 8d63 3907 2db4 030d 2db4 0310 2db4 030d
    0x0000050: 6723 8d6b 6339 092d c102 6299 0088 2dc0
    0x0000060: 0262 b603 1399 007e 1704 8d0f 6390 3804
    0x0000070: 0b13 0314 0bb8 02ef 2ab4 00b3 b401 64b4
    0x0000080: 0317 9a02 2abb 001c 592d b701 8e3a 0b2a
    0x0000090: b400 b3b4 018c 190b b603 1b3a 0c2a b400
    0x00000a0: b3b4 018c 190b 190c 2db8 031f 2db4 0322
    0x00000b0: 2db4 0325 2db4 0322 6623 6a62 1303 2662
    0x00000c0: 0b13 0327 0bb8 02bb 2db4 032a 2db4 032d
    0x00000d0: 2db4 032a 6623 6a62 1303 270b 0bb8 02bb
    0x00000e0: a701 cc2a b400 b3b4 0164 b403 309e 01b5
    0x00000f0: 2ab4 0093 2c23 b803 352a b400 9366 236a
    0x0000100: 628d 248d 6b39 0d2a b400 b3b4 0164 b403
    0x0000110: 1799 000f 0b0b 180d 7790 b802 efa7 0182
    0x0000120: 2db4 0325 380f 2db4 032d 3810 2ab4 00b3
    0x0000130: b401 64b4 0330 05a0 000b 1710 1303 2662
    0x0000140: 3810 170f 1303 366a b802 c276 1710 1303
    0x0000150: 366a b802 e66a 8d18 0d6b 3911 170f 1303
    0x0000160: 366a b802 e617 1013 0336 6ab8 02e6 6a8d
    0x0000170: 180d 6b39 1317 1013 0336 6ab8 02c2 768d
    0x0000180: 180d 6b39 1503 3617 1517 1008 a200 bf15
    0x0000190: 1704 7e05 6804 6486 3818 1517 047a 047e
    0x00001a0: 0568 0464 8638 1915 1705 7a04 7e05 6804
    0x00001b0: 6486 381a 1718 1301 9924 6a6a 3818 1719
    0x00001c0: 1301 9924 6a6a 3819 171a 1301 9924 6a6a
    0x00001d0: 381a 2ab4 00b3 b401 8cbb 01f6 5918 0517
    0x00001e0: 188d 6318 0717 198d 6318 0917 1a8d 63b7
    0x00001f0: 0339 bb01 f659 1805 1811 6717 188d 6317
    0x0000200: 1a8d 6318 0718 1567 1719 8d63 1809 1813
    0x0000210: 6717 1a8d 63b7 0339 b603 3c3a 1b19 1bc6
    0x0000220: 0026 191b b401 fcbb 01f6 5918 0518 0718
    0x0000230: 09b7 0339 b602 0039 1c18 1c18 0d98 9c00
    0x0000240: 0718 1c39 0d84 1701 a7ff 402a b400 b3b4
    0x0000250: 0164 b403 3005 a000 0c13 0326 0b0c 0bb8
    0x0000260: 02bb 2db4 032d 1710 660c 0b0b b802 bb2d
    0x0000270: b403 2517 0f66 0b0c 0bb8 02bb 0b0b 180d
    0x0000280: 7790 b802 ef17 0f2d b403 2566 0b0c 0bb8
    0x0000290: 02bb 1710 2db4 032d 660c 0b0b b802 bba7
    0x00002a0: 000d 0b0b 1301 7224 6ab8 02ef 2ab4 00b3
    0x00002b0: b401 64b4 0317 9a00 a12d b403 222d b403
    0x00002c0: 252d b403 2266 236a 6213 0326 6238 0b2d
    0x00002d0: b403 2a2d b403 2d2d b403 2a66 236a 6238
    0x00002e0: 0c0b 380f 2dc1 033e 9900 222d c003 3e3a
    0x00002f0: 1019 10b4 0341 1910 b403 4419 10b4 0341
    0x0000300: 6623 6a62 1303 2662 380b 2ab4 00b3 b401
    0x0000310: 8c2d 23b8 029c 3a10 bb00 1559 2a2d 1910
    0x0000320: 238d 170b 170c 170f b703 473a 1eb2 034d
    0x0000330: 191e b603 5357 191e b603 560b 0b0c b802
    0x0000340: bb19 1eb6 0359 0c0b 0bb8 02bb 191e b603
    0x0000350: 5c0b 0c0b b802 bb0b 1704 760b b802 ef2d
    0x0000360: b403 012d b403 042d b403 0167 238d 6b63
    0x0000370: 3905 2db4 0307 2db4 030a 2db4 0307 6723
    0x0000380: 8d6b 6317 048d 6339 072d b403 0d2d b403
    0x0000390: 102d b403 0d67 238d 6b63 3909 2a2a b400
    0x00003a0: b3b4 01c0 1805 1807 1809 23b6 0360 b503
    0x00003b0: 62b1                                   
  Stackmap Table:
    full_frame(@227,{Object[#2],Float,Float,Object[#483],Float,Double,Double,Double},{})
    append_frame(@288,Top,Top,Double)
    append_frame(@322,Float,Float)
    full_frame(@392,{Object[#2],Float,Float,Object[#483],Float,Double,Double,Double,Top,Top,Double,Float,Float,Double,Double,Double,Integer},{})
    full_frame(@581,{Object[#2],Float,Float,Object[#483],Float,Double,Double,Double,Top,Top,Double,Float,Float,Double,Double,Double,Integer,Float,Float,Float,Object[#36]},{})
    full_frame(@587,{Object[#2],Float,Float,Object[#483],Float,Double,Double,Double,Top,Top,Double,Float,Float,Double,Double,Double,Integer},{})
    same_frame(@610)
    full_frame(@671,{Object[#2],Float,Float,Object[#483],Float,Double,Double,Double,Top,Top,Double},{})
    chop_frame(@674,3)
    same_frame(@684)
    full_frame(@778,{Object[#2],Float,Float,Object[#483],Float,Double,Double,Double,Float,Float,Top,Top,Float},{})
    full_frame(@855,{Object[#2],Float,Float,Object[#483],Float,Double,Double,Double},{})

	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
	at net.minecraft.client.main.Main.main(SourceFile:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	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 --
Thread: Client thread
Stacktrace:
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)

-- Initialization --
Details:
Stacktrace:
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
	at net.minecraft.client.main.Main.main(SourceFile:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
	Minecraft Version: 1.10.2
	Operating System: Windows 7 (amd64) version 6.1
	Java Version: 1.8.0_51, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 954460656 bytes (910 MB) / 1308622848 bytes (1248 MB) up to 2147483648 bytes (2048 MB)
	JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.32 Powered by Forge 12.18.3.2185 8 mods loaded, 8 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCH	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
	UCH	FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar) 
	UCH	Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar) 
	UCH	mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar) 
	UCH	chiseled_me{1.0} [Chiseled Me] (Chiseled-Me-1.0.jar) 
	UCH	llibrary{1.7.7} [LLibrary] (llibrary-1.7.7-1.10.2.jar) 
	UCH	iceandfire{1.0.1} [Ice and Fire] (iceandfire-1.0.1.jar) 
	UCH	mowziesmobs{1.3.2} [Mowzie's Mobs] (mowziesmobs-1.3.2.jar) 
	Loaded coremods (and transformers): 
Chiseled Me ASM (Chiseled-Me-1.0.jar)
  necauqua.mods.cm.asm.Plugin
llibrary (llibrary-1.7.7-1.10.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
IceAndFireForgeLoading (iceandfire-1.0.1.jar)
  com.github.alexthe666.iceandfire.access.IceAndFireTransformer
	GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13542 Compatibility Profile Context 25.20.14011.5005' Renderer: 'Radeon(TM) RX 460 Graphics'
	Launched Version: 1.10.2-forge1.10.2-12.18.3.2185
	LWJGL: 2.9.4
	OpenGL: Radeon(TM) RX 460 Graphics GL version 4.5.13542 Compatibility Profile Context 25.20.14011.5005, ATI Technologies Inc.
	GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fml,forge'
	Type: Client (map_client.txt)
	Resource Packs: vanilla, file/! §6§lHYPIXEL§4§lZOMBIES.zip (incompatible)
	Current Language: English (US)
	Profiler Position: N/A (disabled)
	CPU: 4x AMD A8-6600K APU with Radeon(tm) HD Graphics

Handy tools/advantages when small or big.

Like when you're small/tiny, you could glide through the air. Or a way to sit on Mobs's/Monster's/Player's shoulder etc.

And when big, you can grab mobs/monsters/players with your hand and throw/place them.
Or destroy multiple blocks instead of 1 block at a time etc.

Broken Metamorph hitboxes (try entities from other mods)

Describe the bug
When you play this mod with Metamorph and other mods, some hitboxes of some creatures seem strange when you morph into them such as Mutant Zombie in Mutant Beasts and most engender mobs in The Engender. Their hitbox changed into the player hitbox. However, if you set their size to 0, their hitbox become normal again. I don't know if Moprh will work strangely.

To Reproduce
Steps to reproduce the behavior:
1.Open the creative morph menu with F3+B on.
2.Morph into some creatures, and you will find the error.

Expected behavior
Their Hitbox should be as big as normal.

Screenshots
N/A

I am sorry that I can't find the fml files and I have forgot these informations. But this error actually happened.

Super size Recalibrator (SSR)

No, I am not Asking for a size recalibrator more extreme than the ones you already have, I am asking for a size recalibrator that the player can edit, basically the Player holds the SSR in his/her hand and then the player hits a special key on the keyboard (like I dunno, maybe the \ key) and then the mod brings up a list of all the sizes possible, the player chooses one then exits the list and then proceeds to use the SSR as a normal size Recalibrator. This Item would have infinite uses/durability.

The SSR would be so OP that limitations would include only being able the be obtained by commands, and creative mode use only kinda like a command block.

Now you are probably thinking that the commands should be able to do that, well there is a slight issue where I can't use the mod's commands at all.

Remember this is just a suggestion and you don't need to include this in your mod or follow this suggestion exactly

Multiplayer walk speed glitch with Inventory Pets mod installed

Me and my friend are playing Minecraft forge 1.12.2 multiplayer, and every now and again, the view bobbing stops working and then when I changed my size to 1/16 my walk speed did not change, I believe this is Mod Argument. Do you of anything that causes this bug?

Scale the damage

It would be awesome if you deal more damage when you're big vs. normal - small - tiny, or damage less when you're tiny vs. small - normal - big . 🤔

Camera not working properly with Galacticraft

Description
Camera not going up/down according to size, fog changes according to size.

To reproduce
Using any size recalibrator

Expected behavior
Camera going up/down.

Screenshots
1 to 1
1 to 2
1 to 32

Additional information:

The mod isnt up to date....

i wanted to have the mod in the 1.12.2 version but the mod isnt up to date so i cant....

please fix

yours truly

ThohagYT#4351 (discord)

I can't use this Mod with OptiFine (1.10.2)

I tried to use all OptiFine versions for 1.10.2, but none of these worked. Please, help me to solve this problem, because I need to use OptiFine!
Thanks,
AlbusSilente

p.s. All other Mods that I use are all 100% compatibles.

Cool idea! Bigger players can pick up smaller players and...

Okay so it would be really cool if normal sized players could pick up smaller players and for big players to pick up normal sized players. Perhaps being able to place them down, throw them, or place them on your head or shoulder! This would be amazing!

You can't damage others when tiny or big.

When you are tiny versus normal other living things, or the other way around, you can't recieve damage when they step on you, or when you step on them - You just get pushed away.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.