Set up Warped textures to be swapped out using setting.
|
@ -5,6 +5,12 @@
|
|||
--- Copyright (C) 2023, Michieal. See License.txt
|
||||
--- Last Update Time: 01/19/23 6:05 PM
|
||||
---
|
||||
--- Warped Textures created by Michieal.
|
||||
|
||||
local modname = minetest.get_current_modname()
|
||||
local S = minetest.get_translator(modname)
|
||||
local SWAP_BASE_TEXTURES = minetest.settings:get_bool("swap_warped_for_original",true)
|
||||
|
||||
local function allow_texture_swap()
|
||||
|
||||
end
|
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 263 B After Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 149 B |
Before Width: | Height: | Size: 151 B After Width: | Height: | Size: 151 B |
Before Width: | Height: | Size: 196 B After Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 202 B |
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 228 B |
|
@ -0,0 +1,6 @@
|
|||
# If true, Swap out the current bamboo base textures for original textures
|
||||
swap_bamboo_for_original (Use Original Bamboo) bool true
|
||||
|
||||
# If true, Swap out the current warped base textures for greener textures
|
||||
swap_warped_for_original (Use Green Warped Textures) bool true
|
||||
|