모든 게임 버전(으)로 돌아가기
모든 게임 버전1 мин. чтения01.11.2023IlyaKL26442

마인크래프트 23w44a 다운로드

23w44a

Features already added have been improved, including team corrections and the ability to use loot tables with decorated pots.

Minecraft versionLatest
Mod loadersForge · Fabric · NeoForge · Quilt
PlatformsWindows · macOS · Linux
SafeScanned · virus-free

CHANGES

  • The textures of the copper doors and copper hatches have been updated.

TECHNICAL CHANGES

  • The Data Pack version is now 23.

DATA PACKAGE VERSION 23

  • Decorated pots can now use loot tables and are read by the key of the LootTable tag.
  • Additional changes in command functions

COMMANDS

CHECK MARK

  • The <time> parameter in the command of the tick step is now optional. The default value is 1.

RETURN

  • the reverse run will now always be returned If there are no valid results from the returned command, the function containing the reverse run will fail (i.e. success=0 and result=0 ) .
  • the return run will now propagate the success value along with the result value (previously it always set the success to 1)
  • return run now also allows you to save values - this means running store... run return run some_command will simultaneously save the value and return it outside the function
  • Added a new subcommand return error, which causes the entire function to fail (i.e. returns success=0 and result=0).

FUNCTION

  • If the function launches several functions in combination with return run, execution will stop after the first return to any of the functions.
  • A single call to the command of the function will always have a return when running with return.For example, return run execute [split context] run function <some function with conditional return> will always return after processing the first context

EXECUTE THE FUNCTION IF|UNLESS

  • execute if|unless, if the function will no longer always fail, if all functions did not return, if there were no returns in the called functions returns, if fails and if not will pass
    The first return in any of the called functions will return (for one context)

Download minecraft

관련 기사
댓글 []