
Everything posted by ChampionAsh5357
-
block 2x1
Look at how BedBlock or DoorBlock works. There are also plenty of examples with tall plants for this as well.
-
Overriding the default TabOverlay within a mod
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).
-
Text on custom sign block shown even when behind an object [1.19.2]
Why not just look at how vanilla does it in SignRenderer#renderSignText?
-
There was an exception running task.
Hmm, try reinstalling the Minecraft launcher; it seems a JSON in there may be corrupted in some capacity.
-
when i try to start minecraft this pops up
In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: 'notepad %windir%\system32\drivers\etc\hosts' 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread.
-
[1.19.2] Entity storage container not saving
Do you set the loottable field to null after the inventory is populated or when the inventory is populated?
-
Server error 1.18.2
There seems to be a number of issues: an erroring walia plugin (doesn't say which one), tetra trying to client load classes (most likely a non issue since it's in a mixin), and a bad json from milkyway_core. You could try removing one of the three to see if that fixes the error.
-
Changing item rename cost
Not unless someone chooses to backport the PR, but it's a logic break so it may not be accepted.
-
Exit Code -1073740940
Please provide the debug.log from the logs folder in the game directory via a pastebin or gist.
-
"Duplicate mods found"
What's the problem? I don't see anything in particular within the logs.
-
I've got an issue with Redstone Flux mod(2.1.1 for 1.12.2)
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
-
Help! Error code for modded server
You're missing a mod, so you need to download it.
-
Help with registering ArgumentType
See ArgumentTypeInfos#registerByClass.
-
[1.19.2] Custom shader not rendering on BlockItem
You need to add a BEWLR to the item by extending BlockItem, overriding `Item#initializeClient`, have `#getCustomRenderer` return your BEWLR extension, then render the itemstack using your BER there.
-
Make EditBox active and focused when screen opened [1.19.2] [SOLVED]
You'll need to set the focus element on the gui as well via `Screen#setFocused`.
-
How to make custom golems?
Look at the IronGolem class and probably CarvedPumpkinBlock to understand how it works. You'll probably need to use BlockEvent$EntityPlaceEvent if you want something to happen for vanilla blocks.
-
Changing item rename cost
For 1.18, currently not. At least in the latest version, the event was moved outside the check so that it's called when either input or reagent is added.
-
"Duplicate mods found"
Duplicate origins mod.
-
Modifying the time of change in ChangeOverTimeBlock
Probably `#onRandomTick`. It decides when to randomly tick the block and then have a 5% chance to execute.
-
I need help downloading forge
We don't support 1.16.5, but since this is a JAR association issue, I will say run Jarfix to fix the issue most likely.
-
Forge no longer loading my SP worlds
Why are you using a fabric api in Forge? Remove that. Additionally, try removing OptiFine since that tends to break a lot of things normally.
-
Game crashes when creating a new world.
We are not Fabric; ask wherever they provide support.
-
Error when loading a 1.19.2 mod pack i made Error code below
Hmm, then try updating create and flywheel to the latest version for 1.19.2. That may be causing the issue.
-
Help with Item Decorators?
Could you better define overlay a texture onto another texture? Do you mean modify the item model itself?
-
More efficient entity timers? [SOLVED]
Just use one timer and check for every 10 ticks (0.5s) and every 40 ticks (2s). Unless there is something that would desync the timers, it makes no sense to do otherwise. Additionally, just use a field on the entity itself, don't read/write from persistent data every tick.
IPS spam blocked by CleanTalk.