data:application/zip;Base64,UEsDBBQAAAAAAO57mlUAAAAAAAAAAAAAAAAFACAAZGF0YS9VVA0AB9FNqWOWXeRkvD/fZHV4CwABBOgDAAAE6AMAAFBLAwQUAAAAAABHeJdVAAAAAAAAAAAAAAAADwAgAGRhdGEvbWluZWNyYWZ0L1VUDQAHdlKlY5dd5GS8P99kdXgLAAEE6AMAAAToAwAAUEsDBBQAAAAAAEd4l1UAAAAAAAAAAAAAAAAUACAAZGF0YS9taW5lY3JhZnQvdGFncy9VVA0AB3ZSpWOUZuRkvD/fZHV4CwABBOgDAAAE6AMAAFBLAwQUAAAAAABkkBJXAAAAAAAAAAAAAAAAHgAgAGRhdGEvbWluZWNyYWZ0L3RhZ3MvZnVuY3Rpb25zL1VUDQAH3EHfZJRm5GTcQd9kdXgLAAEE6AMAAAToAwAAUEsDBBQACAAIAGSQElcAAAAAAAAAAEsAAAAnACAAZGF0YS9taW5lY3JhZnQvdGFncy9mdW5jdGlvbnMvdGljay5qc29uVVQNAAfcQd9kpmbkZNxB32R1eAsAAQToAwAABOgDAACr5uVSUFAqS8wpTS1Wsorm5eJUKkpNT40vji/OzC3ISY1PSSxJLEhMzrYqLsnPSc2LNzQyMIrPyUwqSizKTMwrVgLpj+XlquXlAgBQSwcIS5GsCEsAAABLAAAAUEsDBBQAAAAAAEd4l1UAAAAAAAAAAAAAAAAcACAAZGF0YS9yZWdlX3Nfc2ltcGxlX2RhdGFwYWNrL1VUDQAHdlKlY5dd5GS8P99kdXgLAAEE6AMAAAToAwAAUEsDBBQAAAAAAFF9FlcAAAAAAAAAAAAAAAAmACAAZGF0YS9yZWdlX3Nfc2ltcGxlX2RhdGFwYWNrL2Z1bmN0aW9ucy9VVA0AB+tm5GTrZuRk62bkZHV4CwABBOgDAAAE6AMAAFBLAwQUAAAAAAA4ohJXAAAAAAAAAAAAAAAAPQAgAGRhdGEvcm
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /Td6WFoAAATm1rRGBMCUjgyAkDUhARwAAAAAANAnTiriGnPv/l0AIxhKZ280040UCuAMnE/js8a4 | |
| 00tJpSi/NfVa91vHOqqz/oWVkgJY9Ypncrqwo7g1brX6wHsvM2rse7cCgizB89fPgS/tw+DGgnt1 | |
| 8wtuoCZHgwFUYYyoO6YzoJlgdnwXQcqR+g/rbJs7HtwFjOJZgM53nAycUoOx5VpsoE+RAkTr0IlG | |
| fwCVjKdTQxtz1dMu8JVcnnvryPJGkcbl9S6cqqG4LLJ2G5YnQiNKgn0DnJSH7DJWWNGl8uZgSqyu | |
| c57GLgJYo+2RCvlEis5wDRtE8ttfEuxF0fdxv5iiQcB2hdNm8lFldVvCPtqTxMzjW6sbUeQQB2cM | |
| sXE/tw38Ews3MPIxtf8mUYxBVoo6X/H0oWOfbLF4IadQyCeAexPKn7ewt7l4pXt07xBtODPpuLFH | |
| NwVpwF8R+Umv7K8sm7kXuMz8Jj93deb3heyIkMgClbWQ37chHGT5wTnkKsm4oIgDAeA3Yo34SaEO | |
| 5XOfOX+tTeZ3o2d1m3bEMIzpRsndd6p5jGGCANzXB1k7KvwZU8F4MpVLpSfK+EToD8XIiBk5EboL | |
| U5CfLTUJ76FFzP/BaRXZWGC6EwWEvK4u6A2kKh9n6pjQmUFbiZdUfPWISy4uufEtaL49Ksrslrnl | |
| Q1C6KzGTDhAvKnGHBE0VCNnFUwDPbM6Znf/gSpoUTwT+d/R8pysK1FzSrj4p3nsedzMarTFKh8F/ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | JavaProgArgOverride | |
| Written in 2025 by REGE | |
| To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. | |
| You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import java.io.File; | |
| import java.io.FileWriter; | |
| import java.io.IOException; | |
| import java.nio.charset.Charset; | |
| public class BlockRiseUpGenerator { | |
| public static final String HELP_MESSAGE = "Block Rise Up\nMinecraft datapack generator\nAuthor: REGE\nUsage: BlockRiseUpGenerator <block_id> [septime=300] [min_y=-64] [height=384] [mode=keep]"; | |
| public static final String LOAD_JSON_BODY = "{\"values\": [\"rege_s_simple_datapack:block_rise_up.load\"]}"; | |
| public static final String PACK_MCMETA_BODY = "{\n \"pack\": {\n \"description\": \"Authored by REGE\",\n \"pack_format\": 10\n }\n}"; |