Giter Site home page Giter Site logo

crucial's People

Contributors

vazkii avatar yrsegal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

crucial's Issues

Homing enchantment detects no ores

The homing enchant from quark is supposed to find ore, but because ore is replaced in the pack with the ore stone variants, it doesn't locate anything.

add a page in the guide about baby spider pets from primitive mobs

primitive mobs lets you tame the baby spiders from the spider families and grow them into a cool mount, but a lot of people don't know that so having a page in the guide would be a good idea

i'm going to go indepth about this feature so nothing is missed

first you get a spider egg as a rare drop from a mother spider

then you throw it by right clicking and a baby spider appears and an eggshell is dropped on the ground

while the baby spider is little you can pick it back up in the eggshell by right clicking and get a spider egg back

you can also pick up hostile baby spiders in a eggshell and make them your own

you can grow them a stage by right clicking on them with fermented spider eyes, they need 5 to get fully grown

you can mount them by right clicking once they are fully grown and they will float on water and climb walls

you can heal them by right clicking with rotten flesh and right click with dyes to change their eye color when fully grown

they will attack enemies like wolves and can be made to sit by shift right clicking

Tile entity item dupe

Certain tile entities, when pushed by a piston, drop the items contained while still keeping the items after being pushed. Notably Storage Drawers, which can be used to contain any item.

Making a nether portal in multiplayer crashes the server.

java.lang.IllegalStateException: Cause Stack Frame Corruption! Attempted to pop a frame that was not on the stack.
        at org.spongepowered.common.event.SpongeCauseStackManager.popCauseFrame(SpongeCauseStackManager.java:250)
        at org.spongepowered.common.event.tracking.PhaseContext$$Lambda$1736.00000000DDD2E9E0.accept(Unknown Source)
        at java.util.ArrayDeque$DeqIterator.forEachRemaining(ArrayDeque.java:674)
        at org.spongepowered.common.event.tracking.PhaseContext.close(PhaseContext.java:626)
        at org.spongepowered.common.event.tracking.PhaseTracker.ensureEmpty(PhaseTracker.java:1212)
        at net.minecraft.server.MinecraftServer.handler$impl$copmleteTickCheckAnimationAndPhaseTracker$zjc000(MinecraftServer.java:4560)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:713)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
        at java.lang.Thread.run(Thread.java:819)

Advancements are not working

Advancements screen displays
"There doesn't seem to be anything here... :("

Console is showing this on world load.

