Jump to content

Recommended Posts

Posted

while I was on my single player world the renders for all settings of Create Mod blocks and also the Super glue preview stopped working this has also stopped the renders of the building gadget preview. 

 

mod list:

 

  • Sophisticated Backpacks (by P3pp3rF1y)
  • Macaw's Trapdoors (by sketch_macaw)
  • Simply Jetpacks 2 (by Tomson124)
  • TerraBlender (Forge) (by TheAdubbz)
  • Modonomicon (by kli_kli)
  • GraveStone Mod (by henkelmax)
  • Construction Wand (by ThetaDev)
  • CraftTweaker (by Jaredlll08)
  • Macaw's Roofs - Biomes O' Plenty (by Samlegamer_)
  • Architectury API (Fabric/Forge) (by shedaniel)
  • Macaw's Windows (by sketch_macaw)
  • Macaw's Fences and Walls (by sketch_macaw)
  • Clumps (by Jaredlll08)
  • Biomes O' Plenty (by Forstride)
  • Macaw's Bridges - Biome O' Plenty (by Samlegamer_)
  • Hammer Lib (by Zeitheron)
  • Storage Drawers (by Texelsaur)
  • Balm (Forge Edition) (by BlayTheNinth)
  • Tinkers Construct (by mDiyo)
  • Baubley Heart Canisters (by traverse_joe)
  • Macaw's Fences - Biomes O' Plenty (by Samlegamer_)
  • Solar Flux Reborn (by Zeitheron)
  • JEITweaker (by Jaredlll08)
  • JourneyMap (by techbrew)
  • Refined Storage (by raoulvdberge)
  • Occultism (by kli_kli)
  • Advancement Plaques [Forge] (by Grend_G)
  • Macaw's Roofs (by sketch_macaw)
  • Create Crafts & Additions (by MRHminer)
  • Comforts (Fabric/Forge/Quilt) (by TheIllusiveC4)
  • Waystones (by BlayTheNinth)
  • Libnonymous (by davenonymous)
  • Mouse Tweaks (by YaLTeR)
  • Torchmaster (by xalcon)
  • Iceberg [Forge] (by Grend_G)
  • Immersive Engineering (by BluSunrize)
  • Cosmetic Armor Reworked (by LainMI)
  • Jade 馃攳 (by Snownee_)
  • Building Gadgets (by Direwolf20)
  • Macaw's Furniture (by sketch_macaw)
  • Mantle (by mDiyo)
  • GeckoLib (by ThanosGecko)
  • Simply Light (by Flanks255)
  • Macaw's Bridges (by sketch_macaw)
  • Flux Networks (by sonar_sonic)
  • Jade Addons (Forge) (by Snownee_)
  • Flywheel (by jozufozu)
  • Botany Pots (by DarkhaxDev)
  • Create (by simibubi)
  • Experience Obelisk (by arcatex177)
  • Botany Trees (by DarkhaxDev)
  • Create Confectionery (by Furti_Two)
  • Macaw's Doors (by sketch_macaw)
  • Bonsai Trees 3 (by davenonymous)
  • SmartBrainLib (Forge/Fabric/Quilt) (by Scimiguy)
  • Sophisticated Core (by P3pp3rF1y)
  • Valhelsia Core (by ValhelsiaTeam)
  • Bookshelf (by DarkhaxDev)
  • SwingThroughGrass (by exidex)
  • Cloth Config API (Fabric/Forge) (by shedaniel)
  • Light Overlay (Rift/Forge/Fabric) (by shedaniel)
  • Just Enough Items (JEI) (by mezz)
  • Forbidden and Arcanus (by cesar_zorak)
  • Curios API (Forge) (by TheIllusiveC4)
  • Tempad (by CodexAdrian)
Posted (edited)
  On 2/4/2023 at 1:56 PM, qwerty12butt said:

so i worked out why i didnt have a debug.log curseforge sets it to off by default i have re-enabled it but im not sure if it will have the info needed now 

Expand  

forgot to add log

link to a google drive with the log:

https://drive.google.com/drive/folders/1hqvQQVErOoBMaHuy7kQI5_xz9yF-wEUD?usp=sharing

Edited by qwerty12butt
Posted

Looking at the log, there's nothing that really suggests what is happening. So, you'll probably need to remove mods until you find out which one is causing the issue. The simplest way would be to separate the mods into mods that you absolutely want and ones that you don't. Then, just test the setting with the preview until you find the incompatible mod.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

  Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

  Your link has been automatically embedded.   Display as a link instead

  Your previous content has been restored.   Clear editor

  You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello all. I'm currently grappling with the updateShape method in a custom class extending Block.  My code currently looks like this: The conditionals in CheckState are there to switch blockstate properties, which is working fine, as it functions correctly every time in getStateForPlacement.  The problem I'm running into is that when I update a state, the blocks seem to call CheckState with the position of the block which was changed updated last.  If I build a wall I can see the same change propagate across. My question thus is this: is updateShape sending its return to the neighbouring block?  Is each block not independently executing the updateShape method, thus inserting its own current position?  The first statement appears to be true, and the second false (each block is not independently executing the method). I have tried to fix this by saving the block's own position to a variable myPos at inception, and then feeding this in as CheckState(myPos) but this causes a worse outcome, where all blocks take the update of the first modified block, rather than just their neighbour.  This raises more questions than it answers, obviously: how is a different instance's variable propagating here?  I also tried changing it so that CheckState did not take a BlockPos, but had myPos built into the body - same problem. I have previously looked at neighbourUpdate and onNeighbourUpdate, but could not find a way to get this to work at all.  One post on here about updatePostPlacement and other methods has proven itself long superceded.  All other sources on the net seem to be out of date. Many thanks in advance for any help you might offer me, it's been several days now of trying to get this work and several weeks of generally trying to get round this roadblock.  - Sandermall
    • sorry, I might be stupid, but how do I open it? because the only options I have are too X out, copy it, which doesn't work and send crash report, which doesn't show it to me, also, sorry for taking so long.
    • Can you reproduce this with version 55.0.21? A whole lot of plant placement issues were just fixed in this PR.
    • Necro'ing that thread to ask if you found a solution ? I'm encountering the same crash on loading the world. I created the world in Creative to test my MP, went into survival to test combat, died, crashed on respawn and since then crash on loading the world. Deactivating Oculus isn't fixing it either, and I don't have Optifine (Twilight forest is incompatible)
  • Topics

  • Create New...

Important Information

By using this site, you agree to our Terms of Use.