11 lines
284 B
Python
11 lines
284 B
Python
from mcpacker.format.datapack.placement import Placement
|
|
from typing import Any
|
|
|
|
|
|
# Class ############################################################################################
|
|
|
|
class InSquare(Placement):
|
|
|
|
def __init__(self):
|
|
super().__init__("minecraft:in_square")
|