Calculator in Divine Ingenuity Domain Builder - Genshin 3.7 event

Поделиться
HTML-код
  • Опубликовано: 7 окт 2024
  • Boolean logic based adder implemented in the "Divine Ingenuity" Domain builder using torches.
    Only 2 bits are supported due to limitations on the number of custom events (limit of 20 events).
    For n bits, 4+8*(n-1) events are needed to implement the adder circuit using truth tables to emulate the logic circuits.
    Inputs are two 2-bit integers represented by torches.
    Apply Pyro to turn on the torches (value=1).
    Stand on the pressure plate to extinguish the torches (value=0).
    The 3 torches at the top will turn on accordingly to the binary result of the addition between the two numbers.
    All the numbers are represented in little-endian format (lower significance on the right).
    To complete the domain, open the chest.
    Domain ID: 5010330118 (EU server)

Комментарии •