forked from cpw/ironchest
-
Notifications
You must be signed in to change notification settings - Fork 92
create ja_jp.json #323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
suthibu
wants to merge
119
commits into
progwml6:1.21.x-neoforge
Choose a base branch
from
suthibu:1.21.x-neoforge
base: 1.21.x-neoforge
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
create ja_jp.json #323
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added shulker box, GUI and DirtyChest 9000!
Updated Russian translation
…ng recipes reguarding the shulker upgrades. Closes progwml6#115, progwml6#117
Added en_UD.lang
Add ja_JP.lang file.
The only extra bit of NBT the client needs here is facing. If we send everything, then the client will know about the loot table when there is one, which will result in this crash: java.lang.NullPointerException: Rendering screen at net.minecraft.tileentity.TileEntityLockableLoot.fillWithLoot(TileEntityLockableLoot.java:59) at cpw.mods.ironchest.common.tileentity.chest.TileEntityIronChest.getStackInSlot(TileEntityIronChest.java:138) at net.minecraft.inventory.Slot.getStack(Slot.java:81) at net.minecraft.client.gui.inventory.GuiContainer.drawSlot(GuiContainer.java:234) at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:116) at cpw.mods.ironchest.client.gui.chest.GUIChest.drawScreen(GUIChest.java:100) at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368) at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1177) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1207) at net.minecraft.client.Minecraft.run(Minecraft.java:441) at net.minecraft.client.main.Main.main(Main.java:118) 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) 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.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) at GradleStart.main(GradleStart.java:25)
…afting recipes for the Shulker Boxes, and to disable adding Shulker Boxes to the Creative Menu. (JEI support soon?) Add support for OreDict Items added by CraftTweaker Closes progwml6#129 Closes progwml6#136
Now as vibrant as the vanilla boxes.
Create uk locale
…re visible in game.
…istry events for adding blocks and items.
…unctioning correctly and fix the inventory item not using the correct chest model.
…s of the crystal chests, move to EventBusSubscriber for all registration, and make sure all classes have CPWs copyright on them. TODO: Move to @ObjectHolder.
…est forge version.
…del files were incorrectly specifying a model when not needed. Additionally, remove the need for a conditional check on the copper chest recipes as Copper is now part of Vanilla minecraft
Add kk_kz.json by AlibekAytjan Add hy_am.json by HarutyunSoghomonyan
Add it_it translation by Hav3funDJ Add ru_ru translation by DrHesperus
This reverts commit 800cd67.
131d048 to
7e953c7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.