Skip to content
Success

Changes

Summary

  1. Fix error in core for shell() and shell_adv() with empty command (commit: b570ce0) (details)
  2. Add psend_equipment() (commit: 3385a24) (details)
  3. Fix wrong target in exceptions for functions with function arguments (commit: a8eceaa) (details)
  4. Fix cooking/stonecutting recipes in 1.20.6 (commit: cdab9a0) (details)
Commit b570ce016d4f687f944c1d2471a4b11878acfbe6 by Pieter12345
Fix error in core for shell() and shell_adv() with empty command

Throw CREIllegalArgumentException instead.
(commit: b570ce0)
The file was modifiedsrc/main/java/com/laytonsmith/core/functions/Cmdline.java
Commit 3385a2429ad4960764e57250047cb7dbb6979092 by PseudoKnight
Add psend_equipment()
(commit: 3385a24)
The file was modifiedsrc/main/java/com/laytonsmith/abstraction/MCPlayer.java
The file was modifiedsrc/main/java/com/laytonsmith/abstraction/bukkit/entities/BukkitMCPlayer.java
The file was modifiedsrc/main/java/com/laytonsmith/core/functions/PlayerManagement.java
Commit a8eceaa6da00138cb05b65101e41a32b7a2d3c2c by Pieter12345
Fix wrong target in exceptions for functions with function arguments

Fix the stacktrace manager switching to for example `c()` in `a(b, c(), d)` and keeping the target of `c()` for a CRE thrown by `a()`.
(commit: a8eceaa)
The file was modifiedsrc/main/java/com/laytonsmith/core/Script.java
Commit cdab9a046810014bd7114f78d961c5e1fb8c01da by PseudoKnight
Fix cooking/stonecutting recipes in 1.20.6
(commit: cdab9a0)
The file was modifiedsrc/main/java/com/laytonsmith/abstraction/blocks/MCMaterial.java
The file was modifiedsrc/main/java/com/laytonsmith/core/ObjectGenerator.java
The file was modifiedsrc/main/java/com/laytonsmith/abstraction/bukkit/BukkitMCItemStack.java
The file was modifiedsrc/main/java/com/laytonsmith/abstraction/bukkit/blocks/BukkitMCMaterial.java
The file was modifiedsrc/main/java/com/laytonsmith/abstraction/bukkit/BukkitConvertor.java