[13:11:34] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/wooden_fishing_rod
com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:wooden_fishing_rod'
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
	at net.minecraft.util.JsonUtils.deserializeClass(SourceFile:439) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.deserializeClass(SourceFile:455) ~[rc.class:?]
	at net.minecraft.advancements.Advancement$Builder.deserialize(SourceFile:203) ~[i$a.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at net.minecraft.util.JsonUtils.gsonDeserialize(SourceFile:492) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.fromJson(SourceFile:532) ~[rc.class:?]
	at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1369) ~[ForgeHooks.class:?]
	at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
	at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1351) [ForgeHooks.class:?]
	at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1325) [ForgeHooks.class:?]
	at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) [ns.class:?]
	at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
	at net.minecraft.world.WorldServer.init(WorldServer.java:156) [oo.class:?]
	at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:122) [chd.class:?]
	at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:156) [chd.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[13:11:34] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/tank
com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:tank'
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
	at net.minecraft.util.JsonUtils.deserializeClass(SourceFile:439) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.deserializeClass(SourceFile:455) ~[rc.class:?]
	at net.minecraft.advancements.Advancement$Builder.deserialize(SourceFile:203) ~[i$a.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at net.minecraft.util.JsonUtils.gsonDeserialize(SourceFile:492) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.fromJson(SourceFile:532) ~[rc.class:?]
	at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1369) ~[ForgeHooks.class:?]
	at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
	at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1351) [ForgeHooks.class:?]
	at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1325) [ForgeHooks.class:?]
	at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) [ns.class:?]
	at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
	at net.minecraft.world.WorldServer.init(WorldServer.java:156) [oo.class:?]
	at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:122) [chd.class:?]
	at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:156) [chd.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[13:11:34] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/iron_hook
com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:iron_hook'
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
	at net.minecraft.util.JsonUtils.deserializeClass(SourceFile:439) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.deserializeClass(SourceFile:455) ~[rc.class:?]
	at net.minecraft.advancements.Advancement$Builder.deserialize(SourceFile:203) ~[i$a.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at net.minecraft.util.JsonUtils.gsonDeserialize(SourceFile:492) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.fromJson(SourceFile:532) ~[rc.class:?]
	at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1369) ~[ForgeHooks.class:?]
	at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
	at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1351) [ForgeHooks.class:?]
	at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1325) [ForgeHooks.class:?]
	at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) [ns.class:?]
	at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
	at net.minecraft.world.WorldServer.init(WorldServer.java:156) [oo.class:?]
	at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:122) [chd.class:?]
	at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:156) [chd.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[13:11:34] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/iron_fishing_rod
com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:iron_fishing_rod'
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
	at net.minecraft.util.JsonUtils.deserializeClass(SourceFile:439) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.deserializeClass(SourceFile:455) ~[rc.class:?]
	at net.minecraft.advancements.Advancement$Builder.deserialize(SourceFile:203) ~[i$a.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at net.minecraft.util.JsonUtils.gsonDeserialize(SourceFile:492) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.fromJson(SourceFile:532) ~[rc.class:?]
	at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1369) ~[ForgeHooks.class:?]
	at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
	at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1351) [ForgeHooks.class:?]
	at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1325) [ForgeHooks.class:?]
	at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) [ns.class:?]
	at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
	at net.minecraft.world.WorldServer.init(WorldServer.java:156) [oo.class:?]
	at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:122) [chd.class:?]
	at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:156) [chd.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[13:11:34] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/golden_fishing_rod
com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:golden_fishing_rod'
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
	at net.minecraft.util.JsonUtils.deserializeClass(SourceFile:439) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.deserializeClass(SourceFile:455) ~[rc.class:?]
	at net.minecraft.advancements.Advancement$Builder.deserialize(SourceFile:203) ~[i$a.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at net.minecraft.util.JsonUtils.gsonDeserialize(SourceFile:492) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.fromJson(SourceFile:532) ~[rc.class:?]
	at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1369) ~[ForgeHooks.class:?]
	at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
	at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1351) [ForgeHooks.class:?]
	at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1325) [ForgeHooks.class:?]
	at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) [ns.class:?]
	at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
	at net.minecraft.world.WorldServer.init(WorldServer.java:156) [oo.class:?]
	at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:122) [chd.class:?]
	at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:156) [chd.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[13:11:34] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement jaff:recipes/jaff/diamond_fishing_rod
com.google.gson.JsonSyntaxException: Unknown recipe 'jaff:diamond_fishing_rod'
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
	at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
	at net.minecraft.util.JsonUtils.deserializeClass(SourceFile:439) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.deserializeClass(SourceFile:455) ~[rc.class:?]
	at net.minecraft.advancements.Advancement$Builder.deserialize(SourceFile:203) ~[i$a.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
	at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
	at net.minecraft.util.JsonUtils.gsonDeserialize(SourceFile:492) ~[rc.class:?]
	at net.minecraft.util.JsonUtils.fromJson(SourceFile:532) ~[rc.class:?]
	at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1369) ~[ForgeHooks.class:?]
	at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
	at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1351) [ForgeHooks.class:?]
	at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1325) [ForgeHooks.class:?]
	at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) [ns.class:?]
	at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
	at net.minecraft.world.WorldServer.init(WorldServer.java:156) [oo.class:?]
	at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:122) [chd.class:?]
	at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:156) [chd.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[13:11:34] [Server thread/INFO] [triumph]: Removing Mod Advancements
[13:11:34] [Server thread/INFO] [triumph]: Loading Custom Advancements```

Lath and Plaster does not use oredict planks

Lath and Plaster is now completely uncraftable without oak planks, player is stuck at 0 Lath and Plaster permanently No bypass commands work.

Tried every available suggestion, and still nothing. Also noticed that apparently every time someone as else posted a similar problem on here, its closed immediately, which makes me believe that this mod should be removed from Stoneblock in the future.

I will be forwarding the recommendation to all Modpack developers. Not even going to ask for help from the staff here, As I have had it with most of the Mod Developers who are github these days and their inability to act with any form of decorum or actually attempting to resolve issues. Do not bother responding, as I am going to take an immediate screenshot for my records, and will spend my now limitless amount of available time to getting certain mod developers (if you can call them that) removed.

As of Crucial 1.0.3 MC 1.12.2

PsiDust is now completely uncraftable, player is stuck at level 0 permanently No bypass commands work.

Tried every available suggestion, and still nothing. Also noticed that apparently every time someone as else posted a similar problem on here, its closed immediately, which makes me believe that this item should be removed from Crucial in the future.

I will be forwarding the recommendation to all Modpack developers. Not even going to ask for help from the staff here, As I have had it with most of the Mod Developers who are github these days and their inability to act with any form of decorum or actually attempting to resolve issues. Do not bother responding, as I am going to take an immediate screenshot for my records, and will spend my now limitless amount of available time to getting certain mod developers (if you can call them that) removed.

[Question] How to turn down vibrancy??

I loaded up the game and realized it's a lot more VIBRANT than my other minecraft games. I wouldnt mind this but I'm already using a bright shaderpack so it's kind of a strain on the eyes. Is there any way to turn this down or disable it?
Edit: another way to put it is that the grass is overly green.

Enchanting "non-crash"

While enchanting some leggings with two maxed out enchants and trying to get a third, I clicked the add button and got an error report through quark: https://paste.dimdev.org/ekawocimev.mccrash

Clicking the button again creates another error message but the game doesn't crash. So far I haven't done much else but I don't think it's caused much of an issue elsewhere.

Nether Chest dupe glitch

Shulker boxes of the same color and inventory can stack in nether chests. If the chest is then broken and drops its inventory, you can pick up the shulker boxes, still stacked. If you then add items to the shulker boxes by right-clicking in your inventory, it adds the items to all the stacked shulker boxes at once, potentially giving you 8 copies of each item.

Beacons are... weird?

I don't know what mod is doing those beacon modifiers, but I have a specific case of beacons rapidly swapping between acknowledging the entire beacon structure beneath them, and acting like nothing is there. Also it keeps displaying Curse as an effect in the beacon?
image

Quark Pipe Documentation is a little messy

The documentation for the pipes is a little messy- the reference to the wall supports repeats, and "Pipes can take in dropped items, and will take them in" is redundant.

Additionally, the lock and key doc says "An an anvil" instead of "In an anvil"

Barrel doesn't have Quark features

Hello! I think this modpack is using the Barrel from Future MC, and as such, it doesn't have any Quark features like sorting and searching. However, I see that Charm is also included and it looks like it should have this stuff.

Could we move to those barrels? Perhaps just change the current recipe to the new barrel and have a way to convert "old" barrels to those would be a nice way to transition.

Crash Log (without crash)

https://paste.dimdev.org/alixamaduj.mccrash
hopefully the links still works
but hers my crash log, dont know what happened, had jsut logged out of the server and i got 5 msgs telling me an error has occrued and to press ctrl I for more info, this is what i got with it, was thinking you might want to see it/know about it

Earthworks Slate

Mining Dimension ChestToday at 7:41 AM
I've had some requests for it
Can you open an issue in github so I remember to do it?

Done and done! Sorry for whining. :D

Collector duplication glitch

The "Collector" from Inspirations will drop all it's items on the floor when moved by a piston. But still contain the items in the inventory. So all items will be duplicated.

Dupe Glitch when moving barrels.

When you move barrels, the items in the barrel drop, but also stays inside the barrel, duping all of the items in the barrel.

Containers lose inventory when moving

When pushed with a piston, blocks that can store items have a chance to lose their inventory. Usually happens after between 5 and 25 pushes, regardless of inventory size or if the container is being powered. Tested with dispensers and chests so far, the issue is there with both of them.

[Suggestion] Anvil Smashing

Anvil Smashing is an underused mechanic introduced through the inspirations mod. I think Crucial should incorporate more anvil smashing recipes into the modpack and include a patchouli page on the mechanic. Here are some possible examples - the four blocks on the left would break if an anvil was dropped on them.
anvil smashing

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.