Freemarker template problem

Started by BaRiBoD on

Topic category: Plugins and third-party tools

Last seen on 20:43, 30. Mar 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Freemarker template problem
Sun, 08/06/2023 - 16:41 (edited)

I want to use <#if>, but when I use it in the procedure, no code is generated.

<#if input$time == 0>
	do something
<#else>
	do something
</#if>


Of course, that's not all I created a .ftl file in utils and wanted to use it, and when I included it somewhere, no code was generated.

Edited by BaRiBoD on Sun, 08/06/2023 - 16:41