Skip to content

ZenChristmasTreeCraft

Zenarchist edited this page May 6, 2026 · 6 revisions

Source: https://github.com/ZenarchistCode/ZenChristmasTree

NOTE: This mod is included in my modpack and can be enabled/disabled via ZenChristmasTreeCraft in ZenModPackConfig.json

image

What Is This?

This mod allows players to craft their own deployable Christmas Trees by using Christmas Lights on a Wooden Log.

The Christmas tree is just a re-scaled vanilla Christmas tree - so it's super light on the scripts and assets.

Don't forget to add the types.xml entries or they will despawn when no one is around.

If you have my ZenModPack installed you can disable the crafting recipe via ZenModPackConfig.json

Types

	<type name="Zen_ChristmasTree_Green_Kit">
        <nominal>0</nominal>
        <lifetime>7200</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
        <category name="tools"/>
    </type>
	<type name="Zen_ChristmasTree_Green">
        <nominal>0</nominal>
        <lifetime>604800</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
        <category name="tools"/>
    </type>

ZEN'S MOD WIKI

Setup Guide

General Information


Utilities

My utility style mods for debugging etc.

Game Mechanics

Mods which affect game mechanics:

Gear / Objects

Mods which add gear to the game:

Server-Side Mods

Mods which run purely server-side:

Mods Not In Modpack

My standalone mods

Clone this wiki locally