Jared
Jared
### Issue description ```zenscript import crafttweaker.api.loot.condition.LootConditions; import crafttweaker.api.loot.modifier.CommonLootModifiers; import crafttweaker.api.loot.condition.LootTableIdLootCondition; import crafttweaker.api.loot.condition.RandomChanceLootCondition; import crafttweaker.api.item.IItemStack; import crafttweaker.api.ingredient.IIngredient; import crafttweaker.api.ingredient.type.IIngredientAny; import crafttweaker.api.ingredient.type.IIngredientEmpty; val cyclic_loot as float[IItemStack] = { : 1.0 }; for...
Seeing as it is [Hacktoberfest](https://hacktoberfest.digitalocean.com/) and [Modtoberfest](https://modtoberfest.com/), here is a list of things that people could PR. * Code optimisation * New Languages
### Minecraft Version 1.20.1 ### Immersive Engineering Version 4713f3e07697bf5df026d43ac6f6e09051007650 ### Expected Behavior ```diff -compileOnly fg.deobf("com.blamejared.crafttweaker:CraftTweaker-forge-1.18.2:9.1.137") +compileOnly fg.deobf("com.blamejared.crafttweaker:CraftTweaker-forge-1.20.1:14.0.34") ``` ### Actual Behavior The game crashes due to unimplemented methods in our...
(I'm listing 1.20.5 since that is my current environment, but I don't believe this has been changed in 1.20.6) **Minecraft Version:** 1.20.5 **NeoForge Version:** 20.5.0-beta **Description of issue:** `CommonHooks#getAttributeModifiers` is...
### Issue description Due to how the new item component system works, items by default have an empty enchantments data component, meaning when we try and match an enchanted item...
### Which package is affected? Headless Kit ### Describe the bug Using multiple Select components in a single page causes all selects to trigger the first one on the page....