Open ghost opened 8 years ago
It does work.
Im trying to importing effect sword but its still shows errors.
Explain to me and why they are working from you?
Do you use modpkg file? This is only supported for me. Custom items without additional texture will works.
Hmm. I seeit. Var things is needed to work my mod!
Maybe because MCPE 0.14.2
and above has codes of 0.15.0 Realms
so 0.14.2
is different than 0.14.1
and 0.14.0
.
I'm having trouble getting BlockLauncher to work on MCPE 0.14.3 too.
They need variable things in javascript! On Jun 8, 2016 5:37 AM, "Anthony James Derryberry" notifications@github.com wrote:
I'm having trouble getting BlockLauncher to work on MCPE 0.14.3 too.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zhuowei/MCPELauncher/issues/1039#issuecomment-224422462, or mute the thread https://github.com/notifications/unsubscribe/ASwRcHct8pey3yAHCNvmSwEloX6wZB3Gks5qJeSpgaJpZM4IqYhV .
Nope... 0.14.0-3 mods can use 0.14.0 mod can use in 0.14.1, 0.14.1 mod can use in 0.14.2 and more...
Because custom items/blocks and texture names must be with variable things. A texture can use with custom items in item-opaque folder like earth_sword_0.png reads by Javascript. On Jun 4, 2016 11:00 AM, "Lawrence G." notifications@github.com wrote:
Maybe because MCPE 0.14.2 and above has codes of 0.15.0 Realms so 0.14.2 is different than 0.14.1 and 0.14.0.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zhuowei/MCPELauncher/issues/1039#issuecomment-223732487, or mute the thread https://github.com/notifications/unsubscribe/ASwRcFP2LnCxOlpn4XsP3YhxhdpHdXbZks5qIOpQgaJpZM4IqYhV .
0.15.0 beta isn't supported with mods when using blocklauncher and mcpelauncher. Only 0.15.0 alpha builds works. On Jun 4, 2016 11:00 AM, "Lawrence G." notifications@github.com wrote:
Maybe because MCPE 0.14.2 and above has codes of 0.15.0 Realms so 0.14.2 is different than 0.14.1 and 0.14.0.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zhuowei/MCPELauncher/issues/1039#issuecomment-223732487, or mute the thread https://github.com/notifications/unsubscribe/ASwRcFP2LnCxOlpn4XsP3YhxhdpHdXbZks5qIOpQgaJpZM4IqYhV .
Sometimes some mods work in 0.14x but sometimes not. I tell you why:
Making custom item is "ModPE.setItem("asdf", 0, "asdf", 0)
And after that importing... Shows "custom item asdf:0 not found"
Please update it again and supports custom items in JS files and also custom textures too. Please response in 30 days.