cardboard icon indicating copy to clipboard operation
cardboard copied to clipboard

The Bukkit/Spigot/Paper API implementation for Fabric

Results 190 cardboard issues
Sort by recently updated
recently updated
newest added

I tried removing the mixing that was cousing the issue but that didn't work 0-0 so here is the original message Error message: `[main/FATAL]: Mixin apply failed dehydration.mixins.json:CampfireBlockEntityMixin -> net.minecraft.class_3924:...

After player deaths, items teleported to one of the past spawn points, instead of the death point. It does not always teleport to the current spawn point. This could be...

---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 9/20/21, 10:13 AM Description: Exception in server tick loop java.lang.NullPointerException: Cannot invoke "org.bukkit.inventory.InventoryHolder.getInventory()" because the return value of...

The mod / server crashes when being used with the [staff of building mod](https://www.curseforge.com/minecraft/mc-mods/staff-of-building) . I am using other mods but the crash log points to the staff of building...

In the server that I am in, we have command blocks that lead to each others bases, and some command blocks that change some gamerules. When using the Cardboard mod,...

Hi there, Would it be possible to get BungeePerms running on CardBoard? So that he can also connect to mysql etc. I am currently using Minecraft 1.16.5 with Fabric Api...

_* This list may be slightly off & does not contain entity nor block patches_ ## Items - [x] ArmorItem (ItemArmor.patch) - [x] ArmorStandItem (ItemArmorStand.patch) - [x] BlockItem (ItemBlock.patch) -...

enhancement
hacktoberfest

### **Why I suspect is this Cardboard Mod caused the incompatability:** 1.Crashreports reported issues about com.javazilla.bukkitfabric.interfaces.IMixinInventory 2.I'm using this Tech Reborn mod perfectly normal in the same modded client when...

`java.lang.ClassCastException: class org.bukkit.craftbukkit.inventory.CraftMetaItem cannot be cast to class org.bukkit.inventory.meta.CompassMeta (org.bukkit.craftbukkit.inventory.CraftMetaItem and org.bukkit.inventory.meta.CompassMeta are in unnamed module of loader net.fabricmc.loader.launch.knot.KnotClassLoader @5a56cdac)` ```java ItemStack item = /* acquire an item from anywhere...